[FFmpeg-user] How to convert mp3 to flv

Christian Ebert blacktrash at gmx.net
Sat Apr 30 10:49:31 CEST 2011


* leegold at speedymail.org on Friday, April 29, 2011 at 22:59:31 -0700
> Is there a way to convert an audio only mp3 file to a Flash flv file? Is
> there a way to add an image to the flv to show while it plays? Thank
> you.

I use something like this to create a fake flv with a minimal
image clip when I want to pseudostream an mp3:

ffmpeg -shortest -loop_input -f image2 -i <img> -i <mp3> \
    -f flv -acodec copy -vb 10k -s 10x10 out.flv \
&& flvmeta out.flv out-meta.flv

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
free movies       --->>> http://www.blacktrash.org/underdogma
http://itunes.apple.com/podcast/underdogma-movies/id363423596


More information about the ffmpeg-user mailing list