Log in

View Full Version : demux vob


rasta21
27th November 2003, 17:58
is there a commandline for mplayer or something else to demux vob files ? i want to separate audio, video ect

Daranduil
27th November 2003, 21:40
To get the audio:

mplayer <source, an avi or dvd> -vo null -aofile <filename for pcm output>

juicemansam
28th November 2003, 05:19
Originally posted by rasta21
is there a commandline for mplayer or something else to demux vob files ? i want to separate audio, video ect

You could use vStrip or bbdmux (from bbtools). You could download them at Doom9's source code page (but you'll have to modify them to compile), or get them at my sourceforge (http://vidtoolports.sourceforge.net) page. I've modified the sources and included a simple make file.

I currently use vStrip for the extraction of streams because it's more versatile than bbdmux. Of course I use vobdec on the vobs before using vStrip.

rasta21
28th November 2003, 12:56
...thank you guys