Advertisement
Guest User

Левый нижний угол

a guest
May 14th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. ffmpeg -y -i 720.mp4 -filter:v "crop=250:265:0:600" out720.mp4
  4. ffmpeg -y -i 1080.mp4 -filter:v "crop=375:397:0:900" out1080.mp4
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement