Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created April 17, 2019 02:23
Show Gist options
  • Save dahngeek/7d89a74e817c08c42876fa91a59a487f to your computer and use it in GitHub Desktop.
Save dahngeek/7d89a74e817c08c42876fa91a59a487f to your computer and use it in GitHub Desktop.
Rotate a video with ffmpeg
ffmpeg -i numero1-renacidos.mp4 -vf "transpose=1" numero1-renacidos-roteted.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment