[MPlayer-dev-eng] [patch] Fix typo in encoding.html: 'mencoder', not 'mplayer'

André Dahlqvist andre.dahlqvist at telia.com
Wed Nov 14 20:36:49 CET 2001


Attached is a patch for encoding.html that changes:

mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 1
mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2

to

mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 1
mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2
-- 

André Dahlqvist <andre.dahlqvist at telia.com>
-------------- next part --------------
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.5
diff -u -r1.5 encoding.html
--- encoding.html	13 Nov 2001 20:07:09 -0000	1.5
+++ encoding.html	14 Nov 2001 19:29:31 -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>
 


More information about the MPlayer-dev-eng mailing list