summaryrefslogtreecommitdiffstats
path: root/TOOLS/dvd2divxscript.pl
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-09 20:10:48 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-09 20:10:48 +0000
commitd7bf90d3c08d300a59f935ca6583aaa210c29f68 (patch)
tree2016f99cdec030f12756edb73bb306aa0941481d /TOOLS/dvd2divxscript.pl
parent5eda57a19b8793e7544e2e267551140d69bc23f1 (diff)
downloadmpv-d7bf90d3c08d300a59f935ca6583aaa210c29f68.tar.bz2
mpv-d7bf90d3c08d300a59f935ca6583aaa210c29f68.tar.xz
-dvd -> dvd:// and -vcd -> vcd://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10406 b3059339-0415-0410-9bf9-f77b7e298cf2
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";