Skip to content

Instantly share code, notes, and snippets.

@gcleaves
Created January 6, 2024 18:41
Show Gist options
  • Save gcleaves/b69a1b4d884d9b22593105b723c2c0a6 to your computer and use it in GitHub Desktop.
Save gcleaves/b69a1b4d884d9b22593105b723c2c0a6 to your computer and use it in GitHub Desktop.
Rotate a phone video
ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=180 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment