From 69fe2ca4a99c994fb0172bd583b49f9d19417603 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 8 Mar 2015 14:33:43 +1100 Subject: [PATCH] identify-disc-handbrake --- identify-disc-handbrake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 identify-disc-handbrake diff --git a/identify-disc-handbrake b/identify-disc-handbrake new file mode 100755 index 0000000..fbc386c --- /dev/null +++ b/identify-disc-handbrake @@ -0,0 +1,9 @@ +#!/bin/bash -e + +if [ -z "$1" ]; then + echo "Usage: $0 device" + exit 1 +fi + +HandBrakeCLI --input "$1" --title 0 + -- 2.39.2