X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fexamples%2Fripping_and_burning_examples.txt;fp=infobase%2Fexamples%2Fripping_and_burning_examples.txt;h=2ef3255754d56088c59768cf3034a7c0ef1a7c37;hb=5af202498131eb5eed099b84187e59889303faa8;hp=0000000000000000000000000000000000000000;hpb=a4d12589f1cd01826814842cde0b3eac95890bc9;p=feisty_meow.git diff --git a/infobase/examples/ripping_and_burning_examples.txt b/infobase/examples/ripping_and_burning_examples.txt new file mode 100644 index 00000000..2ef32557 --- /dev/null +++ b/infobase/examples/ripping_and_burning_examples.txt @@ -0,0 +1,21 @@ + +when the feisty meow environment is loaded, these handy +commands become available for ripping content from dvds +and for burning content to dvds and blurays. + +=== + +# rips the dvd off of the current dvd drive. this produces the ripped copy +# in a folder named after the dvd. +dvd_rip + +# makes an ISO image from a ripped dvd folder. the ISO can then be burned +# to a disc using k3b or other tools. +dvd_image walnuts.iso WALNUTS_MOVIE + +# create an ISO image from a set of files. +blu_image farples.iso directoryToEnshrine + +# burn an ISO image onto a bluray drive. +blu_burn farples.iso /dev/sr1 +