Skip to content

Instantly share code, notes, and snippets.

@sinebeef
Created July 19, 2019 19:59
Show Gist options
  • Save sinebeef/0c7ec31e30c31bef7cbe93ed3adfde89 to your computer and use it in GitHub Desktop.
Save sinebeef/0c7ec31e30c31bef7cbe93ed3adfde89 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
# for when using raw rgb data which is picky with players (safe)
ffmpeg -i raw_from_aae.avi -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment