PDA

View Full Version : How to rip ONLY audio track


Joe Satriani
13th November 2006, 22:06
Hi guys,
my question is: How can I rip ONLY the audio track from a dvd in Linux! The answer should be easy if I were on Win: it's DvdDecrypter!
But how can I do?? I would the audio to be burnt onto a cd......
Thanks
Joe
Ps: command line is better than gui, naturally

jggimi
14th November 2006, 14:40
Have you got mplayer? If so, look at the man page, and review the -dumpaudio and -dumpfile options.

LoloMc
15th November 2006, 00:25
Hi guys,
my question is: How can I rip ONLY the audio track from a dvd in Linux! The answer should be easy if I were on Win: it's DvdDecrypter!
But how can I do?? I would the audio to be burnt onto a cd......
Thanks
Joe
Ps: command line is better than gui, naturally

Hi,

DVDDecrypter is working perfectly with wine. Would be strange to want something else...


Regards,

JRoK
17th November 2006, 06:26
To expand on what jggimi said regarding mplayer, this should work:

mplayer dvd://1 -aid 128 -dumpaudio -dumpfile sound.ac3

Staz
29th November 2006, 23:38
This should also work:

mencoder dvd://1 -aid <id of audio stream to rip> -oac copy -of rawaudio -ovc copy -o sound.ac3

To get a list of all the audio streams do:

mplayer -v dvd://1 -vo null -ao null | grep "\[open\] audio stream"