Fuyan Yuan 3 weeks ago committed by GitHub
commit c6f978e333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -824,7 +824,7 @@ class FFmpegMergerPP(FFmpegPostProcessor):
def run(self, info):
filename = info['filepath']
temp_filename = prepend_extension(filename, 'temp')
args = ['-c', 'copy']
args = ['-c', 'copy', '-copyts']
audio_streams = 0
for (i, fmt) in enumerate(info['requested_formats']):
if fmt.get('acodec') != 'none':

Loading…
Cancel
Save