> > I use the following to extract audio from video files. > > mplayer -ao pcm -vo audiodump.wav "$1"
I saw the above commands at some site. I just realized that although the above works, the parameter to "-vo" should be "null" (the audiodump.wav parameter is probably not required). $ mplayer -ao pcm -vo null "videofile" SB -- l...@iitd - http://tinyurl.com/ycueutm To unsubscribe, reply using "remove me" as the subject.
