Skip to content

Instantly share code, notes, and snippets.

@thegeorgenikhil
Last active February 6, 2024 14:55
Show Gist options
  • Save thegeorgenikhil/2b55fdcde5b4eb773637b0695dd611f2 to your computer and use it in GitHub Desktop.
Save thegeorgenikhil/2b55fdcde5b4eb773637b0695dd611f2 to your computer and use it in GitHub Desktop.
Converting webm to mp4 using ffmpeg
ffmpeg -fflags +genpts -i input.webm output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment