>
cheatref
tmux
ffmpeg
> ffmpeg
/
video-filters
/
crop-video-to-square
Crop video to square
video filters
// shell
$
ffmpeg -i input.mp4 -vf "crop=ih:ih" output.mp4
// related commands
> resize-video-to-720p
> rotate-video-90-degrees
> add-text-overlay-with-timestamp
> deinterlace-video
> add-a-watermark-image-overlay
> view all video-filters commands