# 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

-

2.4.2.6 Encoding from multiple input image files (JPEGs or PNGs)

+

2.4.2.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)

-

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

+

2.4.2.7 Extracting DVD subtitles to Vobsub file

diff -r 822923446b66 -r 892ebabb04e2 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Tue Sep 10 21:56:05 2002 +0000 +++ b/DOCS/mplayer.1 Tue Sep 10 21:59:52 2002 +0000 @@ -432,7 +432,7 @@ .IPs fps= fps of the output (default: 25) .IPs type= -type of input files (available types: jpeg, png) +type of input files (available types: jpeg, png, tga) .RE .PD 1 .