Differences
This shows you the differences between two versions of the page.
Next revision | Previous revisionLast revisionBoth sides next revision | ||
vobsubs [2013/06/28 22:11] – created beandog | vobsubs [2017/08/05 18:13] – beandog | ||
---|---|---|---|
Line 2: | Line 2: | ||
VobSubs are subtitles on DVDs, which are pictures overlaid on the video image. | VobSubs are subtitles on DVDs, which are pictures overlaid on the video image. | ||
+ | |||
+ | Extract VOBSUBs using '' | ||
+ | |||
+ | < | ||
+ | mencoder dvd://1 -ovc copy -oac copy -vobsubout dvd -vobsuboutindex 0 -sid 0 -o /dev/null | ||
+ | </ | ||
+ | |||
+ | Merge them all into a Matroska file: | ||
+ | |||
+ | < | ||
+ | mkvmerge -o dvd.mkv dvd.mp4 dvd.idx dvd.sub | ||
+ | </ | ||
+ | |||
+ | === Detecting VobSubs === | ||
+ | |||
+ | Note that '' | ||
+ | |||
+ | < | ||
+ | $ ffprobe dvd_track_02.vob | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | ffprobe version 3.3.3 Copyright (c) 2007-2017 the FFmpeg developers | ||
+ | built with gcc 4.9.4 (Gentoo 4.9.4 p1.0, pie-0.6.4) | ||
+ | configuration: | ||
+ | libavutil | ||
+ | libavcodec | ||
+ | libavformat | ||
+ | libavdevice | ||
+ | libavfilter | ||
+ | libswscale | ||
+ | libswresample | ||
+ | Input #0, mpeg, from ' | ||
+ | Duration: 00: | ||
+ | Stream # | ||
+ | Stream # | ||
+ | Stream #0:2[0x80]: Audio: ac3, 48000 Hz, mono, fltp, 192 kb/s | ||
+ | </ | ||
=== archives: VobSub notes === | === archives: VobSub notes === |