Mercurial > mplayer.hg
changeset 17049:4b04284b7a92
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
author | gpoirier |
---|---|
date | Sat, 26 Nov 2005 16:01:43 +0000 |
parents | 9e02b9cb171b |
children | cd540846d052 |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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>