comparison DOCS/video.html @ 8420:a986112926f4

small html fixes
author gabucino
date Tue, 10 Dec 2002 21:38:37 +0000
parents 8368a516019e
children 9c64428179b6
comparison
equal deleted inserted replaced
8419:4f4c0cec1e8e 8420:a986112926f4
1013 <P>MPlayer supports cards with the Siemens DVB chipset from vendors like 1013 <P>MPlayer supports cards with the Siemens DVB chipset from vendors like
1014 Siemens, Technotrend, Galaxis or Hauppauge. The latest DVB drivers are 1014 Siemens, Technotrend, Galaxis or Hauppauge. The latest DVB drivers are
1015 available from the <A HREF="http://www.linuxtv.org">Linux TV site</A>. If you 1015 available from the <A HREF="http://www.linuxtv.org">Linux TV site</A>. If you
1016 want to do software transcoding you should have at least a 1GHz CPU.</P> 1016 want to do software transcoding you should have at least a 1GHz CPU.</P>
1017 1017
1018 <P>Configure should detect your DVB card. If it did not, force detection with 1018 <P>Configure should detect your DVB card. If it did not, force detection with</P>
1019 1019
1020 <PRE> 1020 <PRE>
1021 ./configure --enable-dvb 1021 ./configure --enable-dvb
1022 </PRE> 1022 </PRE>
1023 1023
1057 <PRE> 1057 <PRE>
1058 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=512:576 1058 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=512:576
1059 </PRE> 1059 </PRE>
1060 1060
1061 <P>If you have a widescreen movie and you do not want to scale it to full height, 1061 <P>If you have a widescreen movie and you do not want to scale it to full height,
1062 you can use the <CODE>expand=w:h</CODE> plugin to add black bands. To view a 1062 you can use the <CODE>expand=w:h</CODE> filter to add black bands. To view a
1063 640x384 DivX, try:</P> 1063 640x384 DivX, try:</P>
1064 1064
1065 <PRE> 1065 <PRE>
1066 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 file.avi 1066 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 file.avi
1067 </PRE> 1067 </PRE>
1076 1076
1077 <PRE> 1077 <PRE>
1078 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi 1078 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi
1079 </PRE> 1079 </PRE>
1080 1080
1081 <P>For OSD and subtitles use the expand feature of the OSD plugin. So, instead 1081 <P>For OSD and subtitles use the OSD feature of the expand filter. So, instead
1082 of <CODE>expand=w:h</CODE> or <CODE>expand=w:h:x:y</CODE>, use 1082 of <CODE>expand=w:h</CODE> or <CODE>expand=w:h:x:y</CODE>, use
1083 <CODE>expand=w:h:x:y:1</CODE> (the 5th parameter <CODE>:1</CODE> at the end 1083 <CODE>expand=w:h:x:y:1</CODE> (the 5th parameter <CODE>:1</CODE> at the end
1084 will enable OSD rendering). You may want to move the image up a bit to get a 1084 will enable OSD rendering). You may want to move the image up a bit to get a
1085 bigger black zone for subtitles. You may also want to move subtitles up, if 1085 bigger black zone for subtitles. You may also want to move subtitles up, if
1086 they are outside your TV screen, use the <CODE>-subpos &lt;0-100&gt;</CODE> switch 1086 they are outside your TV screen, use the <CODE>-subpos &lt;0-100&gt;</CODE> switch
1089 <P>In order to play non-25fps movies on a PAL TV or with a slow CPU, add the 1089 <P>In order to play non-25fps movies on a PAL TV or with a slow CPU, add the
1090 <CODE>-framedrop</CODE> option.</P> 1090 <CODE>-framedrop</CODE> option.</P>
1091 1091
1092 <P>To keep the aspect ratio of DivX files and get the optimal scaling parameters 1092 <P>To keep the aspect ratio of DivX files and get the optimal scaling parameters
1093 (hardware horizontal scaling and software vertical scaling while keeping the 1093 (hardware horizontal scaling and software vertical scaling while keeping the
1094 right aspect ratio), use the new dvbscale plugin:</P> 1094 right aspect ratio), use the new dvbscale filter:</P>
1095 1095
1096 <PRE> 1096 <PRE>
1097 for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale 1097 for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale
1098 for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 1098 for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
1099 </PRE> 1099 </PRE>
1100 1100
1101 <H4>FUTURE</H4> 1101 <H4>FUTURE</H4>
1102 1102
1103 <P>If you have questions or want to hear feature announcements and take part in 1103 <P>If you have questions or want to hear feature announcements and take part in