Update ffmpeg.py

This commit is contained in:
Sergey M 2019-01-28 22:55:15 +07:00 committed by GitHub
parent 6ec51d91cb
commit 7d21fa2e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ 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
# Don't copy Apple TV chapters track, bin_data (see #19042, #19024)
'-map', '-0:d',
]
if information['ext'] == 'mp4':