so how can I extract just the audio, and preferably save it to my hard drive as a wav file, just like I had ripped it from an audio cd with cdparanoia?
I found a hit on the web which said to use transcode like this:
Code: Select all
transcode -i /dev/dvd -x dvd -T 1,6 -a 0 -y wav -m track6.wav
do you think it's because the dvd is encrypted?
If so, I got chapter 6 and chapter 7 (the two songs) decrypted and extracted to their own little vob directories on my hard drive (using a free software program I found for OS X) but then I couldn't figure out how to get transcode to use the resulting VOB directory. (transcode seems to have very little documentation)
thanks




