From f2466f739e36732034650706e6f4ddec7f1a1c44 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 3 May 2004 00:41:48 +0000 Subject: Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug fixes and further wording improvements by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12400 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/mencoder.xml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 8d1183f8eb..35ee29df53 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -315,7 +315,7 @@ An example, with MJPEG compression: -Encoding from multiple input image files (JPEGs,PNGs or TGAs) +Encoding from multiple input image files (JPEG, PNG, TGA, SGI) MEncoder is capable of creating movies from one @@ -332,50 +332,49 @@ or more JPEG, PNG or TGA files. With simple framecopy it can create MJPEG MEncoder then feeds the decoded image to the - chosen video compressor (DivX4, Xvid, ffmpeg msmpeg4, etc.). + chosen video compressor (DivX4, XviD, FFmpeg msmpeg4, etc.). Examples -The explanation of the option can be found below in -the man page. +The explanation of the option is in the man page. -Creating a DivX4 file from all the JPEG files in the current dir: +Creating an MPEG4 file from all the JPEG files in the current directory: -mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o output.avi \*.jpg +mencoder mf://*.jpg -mf type=jpg:w=800:h=600:fps=25 -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o output.avi + -Creating a DivX4 file from some JPEG files in the current dir: +Creating an MPEG4 file from some JPEG files in the current directory: -mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o output.avi frame001.jpg,frame002.jpg +mencoder mf://frame001.jpg,frame002.jpg -mf type=jpg:w=800:h=600:fps=25 -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o output.avi + Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current -dir: +directory: -mencoder -mf on:w=800:h=600:fps=25 -ovc copy -o output.avi \*.jpg +mencoder mf://*.jpg -mf type=jpg:w=800:h=600:fps=25 -ovc copy -oac copy -o output.avi + -Creating an uncompressed file from all the PNG files in the current dir: +Creating an uncompressed file from all the PNG files in the current directory: -mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw -o output.avi \*.png +mencoder mf:// -mf w=800:h=600:fps=25:type=png -ovc raw -oac copy -o output.avi + @@ -386,9 +385,9 @@ Width must be integer multiple of 4, it's a limitation of the RAW RGB AVI format Creating a Motion PNG (MPNG) file from all the PNG files in the current -dir: +directory: -mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy -o output.avi \*.png @@ -396,9 +395,9 @@ mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy -o output.avi Creating a Motion TGA (MTGA) file from all the TGA files in the current -dir: +directory: -mencoder -mf on:w=800:h=600:fps=25:type=tga -ovc copy -o output.avi \*.tga -- cgit v1.2.3