[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.99,1.100

Guillaume Poirier CVS syncmail at mplayerhq.hu
Sat Nov 26 17:01:45 CET 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv29931/DOCS/xml/en

Modified Files:
	mencoder.xml 
Log Message:
How to create a MPEG4 video from an explicit list of files, based on a patch by devik <devik AH cdi POIS cz>
Original thread:
Date: Jun 18, 2005 11:44 AM
Subject: [MPlayer-dev-eng] [PATCH] Allow mf:// to read indirect file list


Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- mencoder.xml	23 Nov 2005 19:14:05 -0000	1.99
+++ mencoder.xml	26 Nov 2005 16:01:43 -0000	1.100
@@ -496,6 +496,17 @@
 
 <informalexample>
 <para>
+Creating an MPEG-4 file from explicit list of JPEG files (list.txt in current directory
+contains the list of files to use as source, one per line):
+<screen>
+mencoder mf://<replaceable>@list.txt</replaceable> -mf w=800:h=600:fps=25:type=jpg \ 
+-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>output.avi</replaceable>
+</screen>
+</para>
+</informalexample>
+
+<informalexample>
+<para>
 Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current
 directory:
 <screen>




More information about the MPlayer-DOCS mailing list