cap concat output

This commit is contained in:
2026-02-16 00:53:48 -07:00
parent 70684f5644
commit 7b48b709ce
2 changed files with 625 additions and 1 deletions
+1
View File
@@ -484,6 +484,7 @@ def encode(workers: List[Tuple[str, int]], input_file: str, output_file: str, se
'-map', '1:v', '-map', '0:a?', '-map', '0:s?',
'-c:v', 'copy', '-c:s', 'copy',
*split(concat_args),
'-t', str(total_duration),
'-y', output_file
]
tqdm.write('Concat ffmpeg: ' + ' '.join(join([x]) for x in concat_cmd), file=stderr)