Skip to content

Instantly share code, notes, and snippets.

@lg3bass
Created March 23, 2016 03:15
Show Gist options
  • Save lg3bass/deabbfae1ca8a69a21b1 to your computer and use it in GitHub Desktop.
Save lg3bass/deabbfae1ca8a69a21b1 to your computer and use it in GitHub Desktop.
OSX>UNIX>FFMPEG rotate video in metadata to display on phone.
//source: https://stackoverflow.com/questions/25031557/rotate-mp4-videos-without-re-encoding/27768317#27768317?newreg=6ed56ec178f84481a73a2072665bb8c6
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