X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=video%2Fff_cropdetect;fp=video%2Fff_cropdetect;h=59a2c40ad882a133a4f16de7de1300548e5244f8;hb=2bb1f569c7a50d3965cd054b7587e9b04e3ad72b;hp=0000000000000000000000000000000000000000;hpb=8f5773905de15194fe3ae88499be8ec615a55587;p=audio-cdr-video.git diff --git a/video/ff_cropdetect b/video/ff_cropdetect new file mode 100755 index 0000000..59a2c40 --- /dev/null +++ b/video/ff_cropdetect @@ -0,0 +1,8 @@ +#! /bin/sh + +if [ -z "$1" ]; then + echo "Usage: $0 input.avi" + exit 1 +fi + +exec ffmpeg -i "$1" -vf cropdetect -an -f rawvideo -y /dev/null