Skip to content

Instantly share code, notes, and snippets.

@khanh101
Created November 1, 2022 08:39
Show Gist options
  • Save khanh101/8786f95151a52e733637ed0d10171203 to your computer and use it in GitHub Desktop.
Save khanh101/8786f95151a52e733637ed0d10171203 to your computer and use it in GitHub Desktop.
zoom video 1.2x and crop to origin size
ffmpeg -i input.mp4 -vf "scale=1.2*iw:-1, crop=iw/1.2:ih/1.2" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment