cap concat output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user