mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 15:51:24 +01:00
Compare commits
2 Commits
d155fe7fb5
...
7b97862d4a
Author | SHA1 | Date | |
---|---|---|---|
|
7b97862d4a | ||
|
a0d394e2f6 |
|
@ -824,7 +824,7 @@ class FFmpegMergerPP(FFmpegPostProcessor):
|
||||||
def run(self, info):
|
def run(self, info):
|
||||||
filename = info['filepath']
|
filename = info['filepath']
|
||||||
temp_filename = prepend_extension(filename, 'temp')
|
temp_filename = prepend_extension(filename, 'temp')
|
||||||
args = ['-c', 'copy']
|
args = ['-c', 'copy', '-copyts']
|
||||||
audio_streams = 0
|
audio_streams = 0
|
||||||
for (i, fmt) in enumerate(info['requested_formats']):
|
for (i, fmt) in enumerate(info['requested_formats']):
|
||||||
if fmt.get('acodec') != 'none':
|
if fmt.get('acodec') != 'none':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user