[ffmpeg] Fix embedding subtitles (#9063)
authorWang Jun Tham <bouncerox@gmail.com>
Sat, 23 Apr 2016 16:08:02 +0000 (00:08 +0800)
committerWang Jun Tham <bouncerox@gmail.com>
Sat, 23 Apr 2016 16:08:02 +0000 (00:08 +0800)
commitccff2c404d7ea9f5b21ede8ae57bb79feec7eb94
tree070bca4eb6169693c97dc8e4f63a0e9de5435c00
parent5448b781f697af2c0ea2efe8e553e2049d4de047
[ffmpeg] Fix embedding subtitles (#9063)

Changed command line parameters for ffmpeg when embedding subtitles.
Changed to ‘-map 0:v -c:v copy -map 0:a -c:a copy’
youtube_dl/postprocessor/ffmpeg.py