Created
April 17, 2019 02:23
-
-
Save dahngeek/7d89a74e817c08c42876fa91a59a487f to your computer and use it in GitHub Desktop.
Rotate a video with ffmpeg
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
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