From 7d21fa2e839f4943ad4092458146ff623ed5709c Mon Sep 17 00:00:00 2001 From: Sergey M Date: Mon, 28 Jan 2019 22:55:15 +0700 Subject: [PATCH] Update ffmpeg.py --- youtube_dl/postprocessor/ffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py index f9d9b16e0..250d7aa27 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/youtube_dl/postprocessor/ffmpeg.py @@ -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':