Skip to content

Instantly share code, notes, and snippets.

@FernandoEscher
Created April 15, 2015 14:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoEscher/bab8612da310965e014a to your computer and use it in GitHub Desktop.
Save FernandoEscher/bab8612da310965e014a to your computer and use it in GitHub Desktop.
FFMpeg settings for streaming video
ffmpeg -i input.mov -profile:v high -level 4.1 -movflags +faststart -vcodec libx264 -r 24 -s 1280x720 -preset slow -crf 24 -acodec libfaac -ac 2 -ab 128k -threads 4 -tune zerolatency output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment