old-www/REF/VLC-User-Guide/x306.html

452 lines
5.6 KiB
HTML

<HTML
><HEAD
><TITLE
>Video outputs
</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="
VLC user guide
"
HREF="index.html"><LINK
REL="UP"
TITLE="
Modules and options for VLC
"
HREF="modules.html"><LINK
REL="PREVIOUS"
TITLE="
The modules
"
HREF="x284.html"><LINK
REL="NEXT"
TITLE="
Video filters modules
"
HREF="x393.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>VLC user guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x284.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 2. Modules and options for VLC</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x393.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN306"
></A
>2.2. Video outputs</H1
><P
>&#13;Video outputs are the modules that enable the support
of some systems to display the video on your screen.
</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN309"
></A
>2.2.1. x11</H2
><P
><EM
>default: enabled</EM
></P
><P
><EM
>&#13;For Unix with X11 servers only
</EM
></P
><P
>&#13;This is the basic x11 video output. It only requires a
working X11 server. You will need xlibs headers to compile it
(<EM
>xlibs-dev</EM
> package on Debian systems).
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN317"
></A
>2.2.2. xvideo</H2
><P
><EM
>default: enabled</EM
></P
><P
><EM
>&#13;For GNU/Linux only
</EM
></P
><P
>&#13;It requires an xvideo compliant graphic card (it is the case for
nearly all modern cards). It uses hardware acceleration for YUV
transformation and rescaling.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN324"
></A
>2.2.3. sdl</H2
><P
><EM
>default: enabled</EM
></P
><P
>&#13; This video output uses sdl libraries. You need at
least version 1.1.6 of this libraries.
</P
><P
>&#13; You may indicate the path to the
<EM
>sdl-config</EM
> program with the <B
CLASS="command"
>&#13; --with-sdl-config-path=PATH </B
> switch, when running
the configre script.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN332"
></A
>2.2.4. directx</H2
><P
><EM
>default: enabled on win32</EM
></P
><P
><EM
>&#13;For Windows only
</EM
></P
><P
>&#13;This video output uses Microsoft Direct X libraries.
It is recommended for the win32 port.
</P
><P
>&#13;You may indicate the path to directX libraries and
headers with the <B
CLASS="command"
>--with-directx=PATH</B
> switch, when
running the configure script.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN341"
></A
>2.2.5. wingdi</H2
><P
><EM
>default: enabled on win32</EM
></P
><P
><EM
>&#13;For Windows only
</EM
></P
><P
>&#13;This video output uses GDI. It is designed for users who don't
have Direct X, but the perfs are very low. If you have DirectX, do not
use it.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN348"
></A
>2.2.6. fb</H2
><P
><EM
>default: enabled on GNU/Linux</EM
></P
><P
><EM
>&#13;For GNU/Linux only
</EM
></P
><P
>&#13;This is the frame buffer video output. It requires that your
kernel was compiled with frame buffer support.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN355"
></A
>2.2.7. glide</H2
><P
><EM
>default: disabled</EM
></P
><P
>&#13;This video output uses Glide libraries (hardware
acceleration for 3Dfx cards).
</P
><P
>&#13;You may indicate the path to the library with the
<B
CLASS="command"
>--with-glide=PATH</B
> configure option.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN362"
></A
>2.2.8. mga</H2
><P
><EM
>default: disabled</EM
></P
><P
><EM
>&#13;For GNU/Linux only
</EM
></P
><P
>&#13;This module provides hardware acceleration for Matrox
cards under GNU/Linux.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN369"
></A
>2.2.9. ggi</H2
><P
><EM
>default: disabled</EM
></P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN373"
></A
>2.2.10. aa</H2
><P
><EM
>default: disabled</EM
></P
><P
>&#13;This is the ASCII Art Video Output. This video
output uses the aalib library to display video through ASCII art.
It requires aalib headers (<EM
>aalib1-dev</EM
> package
under Debian GNU/Linux) to compile.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN379"
></A
>2.2.11. svgalib</H2
><P
><EM
>default: disabled</EM
></P
><P
><EM
>&#13;For GNU/Linux only
</EM
></P
><P
>&#13;This is a video output for the SVGAlib library.
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN386"
></A
>2.2.12. qte</H2
><P
><EM
>default: disabled</EM
></P
><P
><EM
>&#13;For iPaq only
</EM
></P
><P
>&#13;This is a video output for QT Embedded, an
iPaq-specifiq graphical library
.</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x284.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x393.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>The modules</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="modules.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Video filters modules</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>