Skip to content

Instantly share code, notes, and snippets.

@computationalmama
Last active July 2, 2020 12:32
Show Gist options
  • Save computationalmama/06a48237497879c29ce5d54222201a1e to your computer and use it in GitHub Desktop.
Save computationalmama/06a48237497879c29ce5d54222201a1e to your computer and use it in GitHub Desktop.
ffmpeg cheatsheets suitable for n00bs

If you want to make an existing .mp4

$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

will keep adding more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment