]> git.phdru.name Git - audio-cdr-video.git/blobdiff - video/m_cropdetect
Move outdated scripts to separate subdirectories
[audio-cdr-video.git] / video / m_cropdetect
diff --git a/video/m_cropdetect b/video/m_cropdetect
deleted file mode 100755 (executable)
index dfb4b0e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-if [ -z "$1" ]; then
-   echo "Usage: $0 input.avi..."
-   exit 1
-fi
-
-exec mplayer -vf cropdetect -vo null -nosound "$@"