# HG changeset patch # User gpoirier # Date 1133020903 0 # Node ID 4b04284b7a924b1d82169f742aff40de85c13cfa # Parent 9e02b9cb171b0ce11fcde7838c25057c9c79b37c How to create a MPEG4 video from an explicit list of files, based on a patch by devik Original thread: Date: Jun 18, 2005 11:44 AM Subject: [MPlayer-dev-eng] [PATCH] Allow mf:// to read indirect file list diff -r 9e02b9cb171b -r 4b04284b7a92 DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Sat Nov 26 15:57:39 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Sat Nov 26 16:01:43 2005 +0000 @@ -496,6 +496,17 @@ +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): + +mencoder mf://@list.txt -mf w=800:h=600:fps=25:type=jpg \ +-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi + + + + + + Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current directory: