summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-21 22:58:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-21 22:58:19 +0000
commitcb5b781d528f4046a9c43ec39509061c0fa5ee73 (patch)
treea92a39ee132f67ecab1b3e437a117a1d0c9434bd /DOCS
parent6c724895d6e36eaa749798efdeb826061ed03022 (diff)
downloadmpv-cb5b781d528f4046a9c43ec39509061c0fa5ee73.tar.bz2
mpv-cb5b781d528f4046a9c43ec39509061c0fa5ee73.tar.xz
Typos, cosmetics and a tag closed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html2
-rw-r--r--DOCS/encoding.html7
-rw-r--r--DOCS/video.html2
3 files changed, 4 insertions, 7 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index c5c6863c69..3afee45c09 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -948,7 +948,6 @@ It's a clear way for everyone to become root.
<H2><A NAME="tv"><B>2.5 TV input</B></A></H2>
-
<P>This section is about how to enable <B>watching/grabbing from V4L compatible
TV tuner</B>.</P>
@@ -1085,7 +1084,6 @@ TV tuner</B>.</P>
<H2><A NAME="filters">2.6 Video filters</A></H2>
-
<P>Both <B>MPlayer</B> and <B>MEncoder</B> support using a universal
video filter layer, which comprises numerous plugins that are listed and
explained below. These plugins can perform various actions on the image,
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 0cd104cc54..b18f8e2c22 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -10,8 +10,7 @@
<BODY>
-<H2><A NAME="encoding">2.4 Encoding with MEncoder</A><H2>
-
+<H2><A NAME="encoding">2.4 Encoding with MEncoder</A></H2>
<P><B>MEncoder</B> (<B>MPlayer</B>'s Movie Encoder) is a simple movie encoder,
designed to encode MPlayer-playable movies
@@ -67,8 +66,8 @@
<LI>creating files from external audio stream</LI>
<LI>1, 2 or 3 pass encoding</LI>
<LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE:</B> VBR MP3 audio doesn't
- always play nicely on windows players! On the other hand, currently
- <B>MEncoder</B>'s CBR encoding is totally broken on win32 players :)</LI>
+ always play nicely on Windows players! On the other hand, currently
+ <B>MEncoder</B>'s CBR encoding is totally broken on Win32 players :)</LI>
<LI>PCM audio</LI>
<LI>stream copying</LI>
<LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
diff --git a/DOCS/video.html b/DOCS/video.html
index 94459acf5e..b0a72561ca 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -1175,7 +1175,7 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
the TV.<BR> <B>This method doesn't give you accelerated playback</B> as
under Windoze! The second head has only YUV framebuffer, the <I>BES</I>
(Back End Scaler, the YUV scaler on G200/G400/G450/G550 cards) doesn't work
- on it! The windows driver somehow workarounds this, probably by using the
+ on it! The Windows driver somehow works around this, probably by using the
3D engine to zoom, and the YUV framebuffer to display the zoomed
image. If you really want to use X, use the <CODE>-vo x11 -fs -zoom</CODE>
options, but it will be <B>SLOW</B>, and has <B>Macrovision</B> copy protection