Skip to content

Instantly share code, notes, and snippets.

@nticaric
Last active August 29, 2015 14:04
Show Gist options
  • Save nticaric/0f76f9dc1ae5e84e601d to your computer and use it in GitHub Desktop.
Save nticaric/0f76f9dc1ae5e84e601d to your computer and use it in GitHub Desktop.
encoding video that works in video tag
ffmpeg -v verbose -i header-orig.mp4 -c:v libx264 -level:v 3.0 -bf 1 -s 1360x768 -profile:v baseline -r 29.97 -pix_fmt yuv420p -movflags +faststart header.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment