mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-02 16:32:51 +01:00
Remove redundant copy_unknown
This commit is contained in:
parent
3b8050da5b
commit
e202aae5d6
|
@ -655,9 +655,6 @@ def run(self, info):
|
||||||
input_files = [filename, *sub_filenames]
|
input_files = [filename, *sub_filenames]
|
||||||
|
|
||||||
opts = [
|
opts = [
|
||||||
# Attached JSON subtitles don't have a codec id and we have to
|
|
||||||
# instruct FFMPEG to not discard them because of that.
|
|
||||||
'-copy_unknown',
|
|
||||||
*self.stream_copy_opts(ext=info['ext']),
|
*self.stream_copy_opts(ext=info['ext']),
|
||||||
# Don't copy the existing subtitles, we may be running the
|
# Don't copy the existing subtitles, we may be running the
|
||||||
# postprocessor a second time
|
# postprocessor a second time
|
||||||
|
|
Loading…
Reference in New Issue
Block a user