Created
January 22, 2019 06:59
-
-
Save kilfu0701/0d6e5ec7a25dc36eb7c84452fc44659a to your computer and use it in GitHub Desktop.
ffmpeg convert
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
| # from mov to mp4 | |
| ffmpeg -i フラミンゴ.mov -s 1280x720 -b:v 4000k -vcodec libx264 -acodec aac -pix_fmt yuv420p flamingo.mp4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment