Created
August 20, 2020 15:15
-
-
Save hieu-tn/fc28ae6e39211694e313603ddbe9bd66 to your computer and use it in GitHub Desktop.
This file contains 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
ffmpeg -i input.mov -c:v libx264 -profile:v main -vf format=yuv420p -c:a aac -movflags +faststart output.mp4 | |
ffmpeg -i input.mov -acodec libvorbis -b:a 96k -ac 2 -vcodec libvpx -b:v 400k -f webm output.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment