1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-03 12:47:49 +00:00

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
This commit is contained in:
gpoirier 2005-11-26 16:01:43 +00:00
parent bab80ce123
commit e617bf86cd

View File

@ -494,6 +494,17 @@ mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=6
</para>
</informalexample>
<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