X-Git-Url: https://code.delx.au/transcoding/blobdiff_plain/b5c24cf1a13fafdd7e8aea0207ce39aac4cb3619..69fe2ca4a99c994fb0172bd583b49f9d19417603:/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 +