[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.71,1.72

Moritz Bunkus CVS mosu at mplayerhq.hu
Sun Dec 15 16:43:00 CET 2002


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

Modified Files:
	encoding.html 
Log Message:
bunkus: Removed "-oac copy" from the mf examples. Removed the paragraph about the "internal lavc controller": the examples right above that paragraph already use this syntax.

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- encoding.html	7 Dec 2002 21:34:29 -0000	1.71
+++ encoding.html	15 Dec 2002 15:42:44 -0000	1.72
@@ -78,28 +78,6 @@
       mencoder -dvd 2 -ovc lavc
     -lavcopts vcodec=mpeg4:vpass=2:more_options -oac copy -o movie.avi</CODE></P>
 
-<P><U><B>2 or 3-pass encoding using internal libavcodec controller:</B></U>
-  Optionally you can use libavcodec's internal 2 or 3-pass mode, it may give
-  you better final rate accuracy than using the external, DivX4-inspired 2-pass
-  rate controler with libavcodec.</P>
-
-<UL>
-  <LI><B>2-pass encoding:</B><BR>
-    <CODE>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 (audio-options) -o
-      movie.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 (audio-options) -o
-      movie.avi</CODE></LI>
-  <LI><B>3-pass encoding:</B><BR>
-    <CODE>rm -f frameno.avi<BR>
-    mencoder -dvd 2 -ovc frameno (audio-options) -o frameno.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o
-      movie.avi<BR>
-    mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o
-      movie.avi</CODE></LI>
-</UL>
-
-
 <H3><A NAME="rescaling">2.4.2 Rescaling movies</A></H3>
 
 <P>Often the need to resize movie images' size emerges. Its reasons can be
@@ -202,27 +180,27 @@
 
 <P><I>Creating a DivX4 file from all the JPEG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4
-  -oac copy -o output.avi</CODE></P>
+  -o output.avi</CODE></P>
 
 <P><I>Creating a DivX4 file from some JPEG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25
-  -ovc divx4 -oac copy -o output.avi</CODE></P>
+  -ovc divx4 -o output.avi</CODE></P>
 
 <P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
-  -oac copy -o output.avi</CODE></P>
+  -o output.avi</CODE></P>
 
 <P><I>Creating an uncompressed file from all the PNG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw
-  -oac copy -o output.avi</CODE></P>
+  -o output.avi</CODE></P>
 
 <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
-  -oac copy -o output.avi</CODE></P>
+  -o output.avi</CODE></P>
 
 <P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR>
   &nbsp;&nbsp;<CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
-  -oac copy -o output.avi</CODE></P>
+  -o output.avi</CODE></P>
 
 
 <H3><A NAME="vobsub">2.4.7 Extracting DVD subtitles to a Vobsub file</A></H3>




More information about the MPlayer-cvslog mailing list