summaryrefslogtreecommitdiffstats
path: root/TOOLS/dvd2divxscript.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/dvd2divxscript.pl')
-rwxr-xr-xTOOLS/dvd2divxscript.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/dvd2divxscript.pl b/TOOLS/dvd2divxscript.pl
index 5d5738530f..2acbfa049e 100755
--- a/TOOLS/dvd2divxscript.pl
+++ b/TOOLS/dvd2divxscript.pl
@@ -201,7 +201,7 @@ if ($writecd) {
# here comes the fun part...
print "precacheing...\n";
-$status = system ("mencoder -dvd $dvd_track -ovc copy -oac copy -alang $lang -o $vob_tempfile 1>/dev/tty8 2>/dev/tty8");
+$status = system ("mencoder dvd://$dvd_track -ovc copy -oac copy -alang $lang -o $vob_tempfile 1>/dev/tty8 2>/dev/tty8");
die "Prechacheing failed. mencoder exited with Status Code $?" unless $status == 0;
print "Encoding Audio...\n";