[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.5,1.6 mencoder.1,1.16,1.17
Winner of tha face compo
gabucino at mplayer.dev.hu
Wed Nov 14 23:07:41 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv25114/DOCS
Modified Files:
encoding.html mencoder.1
Log Message:
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- encoding.html 13 Nov 2001 20:07:09 -0000 1.5
+++ encoding.html 14 Nov 2001 22:07:34 -0000 1.6
@@ -68,9 +68,9 @@
<P>This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two
commands are needed :<BR>
-<CODE> mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
+<CODE> mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
-o movie.avi -pass 1<BR>
- mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
+ mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
<P><B><I>Syntax</I></B></P>
Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mencoder.1 13 Nov 2001 20:07:09 -0000 1.16
+++ mencoder.1 14 Nov 2001 22:07:34 -0000 1.17
@@ -69,15 +69,15 @@
key).
.TP
.B \-nobps
-Used only for AVIs. Do not use the bps value in the AVI header, instead
-calculate it.
+Used only for AVIs. Doesn't use the bps value in the AVI header, instead
+calculates it.
.TP
.B \-aid <audio stream id>
-If source media contains multiple audio streams (for example DVDs), encode
+If the source media contains multiple audio streams (for example DVDs), encode
the specified one.
.TP
.B \-vid <video stream id>
-If source media contains multiple video streams, encode the specified one.
+If the source media contains multiple video streams, encode the specified one.
.TP
.B \-pp <value>
Apply a postprocess filter to enhance image quality. (values TODO)
More information about the MPlayer-cvslog
mailing list