Timeline for answer to Extract closed captions (CC) From .mkv file interlaced in video stream by Cesar Moore
Current License: CC BY-SA 4.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 12, 2018 at 17:16 | comment | added | sard | Thank you, but this works only with subtitles with their own streams: Stream #0:2: Subtitle: subrip (default). Not Close Caption encoded in video stream. | |
| Sep 12, 2018 at 16:38 | comment | added | Cesar Moore | The second answer here, uses the same approach: superuser.com/questions/391892/extract-subtitles-from-movie (it has 3 votes) | |
| Sep 12, 2018 at 16:25 | comment | added | Cesar Moore | It can't be the exact same error, if it is ''0:s:0' matches no streams.', it would be because the MKV has not subtitles. | |
| Sep 12, 2018 at 15:55 | comment | added | sard | Get the same error... | |
| Sep 12, 2018 at 15:46 | comment | added | Cesar Moore | You have to replace N with a number, because the MKV can have multiple subtiles. This will get you the first subtitle: ffmpeg -hide_banner -i myfile.mkv -map 0:s:0 subtiles_zero.srt | |
| Sep 12, 2018 at 1:20 | review | First posts | |||
| Sep 12, 2018 at 3:59 | |||||
| Sep 12, 2018 at 1:16 | history | answered | Cesar Moore | CC BY-SA 4.0 |