Fix merge error
This commit is contained in:
parent
1037943c8f
commit
16d46b732f
@ -86,7 +86,7 @@ class FFmpegPostProcessor(PostProcessor):
|
|||||||
files_cmd = []
|
files_cmd = []
|
||||||
for path in input_paths:
|
for path in input_paths:
|
||||||
files_cmd.extend(['-i', encodeFilename(path, True)])
|
files_cmd.extend(['-i', encodeFilename(path, True)])
|
||||||
cmd = ([self._get_executable(), '-y'] +
|
cmd = ([self._executable, '-y'] +
|
||||||
self._encode_opts(input_opts) + files_cmd + self._encode_opts(opts) +
|
self._encode_opts(input_opts) + files_cmd + self._encode_opts(opts) +
|
||||||
[encodeFilename(self._ffmpeg_filename_argument(out_path), True)])
|
[encodeFilename(self._ffmpeg_filename_argument(out_path), True)])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user