[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.42,1.43
    Jonas Jermann CVS 
    jonas at mplayerhq.hu
       
    Tue May 21 21:05:52 CEST 2002
    
    
  
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv2388
Modified Files:
	encoding.html 
Log Message:
some typos
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- encoding.html	17 May 2002 04:09:37 -0000	1.42
+++ encoding.html	21 May 2002 19:05:49 -0000	1.43
@@ -159,7 +159,7 @@
 <P><CODE>    rm frameno.avi</CODE> - remove this file,
   which can come from a previous 3-pass encoding (it interferes with current
   one)<BR>
-<CODE>    mencoder -dvd 2 -l-ovc frameno
+<CODE>    mencoder -dvd 2 -ovc frameno
   -o frameno.avi<BR>
 <CODE>    mencoder -dvd 2
   -lavcopts vcodec=mpeg4:more_options -oac copy -o movie.avi -pass 1<BR>
@@ -286,7 +286,7 @@
   global <A HREF=#2.4.5>Options</A> section and in the manpage.</P>
 
 <P><I>Creating a DivX4 file from all the JPEG files in the current dir :</I><BR>
-    <CODE>mencoder \*.jpg -lavcopts -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+    <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
   output.avi</CODE></P>
 
 <P><I>Creating a DivX4 file from some JPEG files in the current dir :</I><BR>
@@ -443,7 +443,7 @@
   <CODE>    mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi</CODE></P>
 
 <P>The same, but with libavcodec family, MJPEG compression :<BR>
-  <CODE>    mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P>
+  <CODE>    mencoder -dvd 2 -lavcopts vcodec=mjpeg:more_options -ffourcc mjpg -o title2.avi</CODE></P>
 
 <P>Encoding from DVD, title 2, with rescaling :<BR>
   <CODE>    mencoder -dvd 2 -vop scale=640:480 -sws 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi</CODE></P>
    
    
More information about the MPlayer-cvslog
mailing list