PDA

View Full Version : How can I dump the audio from an mpeg-ps (commonly known as vob) file??



CyberAngel
June 15th, 2006, 07:08 PM
Exactly what the topic header says :)

I have an mpeg-ps file and I want to extract only the audio from it.
How is that possible?

Don`t tell me to use avidemux cause it has a bug and it crashes when you are trying to open a vob file :(

wmcbrine
June 15th, 2006, 08:09 PM
I do it thusly:

mplayer -dumpaudio -dumpfile filename.ac3 filename.vob

Now, maybe an .ac3 file isn't what you want. In that case, try this:

mplayer -ao pcm -vo null -vc dummy filename.vob

which will give you "audiodump.wav".

CyberAngel
June 15th, 2006, 10:23 PM
I do it thusly:

mplayer -dumpaudio -dumpfile filename.ac3 filename.vob

Now, maybe an .ac3 file isn't what you want. In that case, try this:

mplayer -ao pcm -vo null -vc dummy filename.vob

which will give you "audiodump.wav".


Thanks! I tried the second option but it takes too long to extract the audio...

The first it extracts something but it does not work :)

Anyway the second option did the job ;)

GarethMB
June 15th, 2006, 11:03 PM
I'd use VLC's streaming wizard but my install keeps crashing so i can't tell you anymore.

Edit I've fixed it but it will be obvious. :)