On Tue, 15 Dec 2009 08:23:26 -0700, Skippy wrote:

> mplayer filename.vob -ao pcm:waveheader:file=filename.wav -vo null
> 
> It would be handy if this could be automated so I could run a bash
> script in a directory full of vob files and end up with a set of wav
> files with the same file name as the original vob.

for i in *.vob; do
   mplayer "${i}" -ao pcm:waveheader:file="${i/.vob/.wav}" -vo null
   done


-- 
Neil Bothwick

I can't walk on water, but I can stagger on alcohol.

Attachment: signature.asc
Description: PGP signature

Reply via email to