Mercurial > mplayer.hg
changeset 7366:892ebabb04e2
tga support
author | jonas |
---|---|
date | Tue, 10 Sep 2002 21:59:52 +0000 |
parents | 822923446b66 |
children | 5b0baab4c4fd |
files | DOCS/encoding.html DOCS/mplayer.1 |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
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 @@ <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> + <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>
--- 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=<value> fps of the output (default: 25) .IPs type=<value> -type of input files (available types: jpeg, png) +type of input files (available types: jpeg, png, tga) .RE .PD 1 .