X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=rip_dvd.conf.dist;fp=rip_dvd.conf.dist;h=e03d86e10a6c165bdcd4b16d5256555055ad3653;hb=a0392e5f7d75539a0a6831d88fda15c821507dae;hp=0000000000000000000000000000000000000000;hpb=8b2efd5e875463ed0f5113f846859c913dcfffea;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist new file mode 100644 index 0000000..e03d86e --- /dev/null +++ b/rip_dvd.conf.dist @@ -0,0 +1,54 @@ +########################################################################################### +# configuration file for the rip_dvd script: +# - rip_dvd.conf.dist = contains default values (tracked by GIT) +# - rip_dvd.conf = contains localized overrides to the default values (not tracked by GIT) +# should initially be created by copying the rip_dvd.conf.dist +########################################################################################### + +# specify the path to the rip_dvd script +ripcmd="/myth/video/bin/rip_dvd" + +# Specify the device path to the DVD drive +dev=/dev/dvd2 + +# Specify the path to the log directory +logdir=/var/log/ripdvd + +# Specify the path to the tmp rip directory +tmpdir=/myth/video/DVDs/.ripdvd + +# Specify the email address to send job notifications to +mailto=root + +# Setup the path to the tools needed by this ripper +PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:.:$PATH + +# Use mplayer dumpstream to create the main VOB file +# If set to 0, cat and other utils will be used to make it instead. +# Using mplayer dumpstream is by far the best way to create the main VOB file +# The only thing this doesn't work for are DVDs with the 99 title copy protection. +# The script will autodetect these types of disks, and change this to 0 if necessary. +# If this is set to 0, other methods will be employed to get the DVD VOB dump. +use_mplayer_dumpstream=1 + +# 2-channel AVI encoding audio bit rate +audio_bitrate=224 + +# If set to 1, this script will call another script to fill in the mythvideo metadata +# If you don't use mythtv, set this option to 0. If you use mythtv, and have downloaded +# the fill_mythvideo_metadata.pl script shown above, you can leave this option set to 1. +fill_mythvideo_metadata=0 + +# If the 99 titleset copy protection scheme is detected, trust the autodetection or abort. +# The autodetection may work, but it probably won't in this case. Set to 0 by default. +# Override to 1 if you want the script to wing it, and hope it picks the right feature title. +# Otherwise, you will need to rerun the script providing the feature title with the -t option. +trust_feature_title_autodetect_when_uncertain=0 + +# specify the number of threads that mencoder should use when encoding the video (AVI mode) +# an optimal setting for this should be the number of cores you have times 2 +# note: you have to have an mplayer version that has been compiled with multi thread support. +# if you don't, this will have no effect, but won't hurt anything to have it set otherwise. +mencoder_threads=4 + +########################################################################################### \ No newline at end of file