Created
December 5, 2021 04:14
-
-
Save Knio/bcf4f2d417fcb7a0d9abf925036d6048 to your computer and use it in GitHub Desktop.
ffmpeg rotate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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