Skip to content

Instantly share code, notes, and snippets.

@yongqianme
Created October 3, 2018 04:58
Show Gist options
  • Save yongqianme/213f85740a75dee218431d28131dae2a to your computer and use it in GitHub Desktop.
Save yongqianme/213f85740a75dee218431d28131dae2a to your computer and use it in GitHub Desktop.
ffmpeg command list
#convert webm to mp4
ffmpeg -fflags +genpts -i 1.webm -r 24 1.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment