diff DOCS/encoding.html @ 7366:892ebabb04e2

tga support
author jonas
date Tue, 10 Sep 2002 21:59:52 +0000
parents 0b70f3dc34eb
children 427935644581
line wrap: on
line diff
--- a/DOCS/encoding.html	Tue Sep 10 21:56:05 2002 +0000
+++ b/DOCS/encoding.html	Tue Sep 10 21:59:52 2002 +0000
@@ -252,11 +252,11 @@
     -lavcopts vcodec=mjpeg</CODE></P>
 
 
-<H4><A NAME="image_files">2.4.2.6  Encoding from multiple input image files (JPEGs or PNGs)</A></H4>
+<H4><A NAME="image_files">2.4.2.6  Encoding from multiple input image files (JPEGs, PNGs or TGAs)</A></H4>
 
-<P><B>MEncoder</B> is capable of creating movies from one or more JPEG or PNG
-  files. With simple framecopy it can create MJPEG (Motion JPEG) or MPNG
-  (Motion PNG) files.</P>
+<P><B>MEncoder</B> is capable of creating movies from one or more JPEG, PNG or TGA
+  files. With simple framecopy it can create MJPEG (Motion JPEG), MPNG
+  (Motion PNG) or MTGA (Motion TGA) files.</P>
 
 Explanation of the process:
 
@@ -295,6 +295,10 @@
   &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
   -o output.avi</CODE></P>
 
+<P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR>
+  &nbsp;&nbsp;<CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
+  -o output.avi</CODE></P>
+
 
 <H4><A NAME="vobsub">2.4.2.7  Extracting DVD subtitles to Vobsub file</A></H4>