[linux-audio-user] extract audio from avi

Lazzaro N. Ciccolella ciccolix at tiscalinet.it
Thu Sep 30 11:30:09 EDT 2004


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



More information about the Linux-audio-user mailing list