Musical is a simple tool for your favorite music DVD. You can rip vob file by DVD chapter, convert it to wav file and add it to your iTunes library.
1 Musical depends on dvdbackup and ffmpeg. To install them try this for example,
brew install dvdbackup brew install ffmpeg
2 Install gem
gem install musical
Set your DVD and type
musical <options>
Options:
--info, -i: Show your DVD data --ignore-convert-sound, -g: Rip data only, NOT convert them to wav file --ignore-use-itunes, -n: NOT add ripped files to iTunes and encode them --dev, -d <s>: Set location of DVD device --title, -t <s>: Set DVD title (default: LIVE) --artist, -a <s>: Set DVD artist (default: Artist) --output, -o <s>: Set location of ripped data (default: ripped) --version, -v: Print version and exit --help, -h: Show this message
When you use iTunes, you should use –title and –artist options. They will help you to manage your music library easily.
The latest Xcode doesn’t include gcc. Install gcc-4.2.
And try this.
brew install --use-gcc ffmpeg
/usr/bin/pod2man may not have execute permission.
Try this.
sudo chmod +x /usr/bin/pod2man
Your DVD may be copy-protected. Try fairmount.
Copyright © 2011 ryo katsuma. See LICENSE.txt for further details.