Skip to content

Instantly share code, notes, and snippets.

@dangh
Last active January 20, 2017 19:50
Show Gist options
  • Save dangh/50a30d0d8142178bd4051c5446fbb054 to your computer and use it in GitHub Desktop.
Save dangh/50a30d0d8142178bd4051c5446fbb054 to your computer and use it in GitHub Desktop.
Rotate MP4 file 90º clockwise
brew install ffmpeg
ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=90 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment