summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-10 21:59:52 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-10 21:59:52 +0000
commit8933ac3a266ae7245aa5e7fdbe3ba67f6c5c7805 (patch)
treea913316d11414e830395c9c16952bcb2a0f3804f /DOCS
parent8220a1756c1fb4f5292fc380dc4bdac17ad793b0 (diff)
downloadmpv-8933ac3a266ae7245aa5e7fdbe3ba67f6c5c7805.tar.bz2
mpv-8933ac3a266ae7245aa5e7fdbe3ba67f6c5c7805.tar.xz
tga support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7367 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html12
-rw-r--r--DOCS/mplayer.12
2 files changed, 9 insertions, 5 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 5be3ad8d7f..80dc1758ef 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -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 @@ Explanation of the process:
&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>
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 64a6b69843..d7eb365975 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -432,7 +432,7 @@ height of the output (autodetect)
.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
.