Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kilfu0701/420d65af2b584945ee2e5cc5e0c56fed to your computer and use it in GitHub Desktop.
Save kilfu0701/420d65af2b584945ee2e5cc5e0c56fed to your computer and use it in GitHub Desktop.
ffmpeg rotate+crop+scale command
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