Skip to content

Instantly share code, notes, and snippets.

@BrianAdams
Created September 28, 2015 17:25
Show Gist options
  • Save BrianAdams/bf527d69a6e95b66db65 to your computer and use it in GitHub Desktop.
Save BrianAdams/bf527d69a6e95b66db65 to your computer and use it in GitHub Desktop.
ffmpeg options for mp4 live stream profile
-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