Skip to content

Instantly share code, notes, and snippets.

@Knio
Created December 5, 2021 04:14
Show Gist options
  • Save Knio/bcf4f2d417fcb7a0d9abf925036d6048 to your computer and use it in GitHub Desktop.
Save Knio/bcf4f2d417fcb7a0d9abf925036d6048 to your computer and use it in GitHub Desktop.
ffmpeg rotate
# https://ffmpeg.org/ffmpeg-filters.html#rotate
ffmpeg.exe -i RC_0010_211008155305.MP4 -vf "rotate = 3.0 , crop = 1920:1080" out10.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment