How to rip subtitles from a movie file using ffmpeg.

Ripping the subtitles from a movie file is very easy, just use this command to rip the subs to a file for later perusal. Or to correct grammar and spelling/translation errors. ffmpeg -i BLADE_RUNNER_2049_WEB_DL_1080p-BLUEBIRD.mkv -map 0:s:0 subs.srtffmpeg -i BLADE_RUNNER_2049_WEB_DL_1080p-BLUEBIRD.mkv -map 0:s:0 subs.srt This rips the first subs track to a file called subs.srt. This is … Read more