Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vobsubs [2017/08/05 12:12] beandog |
vobsubs [2017/08/05 12:14] (current) beandog |
||
---|---|---|---|
Line 17: | Line 17: | ||
=== Detecting VobSubs === | === Detecting VobSubs === | ||
- | Note that ''ffmpeg'' and ''libav'' v 0.8.* will see the vobsubs with ''ffprobe'' or ''avprobe'', but any other higher version of ''avprobe'' (libav) will not. | + | Note that ''ffmpeg'' and ''libav'' v 0.8.* will see the vobsubs (Stream #0.0) and closed captioning (part of MPEG2 video in Stream #0.1) with ''ffprobe'' or ''avprobe'', but any other higher version of ''avprobe'' (libav) will not. |
+ | |||
+ | <code> | ||
+ | $ ffprobe dvd_track_02.vob | ||
+ | </code> | ||
<code> | <code> | ||
- | steve@tobe ~/Videos/Sony-DLNA $ ffprobe dvd_track_02.vob | ||
ffprobe version 3.3.3 Copyright (c) 2007-2017 the FFmpeg developers | 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) | built with gcc 4.9.4 (Gentoo 4.9.4 p1.0, pie-0.6.4) |