Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

get subtitles from DVD/.vob? (pref. with mplayer/mencoder)

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
cthulhu
Posts: 304
Joined: 2009-09-07 12:34

get subtitles from DVD/.vob? (pref. with mplayer/mencoder)

#1 Post by cthulhu »

Doing this:

Code: Select all

mplayer dvd://1 -v -dumpstream -dumpfile dump.vob
Gives me all the audio tracks, but not the subtitles. How can I go about getting the subtitles to be included in the file dump.vob? I've tried something like:

Code: Select all

mplayer dvd://1 -v -sid 5 -dumpstream -dumpfile dump.vob
(where -sid 5 was the correct subtitle) but this does not work.

I'm going to use mencoder to make an .avi file (with subtiutles, obviously), so I could, as a last resort, use some other program that extracts the subtitles (suggestions?).

pendrachken
Posts: 1394
Joined: 2007-03-04 21:10
Location: U.S.A. - WI.

Re: get subtitles from DVD/.vob? (pref. with mplayer/mencode

#2 Post by pendrachken »

It's been a while but isn't it -dumpsub you are looking for?
fortune -o
Your love life will be... interesting.
:twisted: How did it know?

The U.S. uses the metric system too, we have tenths, hundredths and thousandths of inches :-P

User avatar
cthulhu
Posts: 304
Joined: 2009-09-07 12:34

Re: get subtitles from DVD/.vob? (pref. with mplayer/mencode

#3 Post by cthulhu »

Checking the man-page, there is a:
−dumpsub (MPlayer only) (BETA CODE)
Dumps the subtitle substream from VOB streams. Also see the −dump*sub and −vobsubout* options.
but I'm guessing the "BETA CODE" is not a sign of good reliability.

pendrachken
Posts: 1394
Joined: 2007-03-04 21:10
Location: U.S.A. - WI.

Re: get subtitles from DVD/.vob? (pref. with mplayer/mencode

#4 Post by pendrachken »

cthulhu wrote:Checking the man-page, there is a:
−dumpsub (MPlayer only) (BETA CODE)
Dumps the subtitle substream from VOB streams. Also see the −dump*sub and −vobsubout* options.
but I'm guessing the "BETA CODE" is not a sign of good reliability.
Probably just left over cruft in the man pages. I remember using it years and years ago....
fortune -o
Your love life will be... interesting.
:twisted: How did it know?

The U.S. uses the metric system too, we have tenths, hundredths and thousandths of inches :-P

User avatar
Gew
Posts: 16
Joined: 2011-11-12 23:02

Re: get subtitles from DVD/.vob? (pref. with mplayer/mencode

#5 Post by Gew »

cthulhu wrote:Checking the man-page, there is a:
−dumpsub (MPlayer only) (BETA CODE)
Dumps the subtitle substream from VOB streams. Also see the −dump*sub and −vobsubout* options.
Anyone who knows his (or her) way with this care to share syntax?

I tried:

Code: Select all

mplayer dvd://1 -dumpsub
.. as well as ..

Code: Select all

mplayer /mnt/dvd/VIDEO_TS/VTS_01_1.VOB -dumpsub
.. as well as ..

Code: Select all

mplayer /mnt/dvd/VIDEO_TS/VTS_01_1.IFO -dumpsub
However, all these commands gives me:
demux: File doesn't contain the selected audio or video stream.

Post Reply