Entry

tip : ffmpeg quality settings

I just answered this on the ffmpeg-php boards, but here it is for anyone else.
heres one of the settings i use for mid range ffmpeg flv encoding :
ffmpeg -i in.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 [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Technorati
  • Slashdot
  • LinkedIn
  • E-mail this story to a friend!

I just answered this on the ffmpeg-php boards, but here it is for anyone else.

heres one of the settings i use for mid range ffmpeg flv encoding :
ffmpeg -i in.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 out.flv

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Technorati
  • Slashdot
  • LinkedIn
  • E-mail this story to a friend!

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*