]> git.phdru.name Git - audio-cdr-video.git/blobdiff - video/transcoding/tc_detectclipping
Move outdated scripts to separate subdirectories
[audio-cdr-video.git] / video / transcoding / tc_detectclipping
diff --git a/video/transcoding/tc_detectclipping b/video/transcoding/tc_detectclipping
new file mode 100755 (executable)
index 0000000..0d93e16
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+if [ -z "$1" ]; then
+   echo "Usage: $0 input_dir"
+   exit 1
+fi
+
+exec transcode -i "$1" -y null,null -o /dev/null -J detectclipping