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

268 lines
3.7 KiB
HTML

<HTML
><HEAD
><TITLE
>&#13;The modules
</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="
Modules and options for VLC
"
HREF="modules.html"><LINK
REL="NEXT"
TITLE="Video outputs
"
HREF="x306.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="modules.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="x306.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN284"
></A
>2.1. The modules</H1
><P
> VLC uses a modular system, which allows to add easily new
fonctions and formats. Here is a description of nearly all the VLC
modules. A few "internal" modules won't be explained here. For a
complete list of all VLC modules, please have a look at the LIST file
in the subdirectory "modules" of the VLC source tree.</P
><P
>If you installed VLC through a binary file, you will get
the default modules. If, however, you want to customize VLC to your
needs, you will have to compile VLC from sources.</P
><P
><EM
>If you don't intend to compile VLC and want
only the regular functions, reading this part is not very
useful</EM
>.</P
><P
>The compilation itself is explained in the next chapter.</P
><P
>&#13;If you wish to compile a module which is stated
<EM
>disabled by default</EM
>, you have to launch the
configure script with :
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>&#13;<TT
CLASS="prompt"
>% </TT
><TT
CLASS="userinput"
><B
>./configure
--enable-module_name</B
></TT
>
</PRE
></FONT
></TD
></TR
></TABLE
><P
>&#13;On the other hand, if you would like to disable a module
that is <EM
>enabled by default</EM
>, you would have to use :
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
>&#13;<TT
CLASS="prompt"
>% </TT
><TT
CLASS="userinput"
><B
>./configure
--disable-module_name</B
></TT
>
</PRE
></FONT
></TD
></TR
></TABLE
><P
>&#13;Each VLC module has its own help and options. To see
what options are associated with a module, use :
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
> <TT
CLASS="prompt"
>% </TT
><TT
CLASS="userinput"
><B
>vlc -p
module_name</B
></TT
> </PRE
></FONT
></TD
></TR
></TABLE
><P
>&#13;or use the "Preferences" Panel of your favorite
graphical interface
.</P
></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="modules.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="x306.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Modules and options for VLC</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 outputs</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>