summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-05 04:46:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-05 04:46:30 +0000
commit569a295c4e2291f053c4c49fac32d5f3882051a8 (patch)
treee3a6447929f13eba4f761e260e1c0d624c3b31fb /TOOLS
parentedc16bc2651bf4fa2ff911882ff9f36b733b63a7 (diff)
downloadmpv-569a295c4e2291f053c4c49fac32d5f3882051a8.tar.bz2
mpv-569a295c4e2291f053c4c49fac32d5f3882051a8.tar.xz
v0.50 by VMiklos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12013 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/divx2svcd14
1 files changed, 7 insertions, 7 deletions
diff --git a/TOOLS/divx2svcd b/TOOLS/divx2svcd
index 97ba6fc34b..4576dc01f0 100755
--- a/TOOLS/divx2svcd
+++ b/TOOLS/divx2svcd
@@ -1,22 +1,22 @@
#!/bin/bash
# (c) 2003 Vajna Miklos <mainroot@freemail.hu>
-# divx2svcd for MPlayer+dumpvideo patch
+# divx2svcd for MPlayer
# distributed under GPL License
# A simple utility that creates SvcD from a video which uses avi container
# The newest version of this utility can be found at
# http://vmiklos.uw.hu/divx2svcd/divx2svcd
-
# MPlayer avariable at
# http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre3.tar.bz2
-# dumpvideo patch at
-# http://vmiklos.uw.hu/divx2svcd/mplayer-1.0pre3-dumpvideo.diff
###changelog###
#nobody cares about it :-)
cat >/dev/null <<EOF
+0.5.0
+- needless for dumpvideo patch ;-)
+
0.4.9
- changed default bitrate to 1600 for better quality
- fix for burning more than one cd
@@ -93,8 +93,8 @@ EOF
}
#initializating constants
-version='0.4.9'
-bitrate=1600
+version='0.5.0'
+bitrate=1375
cdsize=795
burning=0
cleaning=0
@@ -319,7 +319,7 @@ fi
###start working###
#encoding
-mencoder -ofps 25 -oac lavc "$input" -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=$bitrate:acodec=mp2:abitrate=128:keyint=25:aspect=4/3:$paraopts -o "${nev}2.avi" -srate 44100 -channels 2 $vfopts $subs "$subopts"
+mencoder -ofps 25 -oac lavc "$input" -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=$bitrate:acodec=mp2:abitrate=128:keyint=25:aspect=4/3:$paraopts -o "${nev}2.avi" -srate 44100 -of mpeg -channels 2 $vfopts $subs "$subopts"
#splitting
mplayer -dumpvideo -dumpfile "$nev.m2v" "${nev}2.avi"