I am trying to use ffmpeg to convert any video format to flv format.
I use standard command line
ffmpeg -i $source -acodec mp3 -f flv -s 320x240 -aspect 4:3 -y $dest
However the swf flash player I have cant play that right.
It keeps restarting the play after a while, going further and further
trough end, though.
I also use flvtool2 -Uc $dest to write meta data, still no luck.
Can anybody suggest me what to do I really need your help as I am
struggling with this for days.
Thank you
Crirus
Hello
I am trying to use ffmpeg to convert any video format to flv format.
I use standard command line
ffmpeg -i $source -acodec mp3 -f flv -s 320x240 -aspect 4:3 -y $dest
However the swf flash player I have cant play that right.
It keeps restarting the play after a while, going further and further
trough end, though.
I also use flvtool2 -Uc $dest to write meta data, still no luck.
Can anybody suggest me what to do I really need your help as I am
struggling with this for days.
Thank you
Crirus
Please show me the full output of the command line
What is the sample rate of your source file? it should be 22050 or 44100And what is the FFmpeg version?