]> git.phdru.name Git - audio-cdr-video.git/blob - video/ff_cropdetect
Add ff_cropdetect - detect -vf crop parameters
[audio-cdr-video.git] / video / ff_cropdetect
1 #! /bin/sh
2
3 if [ -z "$1" ]; then
4    echo "Usage: $0 input.avi"
5    exit 1
6 fi
7
8 exec ffmpeg -i "$1" -vf cropdetect -an -f rawvideo -y /dev/null