I used mplayer to create a PCM file from a dvd with a command like this
CODE
mplayer -ao pcm -vo null -vc null myfile.vob
I'm not sure (please correct me if I'm wrong), but I think could be some loss during the decoding process, so my question is:
Is there any better way to get a wav from a .vob?
Thanks in advance.