mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Merge 55cc0d5bf4
into 7d18fed8f1
This commit is contained in:
commit
3ee34e3793
1 changed files with 2 additions and 0 deletions
|
@ -648,6 +648,8 @@ def run(self, info):
|
|||
# Don't copy the existing subtitles, we may be running the
|
||||
# postprocessor a second time
|
||||
'-map', '-0:s',
|
||||
# Mark the first subtitle track as default
|
||||
'-disposition:s:0', 'default',
|
||||
]
|
||||
for i, (lang, name) in enumerate(zip(sub_langs, sub_names)):
|
||||
opts.extend(['-map', f'{i + 1}:0'])
|
||||
|
|
Loading…
Reference in a new issue