Pass crop filter to ffmpeg
Posted: Tue Jun 20, 2017 10:20 pm
I have a camera that I bought a fisheye lens for, but I need to crop some of the edges, due to distortion. I am supposed to be able to do this by sending ffmpeg the -filter:v "crop=x:y" option or -filter:v "crop=x:y:h:l". I tried putting it into the options box, with the dash, without the dash, with double quotes, single quotes and no quotes. Nothing seems to pass it the option. Does anyone know how to pass this option to ffmpeg?