summaryrefslogtreecommitdiffstats
path: root/TOOLS
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
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')
-rwxr-xr-xTOOLS/dvd2divxscript.pl2
-rwxr-xr-xTOOLS/mencvcd4
2 files changed, 3 insertions, 3 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";
diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd
index 3a8c6e0b10..7be9d73aeb 100755
--- a/TOOLS/mencvcd
+++ b/TOOLS/mencvcd
@@ -153,10 +153,10 @@ function usage() {
echo "'$HOWCALLED teneriffa teneriffa.avi'"
echo "this creates a VCD from an avi file."
echo
- echo "'$HOWCALLED crazy -dvd 3 -w':"
+ echo "'$HOWCALLED crazy dvd://3 -w':"
echo "encodes and burns dvd title 3 to VCD in 16:9."
echo
- echo "'$HOWCALLED carter -dvd 1 -sid 0 -aid 128 -ss 3:00 -frames 1500 \\"
+ echo "'$HOWCALLED carter dvd://1 -sid 0 -aid 128 -ss 3:00 -frames 1500 \\"
echo " -noburn -vnorm n -vfr 1':"
echo "this encodes 1500 frames of dvd title 1 with subtitle 0 and audio stream"
echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC"