nice new tool to show version of feisty meow
[feisty_meow.git] / examples / ripping_and_burning_examples.txt
1
2 when the feisty meow environment is loaded, these handy
3 commands become available for ripping content from dvds
4 and for burning content to dvds and blurays.
5
6 ===
7
8 # rips the dvd off of the current dvd drive.  this produces the ripped copy
9 # in a folder named after the dvd.
10 dvd_rip 
11
12 # makes an ISO image from a ripped dvd folder.  the ISO can then be burned
13 # to a disc using k3b or other tools.
14 dvd_image walnuts.iso WALNUTS_MOVIE
15
16 # create an ISO image from a set of files.
17 blu_image farples.iso directoryToEnshrine
18
19 # burn an ISO image onto a bluray drive.
20 blu_burn farples.iso /dev/sr1
21