Skip to content

Instantly share code, notes, and snippets.

@filipwodnicki
Created January 14, 2020 10:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save filipwodnicki/20ffcd16de39463e00fb13c69a17075d to your computer and use it in GitHub Desktop.
Save filipwodnicki/20ffcd16de39463e00fb13c69a17075d 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