FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream (fixes...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 16 Jan 2015 12:29:01 +0000 (13:29 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 16 Jan 2015 12:29:01 +0000 (13:29 +0100)
commite205db3bcd7f7a9b0beaa13a4774bdcb26091e2f
tree8568c10138399a33656949157d263ef8674149b4
parent31d4a6e2121ab5954aec5cfb48d6b1f1cbffefbd
FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream (fixes #4718)

Instead of specifying which streams ffmpeg must copy, we tell it to copy all.
youtube_dl/postprocessor/ffmpeg.py