Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Last active January 13, 2025 19:53
Show Gist options
  • Save yordanoweb/3a97f66f2d09937222ca22384dc084e1 to your computer and use it in GitHub Desktop.
Save yordanoweb/3a97f66f2d09937222ca22384dc084e1 to your computer and use it in GitHub Desktop.
Rotate video 90 degrees clockwise with ffmpeg

Rotate video 90 degrees

ffmpeg -i input_video.mp4 -vf "rotate=0.001" output_video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment