Skip to content

Instantly share code, notes, and snippets.

@hieu-tn
Created August 20, 2020 15:15
Show Gist options
  • Save hieu-tn/fc28ae6e39211694e313603ddbe9bd66 to your computer and use it in GitHub Desktop.
Save hieu-tn/fc28ae6e39211694e313603ddbe9bd66 to your computer and use it in GitHub Desktop.
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