[FFmpeg-user] How to extract DVD subtitle from this VOB file?

Nicolas George george at nsup.org
Thu Mar 8 22:49:17 EET 2018


Farhad Mohammadi Majd (2018-03-08):
> $ ffmpeg -i VTS_01_1.VOB

Do not do that. Never access the VOB files in a DVD-video structure
directly, they do not contain only the title video data but also menus
and garbage. You can use tools/dvd2concat to extract only the parts of
the VOB file that matters. Or MPlayer to dump them into a file.

> I need to those dvd_subtitle(s). How to extract them?

FFmpeg can read them, but it cannot put them into anything useful at
this time. MEncoder can extract them.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20180308/53846b0b/attachment.sig>


More information about the ffmpeg-user mailing list