summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-10 21:38:37 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-10 21:38:37 +0000
commitfd02d719006e4548646b110886f7d6967f6281db (patch)
tree1d47b641996abc3506f92e8ba2ec5f17b0084310
parent353e5fe7a5f66676a2570addc0078f225a3ea585 (diff)
downloadmpv-fd02d719006e4548646b110886f7d6967f6281db.tar.bz2
mpv-fd02d719006e4548646b110886f7d6967f6281db.tar.xz
small html fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8421 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/video.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index 372004dc4a..4e48253198 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -1015,7 +1015,7 @@ recognize <CODE>:vidix</CODE> subdevice.
available from the <A HREF="http://www.linuxtv.org">Linux TV site</A>. If you
want to do software transcoding you should have at least a 1GHz CPU.</P>
-<P>Configure should detect your DVB card. If it did not, force detection with
+<P>Configure should detect your DVB card. If it did not, force detection with</P>
<PRE>
./configure --enable-dvb
@@ -1059,7 +1059,7 @@ recognize <CODE>:vidix</CODE> subdevice.
</PRE>
<P>If you have a widescreen movie and you do not want to scale it to full height,
- you can use the <CODE>expand=w:h</CODE> plugin to add black bands. To view a
+ you can use the <CODE>expand=w:h</CODE> filter to add black bands. To view a
640x384 DivX, try:</P>
<PRE>
@@ -1078,7 +1078,7 @@ recognize <CODE>:vidix</CODE> subdevice.
mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi
</PRE>
-<P>For OSD and subtitles use the expand feature of the OSD plugin. So, instead
+<P>For OSD and subtitles use the OSD feature of the expand filter. So, instead
of <CODE>expand=w:h</CODE> or <CODE>expand=w:h:x:y</CODE>, use
<CODE>expand=w:h:x:y:1</CODE> (the 5th parameter <CODE>:1</CODE> at the end
will enable OSD rendering). You may want to move the image up a bit to get a
@@ -1091,11 +1091,11 @@ recognize <CODE>:vidix</CODE> subdevice.
<P>To keep the aspect ratio of DivX files and get the optimal scaling parameters
(hardware horizontal scaling and software vertical scaling while keeping the
- right aspect ratio), use the new dvbscale plugin:</P>
+ right aspect ratio), use the new dvbscale filter:</P>
<PRE>
-for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale
-for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
+for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale
+for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
</PRE>
<H4>FUTURE</H4>