Created
October 3, 2018 04:58
-
-
Save yongqianme/213f85740a75dee218431d28131dae2a to your computer and use it in GitHub Desktop.
ffmpeg command list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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