1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 10:53:37 +08:00

Update ffmpeg.py

This commit is contained in:
Sergey M
2019-01-28 22:56:04 +07:00
committed by GitHub
Unverified
parent 7d21fa2e83
commit dadd32fa1f
+2 -1
View File
@@ -407,7 +407,8 @@ class FFmpegEmbedSubtitlePP(FFmpegPostProcessor):
# Don't copy the existing subtitles, we may be running the
# postprocessor a second time
'-map', '-0:s',
# Don't copy Apple TV chapters track, bin_data (see #19042, #19024)
# Don't copy Apple TV chapters track, bin_data (see #19042, #19024,
# https://trac.ffmpeg.org/ticket/6016)
'-map', '-0:d',
]
if information['ext'] == 'mp4':