mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:12:36 +00:00
[postprocessor/ffmpeg] Wrap loglevel args in encodeArgument
This commit is contained in:
parent
1397a790ff
commit
61ff92e11e
@ -218,7 +218,7 @@ class FFmpegPostProcessor(PostProcessor):
|
||||
encodeFilename(self._ffmpeg_filename_argument(path), True)
|
||||
])
|
||||
cmd = ([encodeFilename(self.executable, True), encodeArgument('-y')] +
|
||||
['-loglevel', 'repeat+info'] +
|
||||
[encodeArgument('-loglevel'), encodeArgument('repeat+info')] +
|
||||
files_cmd +
|
||||
[encodeArgument(o) for o in opts] +
|
||||
[encodeFilename(self._ffmpeg_filename_argument(out_path), True)])
|
||||
|
Loading…
Reference in New Issue
Block a user