Created
June 3, 2018 11:27
-
-
Save kilfu0701/420d65af2b584945ee2e5cc5e0c56fed to your computer and use it in GitHub Desktop.
ffmpeg rotate+crop+scale command
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 MAH01360.MP4 -filter_complex "[0:v]rotate=15*PI/180[v1]; [v1]crop=1440:810:240:135[v2]; [v2]scale=1920:1080" out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment