[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.32,1.33
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Dec 3 15:22:07 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv31139/en
Modified Files:
mencoder.xml
Log Message:
Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticed
by Nicolas Tourmentine.
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mencoder.xml 24 Nov 2004 11:23:21 -0000 1.32
+++ mencoder.xml 3 Dec 2004 14:22:04 -0000 1.33
@@ -293,7 +293,7 @@
<para>
Creating an MPEG-4 file from all the JPEG files in the current directory:
<screen>
-mencoder mf://*.jpg -mf type=jpg:w=800:h=600:fps=25 -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o <replaceable>output.avi</replaceable>
+mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o <replaceable>output.avi</replaceable>
</screen>
</para>
</informalexample>
@@ -302,7 +302,7 @@
<para>
Creating an MPEG-4 file from some JPEG files in the current directory:
<screen>
-mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf type=jpg:w=800:h=600:fps=25 -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o <replaceable>output.avi</replaceable>
+mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=600:fps=25:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o <replaceable>output.avi</replaceable>
</screen>
</para>
</informalexample>
@@ -312,7 +312,7 @@
Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current
directory:
<screen>
-mencoder mf://*.jpg -mf type=jpg:w=800:h=600:fps=25 -ovc copy -oac copy -o <replaceable>output.avi</replaceable>
+mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc copy -oac copy -o <replaceable>output.avi</replaceable>
</screen>
</para>
</informalexample>
@@ -335,7 +335,7 @@
Creating a Motion PNG (MPNG) file from all the PNG files in the current
directory:
<screen>
-mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=png -ovc copy -oac copy -o <replaceable>output.avi</replaceable> <!--
+mencoder mf://*.png -mf w=800:h=600:fps=25:type=png -ovc copy -oac copy -o <replaceable>output.avi</replaceable> <!--
--></screen>
</para>
</informalexample>
More information about the MPlayer-DOCS
mailing list