Skip to content

Instantly share code, notes, and snippets.

@leviathan
Forked from filipwodnicki/ffmpeg.sh
Created March 9, 2021 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leviathan/b73cde4f907ec80fcb069493cb0ba975 to your computer and use it in GitHub Desktop.
Save leviathan/b73cde4f907ec80fcb069493cb0ba975 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
# install ffmpeg
brew install ffmpeg
# convert .mov file to .mp4
ffmpeg -i demo.mov -vcodec h264 demo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment