X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Frip_burn%2Fdvd_image.sh;h=791d7cba1295eaed83970b198cec8c817d769138;hp=67c2d54ac88b16d8b5e7a70359d3b84c2fb31470;hb=e6ce0aa508c3ad1beb167fdf20732b24f383c651;hpb=d0cfb28918420022f659c318f6733a65bed53d5b diff --git a/scripts/rip_burn/dvd_image.sh b/scripts/rip_burn/dvd_image.sh index 67c2d54a..791d7cba 100644 --- a/scripts/rip_burn/dvd_image.sh +++ b/scripts/rip_burn/dvd_image.sh @@ -1,5 +1,10 @@ #!/bin/bash +# makes a playable dvd movie disc image from a folder. +# the folder has to contain a ripped and decrypted DVD. + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + function show_usage() { echo "This script needs two parameters, (1) an ISO file to create, and" @@ -30,4 +35,5 @@ fi mkisofs -dvd-video -o "$iso_name" "$folder_name" +exit_on_error making ISO filesystem from folder ${folder_name}