]> code.delx.au - transcoding/blobdiff - identify-disc-handbrake
identify-disc-handbrake
[transcoding] / identify-disc-handbrake
diff --git a/identify-disc-handbrake b/identify-disc-handbrake
new file mode 100755 (executable)
index 0000000..fbc386c
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash -e
+
+if [ -z "$1" ]; then
+    echo "Usage: $0 device"
+    exit 1
+fi
+
+HandBrakeCLI --input "$1" --title 0
+