]> git.phdru.name Git - audio-cdr-video.git/blob - video/ff_cropdetect
59a2c40ad882a133a4f16de7de1300548e5244f8
[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