[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.200,1.201

Arpi of Ize arpi at mplayerhq.hu
Mon Aug 5 15:53:33 CEST 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv30349

Modified Files:
	mplayer.1 
Log Message:
oac/ovc changes, -osdleevl defaults to 1


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- mplayer.1	3 Aug 2002 20:36:53 -0000	1.200
+++ mplayer.1	5 Aug 2002 13:53:30 -0000	1.201
@@ -605,7 +605,7 @@
 .TP
 .B \-osdlevel <0\-2> (MPLAYER only)
 Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer,
-default is 2).
+default is 1).
 .TP
 .B \-sid <id> (also see -slang option)
 Turns on DVD subtitle displaying. Also, you MUST specify a number which
@@ -1268,8 +1268,7 @@
 Outputs to the given filename, instead of the default 'test.avi'.
 .TP
 .B \-oac <codec name>
-Encode with the given codec (codec names are from codecs.conf,
-use -ovc help to get a list of available codecs).
+Encode with the given codec (use -ovc help to get a list of available codecs. no default is set).
 
 .I EXAMPLE:
     -oac copy     no encoding, just streamcopy
@@ -1282,14 +1281,13 @@
 (29.97fps telecined mpeg) files.
 .TP
 .B \-ovc <codec name>
-Encode with the given codec (codec names are from codecs.conf, 
-use -ovc help to get a list of available codecs).
+Encode with the given codec (use -ovc help to get a list of available codecs, no default).
 
 .I EXAMPLE:
     -ovc copy    no encoding, just streamcopy
     -ovc divx4   encode to DivX4/DivX5 or XviD
     -ovc rawrgb  encode to uncompressed RGB24
-    -ovc lavc    encode with a libavcodec codec
+    -ovc lavc    encode with a libavcodec codecs
 .TP
 .B \-pass <1/2>
 With this you can encode 2pass DivX4 files. First encode with -pass 1, then
@@ -1557,25 +1555,25 @@
 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv
 .TP
 .B Encoding DVD title #2, only selected chapters
-mencoder -dvd 2 -chapter 10-15 -o title2.avi
+mencoder -dvd 2 -chapter 10-15 -o title2.avi -oac copy -ovc divx4
 .TP
 .B Encoding DVD title #2, resizing to 640x480
-mencoder -dvd 2 -vop scale=640:480 -o title2.avi
+mencoder -dvd 2 -vop scale=640:480 -o title2.avi -oac copy -ovc divx4
 .TP
 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio)
-mencoder -dvd 2 -vop scale -zoom -xy 512 -o title2.avi
+mencoder -dvd 2 -vop scale -zoom -xy 512 -o title2.avi -oac copy -ovc divx4
 .TP
 .B The same, but with libavcodec family, MPEG4 (Divx5) compression
-mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=1800
+mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=1800 -oac copy
 .TP
 .B Encoding all *.jpg files in the current dir
-mencoder \\*.jpg -mf on:fps=25 -o output.avi
+mencoder \\*.jpg -mf on:fps=25 -o output.avi -ovc divx4
 .TP
 .B Encoding from tuner (see documentation!)
-mencoder -tv on:driver=v4l:width=640:height=480 -o tv.avi
+mencoder -tv on:driver=v4l:width=640:height=480 -o tv.avi -ovc rawrgb
 .TP
 .B Encoding from a pipe
-rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -
+rar p test-SVCD.rar | mencoder -ovc divx4 -divx4opts br=800 -ofps 24 -pass 1 -- -
 .TP
 .B Encoding multiple *.vob files
 cat *.vob | mencoder <options> -




More information about the MPlayer-cvslog mailing list