On Tue, 2004-03-30 at 10:15, [EMAIL PROTECTED] wrote:
> Is there an easy to use tool to convert a (non-encrypted)  DVD VOB file 
> to MP3. Just the audio stream, of course.

Never tried it directly on a VOB, but something like this ought to work.
I use it to convert Planetary Radio WMAs to mp3s.

        $ mplayer -ao pcm -vc dummy -vo null -waveheader /path/to/file
        $ lame --preset 64 audiodump.wav <output.mp3>

As an exercise for the reader, you could use named pipes to do on the
fly encoding.

Corey



____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to