From fd02d719006e4548646b110886f7d6967f6281db Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 10 Dec 2002 21:38:37 +0000 Subject: small html fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8421 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 12 ++++++------ 1 file 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 :vidix subdevice. available from the Linux TV site. If you want to do software transcoding you should have at least a 1GHz CPU.

-

Configure should detect your DVB card. If it did not, force detection with +

Configure should detect your DVB card. If it did not, force detection with

   ./configure --enable-dvb
@@ -1059,7 +1059,7 @@ recognize :vidix subdevice.
 

If you have a widescreen movie and you do not want to scale it to full height, - you can use the expand=w:h plugin to add black bands. To view a + you can use the expand=w:h filter to add black bands. To view a 640x384 DivX, try:

@@ -1078,7 +1078,7 @@ recognize :vidix subdevice.
   mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi
 
-

For OSD and subtitles use the expand feature of the OSD plugin. So, instead +

For OSD and subtitles use the OSD feature of the expand filter. So, instead of expand=w:h or expand=w:h:x:y, use expand=w:h:x:y:1 (the 5th parameter :1 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 :vidix subdevice.

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:

+ right aspect ratio), use the new dvbscale filter:

-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
 

FUTURE

-- cgit v1.2.3