X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=rip_dvd.conf.dist;h=4b15b7175095be47b60172ffd38508598dc3a0c9;hb=774cd5372cab8e9265d62cc5e07ce707578cfa89;hp=74e65221375bb4d576babaa3dd885be1f288a6b1;hpb=fee74246afcd6c4db82dc6e55f4358131ece33ef;p=rip_dvd%2F.git diff --git a/rip_dvd.conf.dist b/rip_dvd.conf.dist index 74e6522..4b15b71 100644 --- a/rip_dvd.conf.dist +++ b/rip_dvd.conf.dist @@ -33,9 +33,6 @@ PATH=/etc/mythtv/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/usr/share/tovid:.: # 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. @@ -54,10 +51,12 @@ trust_feature_title_autodetect_when_uncertain=0 # note: the xvid codec seems to be fastest with threads set to 2. mencoder_threads=2 -# handbrake parameters -# handbrake version 0.9.3 was the last one to support xvid encoding -# handbrake version 0.9.4 is all about mp4 encoding -# handbrake executable name (must be found within your PATH) +# HandBrakeCLI Executable Name: +# HandBrake version <=0.9.3 was the last one to support xvid encoding. +# HandBrake version >=0.9.4 is all about mp4 encoding. +# The HandBrakeCLI executable names below must be found in your PATH. +# Set the handbrake_* variables below to "" for any you don't want to use. +# The rip_dvd script will complain if they are not "" and it can't find them. handbrake_xvid="HandBrakeCLI-0.9.3" handbrake_mp4="HandBrakeCLI-0.9.4"