comparison DOCS/xml/en/video.xml @ 9683:c70001c8bde9

sync
author nicolas
date Mon, 24 Mar 2003 21:36:20 +0000
parents 142c42fa0986
children 286ac03ce5c5
comparison
equal deleted inserted replaced
9682:dd5cb154b98b 9683:c70001c8bde9
729 Maybe automatic aspect correction has to be shut off: 729 Maybe automatic aspect correction has to be shut off:
730 <screen>-noaspect</screen> 730 <screen>-noaspect</screen>
731 </para> 731 </para>
732 732
733 <note><para> 733 <note><para>
734 according to my experience the best image quality on 734 According to my experience the best image quality on
735 EGA screens can be achieved by decreasing the brightness a bit: 735 EGA screens can be achieved by decreasing the brightness a bit:
736 <option>-vf eq=-20:0</option>. I also needed to lower the audio 736 <option>-vf eq=-20:0</option>. I also needed to lower the audio
737 samplerate on my box, because the sound was broken on 44kHz: 737 samplerate on my box, because the sound was broken on 44kHz:
738 <option>-srate 22050</option>. 738 <option>-srate 22050</option>.
739 </para></note> 739 </para></note>
740 740
741 <para> 741 <para>
742 ou can turn on OSD and subtitles only with the <systemitem>expand</systemitem> 742 You can turn on OSD and subtitles only with the <systemitem>expand</systemitem>
743 filter, see the man page for exact parameters. 743 filter, see the man page for exact parameters.
744 </para> 744 </para>
745 </sect4> 745 </sect4>
746 746
747 747
1480 Please read the <link linkend="directfb">main DirectFB section</link> or general 1480 Please read the <link linkend="directfb">main DirectFB section</link> or general
1481 informations. 1481 informations.
1482 </para> 1482 </para>
1483 1483
1484 <para>This video output driver will enable CRTC2 (on the second head) on the 1484 <para>This video output driver will enable CRTC2 (on the second head) on the
1485 Matrox G400/G450/G500 card, displaying video <emphasis role="bold">independently</emphasis> 1485 Matrox G400/G450/G550 card, displaying video <emphasis role="bold">independently</emphasis>
1486 of the first head. 1486 of the first head.
1487 </para> 1487 </para>
1488 1488
1489 <para> 1489 <para>
1490 Instructions on how to make it work can be found in the 1490 Instructions on how to make it work can be found in the
1592 parameters (hardware horizontal scaling and software vertical scaling 1592 parameters (hardware horizontal scaling and software vertical scaling
1593 while keeping the right aspect ratio), use the new dvbscale filter: 1593 while keeping the right aspect ratio), use the new dvbscale filter:
1594 </para> 1594 </para>
1595 1595
1596 <para><screen> 1596 <para><screen>
1597 for 3:4 TV: -vf expand=-1:576:-1:-1:1,scale=-1:0,dvbscale 1597 for 3:4 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1
1598 for 16:9 TV: -vf expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 1598 for 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
1599 </screen></para> 1599 </screen></para>
1600 1600
1601 <formalpara> 1601 <formalpara>
1602 <title>FUTURE</title> 1602 <title>FUTURE</title>
1603 <para> 1603 <para>