Is there a change to cropdetect in ffmpeg v.4.1.4_1? I've been using “ffmpeg -i input -t 1 -vf cropdetect -f null - 2>&1 | awk '/crop/ { print $NF }' | tail -1” for a long time, and now it appears to yield no output. Thanks. llee782