Skip to content

Instantly share code, notes, and snippets.

# Usage: rip-transcode.sh <deviceId> <finalPath> <tmpPath> <NAME_OF_DVD> <TRANSCODE>
dvdDevice=$1
savePath=$2
tmpPath=$3
titleName=$4
transcode=${5:-TRUE}
tmpFolder="${tmpPath}/${titleName}"
destFolder="${savePath}/${titleName}"