[FFmpeg-devel] help converting flv to mp3
    Vitor Sessak 
    vitor1001
       
    Thu Dec 13 20:31:21 CET 2007
    
    
  
Hi
David Montgomery wrote:
> Hi,
>  
> I just installed ffmpeg and lame.
>  
> when I installed ffmpeg I enabled lame with the following 
>  
>  ./configure --enable-libmp3lamemake
> make install
>  
>  
> I am trying to extract the mp3 audio from an flv file using the following command
This is using FFmpeg, not developing. This belongs to ffmpeg-user 
mailing list them...
>  
> ffmpeg -title "amex" -i amex.flv -acodec mp3 -ac 2 -ab 131072 -vn -y test.mp3
-acodec libmp3lame
See ffmpeg -formats | grep mp3
-Vitor
    
    
More information about the ffmpeg-devel
mailing list