X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bupdate_day%7D?a=blobdiff_plain;f=rip_dvd;h=0295e62d98071517f7557a2f57f9c301bff121d8;hb=0dd2093c203da3a877be5ef0238062a7869dd47a;hp=da6b81fa98649b0004eb8125298bab6d3ffb6b45;hpb=97c8da07a0c1ddacb72a6f8383916d428350709c;p=rip_dvd%2F.git diff --git a/rip_dvd b/rip_dvd index da6b81f..0295e62 100755 --- a/rip_dvd +++ b/rip_dvd @@ -40,6 +40,7 @@ config="${0%/*}/rip_dvd.conf" ############################################################################################## # Command line processing ############################################################################################## +typeset cmd="$0 $*" typeset dvdname="" typeset debug="" typeset dest="" @@ -382,7 +383,7 @@ function encode_vob_file { passlogfile_opt="-passlogfile $passlogfile" pass_opt="pass=%PASS" - # Check the force_onepass_mode. If it is set, change our variables appropriately + # Check the global force_onepass_mode. If it is set, change our variables appropriately # to force 1-pass encoding across all profiles. if [ $force_onepass_mode -eq 1 ]; then PASSES="2" @@ -1114,6 +1115,9 @@ function remove_intermediate_dvdbackup_folder { # Make a note of when this DVD rip started date=`date` echo -e "\n$date DVD rip started" >> "$logfile" +echo "cmd: $cmd" >> "$logfile" + +exit # Rip the DVD - Mirror Mode if [ $mirror_mode -eq 1 ]; then