summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-26 16:01:43 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-26 16:01:43 +0000
commite617bf86cdf6e2076455931ac80971328b550db8 (patch)
treebabdc891e396493dbd205cff933da8d8e36556df /DOCS/xml/en
parentbab80ce123d1afdd0c7b7af90433be08e8b78acf (diff)
downloadmpv-e617bf86cdf6e2076455931ac80971328b550db8.tar.bz2
mpv-e617bf86cdf6e2076455931ac80971328b550db8.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17050 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r--DOCS/xml/en/mencoder.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index d5f19f9a73..d61af7c8f3 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -496,6 +496,17 @@ mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=6
<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>