Jun
20
Use Alfred to rip a DVD to an iso
June 20, 2013 | Leave a Comment
<myLife>While boyfriend is busy ripping and sorting our CDs into an amazing music collection, I try and reduce our DVD collections to a reasonable amount of shelves. In the end, it should fit on a large amount of 2Gb hard drives and I’ll stack discs in the attic.</myLife>
To make my ripping job easier, I created an Alfred command :
1 2 | echo <mypassword> | sudo -S diskutil unmount /dev/disk4 echo <mypassword> | sudo -S hdiutil makehybrid -o /Users/<myuser>/DVDRips/{query}.iso /dev/disk4 |
And now, all I have to do is insert a DVD, call Alfred and type Rip <Title>. Clean and simple. <myLife>i Like Alfred </myLife>
Filed under: Mac OS X
Tagged with: Alfred, command, DVD, rip
Liked this page?
Tweet it
Tweet
Subscribe to the RSS feed or sign up for the newsletter now.