[FFmpeg-user] crop detect not working

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Sep 20 01:50:18 CEST 2014


Elliott Balsley <elliottbalsley <at> gmail.com> writes:

> I’m trying to use the cropdetect filter on some JPEG images

The filter is not made for images but videos, you can use the 
following workaround:
$ ffmpeg -loop 1 -i image -vf cropdetect -f null -vframes 3 -

Carl Eugen



More information about the ffmpeg-user mailing list