[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 6 Feb 2016 17:51:05 +0000 (18:51 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 6 Feb 2016 17:51:05 +0000 (18:51 +0100)
commit7e62c2eb6d13ebf0fdd24c90c2f439177d485081
treef67a7b8089473ceb5cf1b24ce0509b54e9c77ff8
parent56401e1e5f53e126bf124699b2f62bb670078fd3
[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate format between ttml/dfxp and other format

It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them.
I broke it in e04398e397d4a4f7e0d0994355d5a94c22441e7c.
youtube_dl/postprocessor/ffmpeg.py