Crop video to square

video filters

// shell

$ ffmpeg -i input.mp4 -vf "crop=ih:ih" output.mp4