Skip to content

Instantly share code, notes, and snippets.

@eugene-lazarev
Created February 6, 2020 10:12
Show Gist options
  • Save eugene-lazarev/8fd86f8ed413c0c3244e36b62e7b3678 to your computer and use it in GitHub Desktop.
Save eugene-lazarev/8fd86f8ed413c0c3244e36b62e7b3678 to your computer and use it in GitHub Desktop.
ffmpeg for background html5 video
ffmpeg -i video.mp4 -c:v libx264 -profile:v main -level 3.0 -movflags faststart -r 25 -g 2 -an video_html5.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment