Created
July 6, 2010 22:12
-
-
Save russ/465997 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -y -threads 2 -i $1 -r 29.97 -vcodec libx264 -s 320x240 -aspect 4:3 -flags +loop -cmp +chroma -deblockalpha 0 -deblockbeta 0 -b 800kb -maxrate 1250k -bufsize 4M -bt 256k -refs 1 -coder 0 -me_method full -me_range 16 -subq 7 -partitions +parti4x4+parti8x8+partp8x8 -g 250 -keyint_min 25 -rc_eq 'blurCplx^(1-qComp)' -level 30 -qmin 10 -qmax 51 -qcomp 0.6 -trellis 2 -sc_threshold 40 -i_qfactor 0.71 -acodec libfaac -ab 112k -ar 48000 -ac 2 $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment