Skip to Content About Archive Belief Contact Pudding Search


code: ffmpeg video quality settings


Wednesday, September 5, 2007

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Here’s the settings i use for encoding flash video (flv)

medium
ffmpeg -i RulesOf_30sec.mov -acodec mp3 -ab 48k -ac 1 -ar 44100 -f flv -deinterlace -nr 500 -croptop 4 -cropbottom 4 -cropleft 8 -cropright 8 -s 320×240 -aspect 4:3 -r 25 -b 270k -me_range 25 -i_qfactor 0.71 -g 500 high.flv

high
ffmpeg -i RulesOf_30sec.mov -acodec mp3 -ab 64k -ac 2 -ar 44100 -f flv -deinterlace -nr 500 -croptop 4 -cropbottom 4 -cropleft 8 -cropright 8 -s 640×480 -aspect 4:3 -r 25 -b 650k -me_range 25 -i_qfactor 0.71 -g 500 high.flv

discussion at ffmpeg-php mailing list :
http://groups.google.com/group/ffmpeg-php/browse_thread/thread/32152ba62f83a90d?hl=en

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
Might Be Related

2 Responses to “code: ffmpeg video quality settings”


  1. Kyle Says:

    Hey, I have given these settings a try in my Ruby on Rails application. Thanks for posting :D

  2. Ogaden Says:

    Thanks, it works perfectly! :)

Leave a Reply


In order to submit a comment, you need to mention your name and your email address (which won't be published). And ... don't forget your comment!

Comment Form