Skip to content

Instantly share code, notes, and snippets.

@kseikyo
Last active February 25, 2022 19:08
Show Gist options
  • Save kseikyo/5f872cb9b76920db0ccbdf62040a3429 to your computer and use it in GitHub Desktop.
Save kseikyo/5f872cb9b76920db0ccbdf62040a3429 to your computer and use it in GitHub Desktop.
FFMPEG create framerate to animate video on browser

Command from this youtube comment

ffmpeg -i input.mp4 -g 4 -vcodec libx264 -profile:v main -level:v 4.1 -an -movflags faststart output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment