Skip to content

Instantly share code, notes, and snippets.

@danielbuechele
Created May 31, 2012 15:40
Show Gist options
  • Save danielbuechele/2844234 to your computer and use it in GitHub Desktop.
Save danielbuechele/2844234 to your computer and use it in GitHub Desktop.
ffmpeg -v 3 -i movie.mov -re -acodec libfaac -ab 64k -ar 44000 -ac 1 -strict experimental -vcodec libx264 -b 600k -bt 225k -minrate 400k -maxrate 800k -bufsize 887.04k -r 25 -s 720x400 -aspect 16:9 -trellis 1 -subq 7 -me_range 16 -i_qfactor 0.71 -bf 3 -b_strategy 1 -refs 2 -partitions partp8x8 -flags +loop -flags2 +dct8x8 -g 50 -qmin 1 -qmax 51 -qdiff 4 -qcomp 0.5 -level 30 -sc_threshold 40 -sn -threads 8 -f flv rtmp://...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment