# HG changeset patch # User jonas # Date 1031695192 0 # Node ID 892ebabb04e23701147edfb5a80b75695d4f4faf # Parent 822923446b6603a9a7c4921d6bb69752440b7c48 tga support diff -r 822923446b66 -r 892ebabb04e2 DOCS/encoding.html --- 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
-MEncoder 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.
+MEncoder 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.
Explanation of the process: @@ -295,6 +295,10 @@mencoder \*.png -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:
+ mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
+ -o output.avi