Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- ffmpeg -y -i 720.mp4 -filter:v "crop=250:265:0:600" out720.mp4
- ffmpeg -y -i 1080.mp4 -filter:v "crop=375:397:0:900" out1080.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement