summaryrefslogtreecommitdiffstats
path: root/DOCS/formats.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 17:55:34 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 17:55:34 +0000
commit988e72ebc32f7e0c8252f111d25ff67645329152 (patch)
tree5812bf935348a918636c9af4db83abb48c12572d /DOCS/formats.html
parentdf141d9d82ee5fa2eba136703c1faab70d4d49f6 (diff)
downloadmpv-988e72ebc32f7e0c8252f111d25ff67645329152.tar.bz2
mpv-988e72ebc32f7e0c8252f111d25ff67645329152.tar.xz
HTML: different font handling - idea from new hp dezign
ocassional misc fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4983 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/formats.html')
-rw-r--r--DOCS/formats.html31
1 files changed, 10 insertions, 21 deletions
diff --git a/DOCS/formats.html b/DOCS/formats.html
index ee29327158..022dc80f4c 100644
--- a/DOCS/formats.html
+++ b/DOCS/formats.html
@@ -1,29 +1,18 @@
<HTML>
-<BODY BGCOLOR=WHITE>
-<FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
+<HEAD>
+<STYLE>
+ .text
+ {font-family : Verdana, Arial, Helvetica, sans-serif;
+ font-size : 14px;}
+</STYLE>
+</HEAD>
+<BODY BGCOLOR=WHITE>
-<P><B><A NAME=2.1>2.1. Supported formats</A></B></P>
+<FONT CLASS="text">
-<P><B>MPlayer</B> can read/play from the following devices/formats:<BR>
-<UL>
-<LI> <A HREF="#2.1.1.1">VCD</A> (Video CD) directly from CD-ROM or from CDRwin's .bin image file
-<LI> <A HREF="#2.1.1.1">DVD</A>, directly from your DVD disk, using libdvdread for decryption
-<LI> <A HREF="#2.1.1.1">MPEG 1/2</A> System Stream (PS/PES/VOB) and Elementary Stream (ES) file
- formats
-<LI> <A HREF="#2.1.1.2">RIFF AVI</A> file format
-<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> <A HREF="#2.1.1.10">FILM</A> format (.cpk files)
-<LI> <A HREF="#2.1.1.11">RoQ</A> format
-<LI> supports <A HREF="documentation.html#3.3">reading from stdin</A>, or network via HTTP
-</UL></P>
+<P><B><A NAME=2.1>2.1. Supported formats</A></B></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.