➜ ffmpeg -i in.mp4 -vf "crop=1240:720:0:0" out.mp4
# cropped width and height ^ (we're removing 40px from the height)
# coordinates of the top-left corner ^ (we're setting the top-left corner to the top-left of the screen so we cut out the bottom 40px)
Last active
July 27, 2025 21:03
-
-
Save ErykDarnowski/31e3e2e0b1df163263f2ad931141e7aa to your computer and use it in GitHub Desktop.
Crop out view from glass door from P1S timelapse video using `ffmpeg`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment