Override user configured args

This allows `ModifyChaptersPP` to re-encode the video using user supplied codecs, then use `-c copy` to concatenate the files without encoding again.
This commit is contained in:
tcely
2025-02-08 20:48:08 -05:00
committed by GitHub
parent 19edaa44fc
commit 816d8ec98a
+1 -1
View File
@@ -347,7 +347,7 @@ class FFmpegPostProcessor(PostProcessor):
args += ['-movflags', '+faststart']
if number == 1:
keys.append('')
args += self._configuration_args(self.basename, keys)
args = self._configuration_args(self.basename, keys) + args
if name == 'i':
args.append('-i')
return (