summaryrefslogtreecommitdiffstats
path: root/DOCS/Polish/formats.html
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/Polish/formats.html')
-rw-r--r--DOCS/Polish/formats.html40
1 files changed, 38 insertions, 2 deletions
diff --git a/DOCS/Polish/formats.html b/DOCS/Polish/formats.html
index 3d8cc6e576..7b918e77b8 100644
--- a/DOCS/Polish/formats.html
+++ b/DOCS/Polish/formats.html
@@ -16,11 +16,13 @@
<LI> <A HREF="#2.1.1.3">ASF/WMV</A> 1.0 file format
<LI> <A HREF="#2.1.1.4">QT/MOV</A> file format with (un)compressed headers
<LI> <A HREF="#2.1.1.5">VIVO</A> format (.viv files)
+<LI> <A HREF="#2.1.1.6">FLI</A> format
+<LI> <A HREF="#2.1.1.7">RealMedia</A> format (.rm files)
+<LI> <A HREF="#2.1.1.8">NuppelVideo</A> format (.nuv files)
+<LI> <A HREF="#2.1.1.9">yuv4mpeg</A> format
<LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP
</UL></P>
-<P>Note: about realmedia (.ra/.rm) support read the FAQ!</P>
-
<P>It's important to clarify a popular mistake. When people see a file with
<B>.AVI</B> extension, they instantly declare that isn't an MPEG file.
That's not true. At least not entirely. If you tell them that such a file
@@ -157,6 +159,40 @@ and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation
instructions.</P>
+<P><B><A NAME=2.1.1.6>2.1.1.6. FLI files</A></B></P>
+
+<P><B>FLI</B> is a very old fileformat used by Autodesk Animator, but it's
+a common fileformat for short animations on the Net. <B>MPlayer</B> demuxes
+and decodes FLI movies and is even able to seek within them (useful when
+looping with the -loop option). FLI files don't have keyframes, so picture
+will be messy for a short time after seeking.</P>
+
+
+<P><B><A NAME=2.1.1.7>2.1.1.7. RealMedia (RM) files</A></B></P>
+
+<P>Yes, <B>MPlayer</B> can read (demux) RealMedia (.rm) files. Seeking
+is under implementation, and RM has keyframes so it will be flawless.
+Here are the lists of the supported <A HREF="codecs.html#2.2.1.8">RealVideo</A>
+and <A HREF="codecs.html#2.2.2.5">RealAudio</A> codecs.
+
+
+<P><B><A NAME=2.1.1.8>2.1.1.8. NuppelVideo files</A></B></P>
+
+<P><A HREF="http://mars.tuwien.ac.at/~roman/nuppelvideo">NuppelVideo</A>
+is a TV grabber tool (AFAIK:). <B>MPlayer</B> can read its <CODE>.nuv</CODE>
+files (only NuppelVideo 5.0). Those files can contain uncompressed YV12,
+YV12+RTJpeg compressed, YV12 RTJpeg+lzo compressed, and YV12+lzo compressed
+frames, <B>MPlayer</B> decodes (and also <B>encodes</B> them with MEncoder to
+DivX/etc!) them all. Seeking is under implementation.</P>
+
+
+<P><B><A NAME=2.1.1.9>2.1.1.9. yuv4mpeg files</A></B></P>
+
+<P><A HREF="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</A> is
+also a fileformat for TV grabbing, or so :) I know only one thing about it:
+we support it.</P>
+
+
<P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>
<P>Currently <B>MPlayer</B> is still a <B>Movie</B> and not a <B>Media</B>