The following command will crop a video from landscape to portrait.
ffmpeg -i "input.mp4" -vf crop=400:720:442:0 "output-cropped.mp4"
Explore our projects