changeset 8420:a986112926f4

small html fixes
author gabucino
date Tue, 10 Dec 2002 21:38:37 +0000
parents 4f4c0cec1e8e
children 1f96b714d374
files DOCS/video.html
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/video.html	Tue Dec 10 21:19:45 2002 +0000
+++ b/DOCS/video.html	Tue Dec 10 21:38:37 2002 +0000
@@ -1015,7 +1015,7 @@
   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 @@
 </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 @@
   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 @@
 
 <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>