Created
April 15, 2015 14:53
-
-
Save FernandoEscher/bab8612da310965e014a to your computer and use it in GitHub Desktop.
FFMpeg settings for streaming video
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 -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