Skip to content

Commit

Permalink
[postprocessor/ffmpeg] Disable "Last message repeated" messages which…
Browse files Browse the repository at this point in the history
… cause non-zero exit status (#19025)
  • Loading branch information
dstftw authored Jan 28, 2019
2 parents 7f903dd + 2b3afe6 commit 1397a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/postprocessor/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def run_ffmpeg_multiple_files(self, input_paths, out_path, opts):
encodeFilename(self._ffmpeg_filename_argument(path), True)
])
cmd = ([encodeFilename(self.executable, True), encodeArgument('-y')] +
['-loglevel', 'repeat+info'] +
files_cmd +
[encodeArgument(o) for o in opts] +
[encodeFilename(self._ffmpeg_filename_argument(out_path), True)])
Expand Down

0 comments on commit 1397a79

Please sign in to comment.