Created
September 28, 2015 17:25
-
-
Save BrianAdams/bf527d69a6e95b66db65 to your computer and use it in GitHub Desktop.
ffmpeg options for mp4 live stream profile
This file contains hidden or 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
-framerate 30 \ | |
-an \ | |
-f mp4 \ | |
-g 3 \ | |
-keyint_min 3 \ | |
-reset_timestamps 1 \ | |
-movflags empty_moov+default_base_moof+frag_keyframe \ | |
-profile:v main \ | |
-level 30 \ | |
-pix_fmt yuv420p \ | |
-tune zerolatency \ | |
-loglevel verbose - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment