On Thu, Sep 30, 2004 at 06:35:11PM +0400, Andrew Gaydenko wrote:
Hi,
What is the simplest way to extract an audio (to wav file) from a video avi file?
hi,
this command line extract audio and put it in a file named "audiodump.wav":
mplayer -ao pcm my_movie.avi
the same but don't show the video:
mplayer -vo null -ao pcm my_movie.avi
bye
--
Lazzaro