Created
August 18, 2015 23:14
-
-
Save jonahb/1605c1e04d19c9acdbf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# find with `diskutil list` | |
DEVICE=/dev/disk2 | |
NAME=name | |
sudo port install dvdbackup | |
sudo port install cdrtools | |
dvdbackup -i $DEVICE -n $NAME -Mvp | |
mkdir -p $NAME/AUDIO_TS $NAME/VIDEO_TS | |
mkisofs -dvd-video -o $NAME.iso $NAME | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment