]> git.sesse.net Git - vlc/blob - debian/vlc.1
b1aa9120413da727145b7b5fabb76cbfc9ce4476
[vlc] / debian / vlc.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH VLC 1 "August 15, 2000"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 vlc, fbvlc, gvlc \- The VideoLAN Client
20 .SH SYNOPSIS
21 .B vlc
22 .RI [ OPTIONS ]
23 .RI [ PARAMETERS ]
24 .RI [ FILE ]...
25 .SH DESCRIPTION
26 This manual page documents briefly the
27 .B vlc
28 , a free MPEG2 player.
29 .SH OPTIONS
30 .B vlc
31 follows the usual GNU command line syntax, with long
32 options starting with two dashes (`-').
33 A summary of options is included below.
34 .TP
35 .B \-\-noaudio
36 Disable audio output.
37 .TP
38 .B \-\-aout <module>
39 Specify an audio output module: "dsp", "esd", for instance.
40 .TP
41 .B \-\-stereo, \-\-mono
42 Choose stereo or mono audio output
43 .TP
44 .B \-\-novideo
45 Disable video output.
46 .TP
47 .B \-\-vout <module>
48 Specify a video output module: "gnome", "fb", "glide", for instance.
49 .TP
50 .B \-\-idct <module>
51 Specify a module for IDCT: "idct", "idctmmx", for instance.
52 .TP
53 .B \-\-yuv <module>
54 Specify a YUV module: "yuv", "yuvmmx", for instance.
55 .TP
56 .B \-\-display <display>
57 Specify the display name.
58 .TP
59 .B \-\-width <w>, \-\-height <h>
60 Choose the display coordinates.
61 .TP
62 .B \-g, \-\-grayscale
63 Grayscale output.
64 .TP
65 .B \-\-color
66 Color output.
67 .TP
68 .B \-\-synchro <type>
69 Choose a fixed synchro value instead of the internal auto-adaptative
70 heuristics based on CPU usage.
71
72 `I' displays only I images, `IP' displays I and P images, `IP+'
73 displays I and P images and every second B image, and `IPB' forces
74 displaying of all images.
75
76 Note that the vlc is certainly going to crash if you ask it to
77 display more images than your CPU can cope with.
78 .TP
79 .B \-\-dvd
80 Activate DVD mode, by directly accessing the DVD drive (no need to mount
81 it). By default,
82 .B vlc
83 opens /dev/dvd, but this behaviour may be overridden by the vlc_dvd_device
84 environment variable (see below).
85 .TP
86 .B \-a, \-\-dvdaudio [ ac3 | lpcm | mpeg | off ]
87 Choose the audio channel type. Most DVDs have AC3 audio channels, but
88 you can also have Linear PCM or MPEG layer 2 sound. Also, one might decide
89 not to activate the audio channel.
90 .TP
91 .B \-c, \-\-dvdchannel [ 0\-15 ]
92 Select the audio channel. Most DVDs only have one or two audio channels,
93 but some of them have a great number of available languages. Note that the
94 audio channel will also depend on the channel type.
95 .TP
96 .B \-s, \-\-dvdsubtitle [ 0\-31 ]
97 Select the subtitle channel, if there is one in the stream.
98 .TP
99 .B \-\-novlans
100 Disable VLANs support.
101 .TP
102 .B \-\-server <host>, \-\-port <port>
103 Choose the video server address and port.
104 .TP
105 .B \-h, \-\-help
106 Print help and exit.
107 .TP
108 .B \-H, \-\-longhelp
109 Print long help and exit.
110 .TP
111 .B \-v, \-\-version
112 Output version information and exit.
113 .SH PARAMETERS
114 .B vlc
115 also accepts a lot of parameters to customize its behaviour.
116 .TP
117 .B Interface parameters:
118  vlc_init=<filename>      initialization script
119  vlc_channels=<filename>  channels list
120  warning_level=<level>    warning level
121 .TP
122 .B Audio parameters:
123  vlc_aout=<method name>   audio method
124  vlc_dsp=<filename>       dsp device path
125  vlc_stereo={1|0}         stereo or mono output
126  vlc_audio_rate=<rate>    output rate
127 .TP
128 .B Video parameters:
129  vlc_vout=<method name>        display method
130  vlc_display=<display>         display used
131  vlc_width=<width>             display width
132  vlc_height=<height>           dislay height
133  vlc_fb_dev=<filename>         framebuffer device
134  vlc_grayscale={1|0}           grayscale or color
135  vlc_idct=<method name>        IDCT method
136  vlc_yuv=<method name>         YUV method
137  vlc_synchro={I|I+|IP|IP+|IPB} synchro algorithm
138 .TP
139 .B DVD parameters:
140  vlc_dvd_device=<device>           DVD device
141  vlc_dvd_audio={ac3|lpcm|mpeg|off} audio type
142  vlc_dvd_channel=[0-15]            audio channel
143  vlc_dvd_subtitle=[0-31]           subtitle channel
144 .TP
145 .B Input parameters:
146  vlc_server=<hostname>    video server
147  vlc_server_port=<port>   video server port
148  vlc_broadcast={1|0}      broadcast mode
149  vlc_iface=<interface>    network interface
150  vlc_vlan_server=<host>   vlan server
151  vlc_vlan_port=<port>     vlan server port
152
153 .SH SEE ALSO
154 .BR vls (1), vlms (1)
155 .br
156 .SH AUTHOR
157 This manual page was written by the VideoLAN Team <videolan@via.ecp.fr>,
158 for the Debian GNU/Linux system (but may be used by others).