This is a ffmpeg question, but I'll answer.

If you need it to be in flv format, then you can use h.264. You would do this:

ffmpeg -i video.mpg -acodec libmp3lame -ab 56k -ar 22050 -ac 2 -vcodec libx264 -vpre hq -crf 26 -s 480x360 -f flv output.flv

Change the number after -crf to change the size of the file. Bigger number will make a smaller file but less quality, smaller number will make bigger file with more quality. Don't make the number less than 20, that is about as good as the quality can be and a smaller number will make the file bigger but not any higher quality. When you are making the number higher, try adding 4 each time until you get a file that is the right size and quality that you want.

I hope this helps!

- Naz.


Leonardo Rebitte wrote:
Gentlemans, We're looking for a FFMpeg Specialist to attend us on *Brasil (www.aboa.com.br <http://www.aboa.com.br>).

Today we're using: *ffmpeg -i video.mpg -ab 56 -ar 22050 -s 480x360 -b 1024kb -y video_saida02.flv*

Our goals is:
- Best resolution with less size possible (right strings to converter).

Best Regards,
Leonardo Rebitte
+ 55 21 7850 4014
Nextel ID: 55*8*32584*
------------------------------------------------------------------------

_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user


--
السلام عليكم

Web:  www.mrnaz.com
Ph:   +61 400 460 662

_______________________________________________
ffserver-user mailing list
ffserver-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/ffserver-user

Reply via email to