changeset 2907:33c720ea4654

*** empty log message ***
author gabucino
date Wed, 14 Nov 2001 22:07:34 +0000
parents 2ec3ec904cd4
children 220e6c728747
files DOCS/encoding.html DOCS/mencoder.1
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/encoding.html	Wed Nov 14 19:06:58 2001 +0000
+++ b/DOCS/encoding.html	Wed Nov 14 22:07:34 2001 +0000
@@ -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>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
+<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
 -o movie.avi -pass 1<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
+&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
 
 <P><B><I>Syntax</I></B></P>
 
--- a/DOCS/mencoder.1	Wed Nov 14 19:06:58 2001 +0000
+++ b/DOCS/mencoder.1	Wed Nov 14 22:07:34 2001 +0000
@@ -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)