If you're not afraid of command line, ffmpeg can do just about any
to/from conversion format you like.   Just pass -vn to specify no video
out, just audio.  Something like this should do it:


ffmpeg -i myfile.vob -ab 128 -ac 2 -ar 44100 -acodec flac -vn
mynewfile.flac

substitute some other acodec for your use.

vlc (videolan.org) can also extract audio only using the streaming
wizard, and has a gui and pre-compiled binaries if you are more
comfortable with that.


-jeffrey


-- 
jeffphil
------------------------------------------------------------------------
jeffphil's Profile: http://forums.slimdevices.com/member.php?userid=15194
View this thread: http://forums.slimdevices.com/showthread.php?t=42634

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to