Try to find the rip_dvd script automatically.
[rip_dvd/.git] / rip_dvd.conf.dist
index 4c7d0daad83cf309504d7eb3d98dbd234f5292f9..74e65221375bb4d576babaa3dd885be1f288a6b1 100644 (file)
@@ -6,8 +6,9 @@
 # NOTE: You can override ANY of the global variables listed in the top of rip_dvd here
 ###########################################################################################
 
-# specify the path to the rip_dvd script
-ripcmd="/myth/video/bin/rip_dvd"
+# specify the path to the rip_dvd script (no need to do this if rip_dvd is in
+# the same directory as the rip_dvd.wrap script (which is likely).
+# ripcmd="/myth/video/bin/rip_dvd"
 
 # Specify the device path to the DVD drive
 dev=/dev/dvd
@@ -56,6 +57,7 @@ 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)
 handbrake_xvid="HandBrakeCLI-0.9.3"
 handbrake_mp4="HandBrakeCLI-0.9.4"