mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[postprocessor/ffmpeg] Disable "Last message repeated" messages which cause non-zero exit status
This commit is contained in:
parent
e71be6ee9f
commit
2b3afe6b0f
|
@ -218,6 +218,7 @@ class FFmpegPostProcessor(PostProcessor):
|
|||
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)])
|
||||
|
|
Loading…
Reference in a new issue