]> git.sesse.net Git - vlc/blob - debian/vlc.1
216d865ef9165f2bd1932a5b8645cec46f459694
[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 "March 13, 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 \- 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 <plugin>
39 Specify an audio output plugin.
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 <plugin>
48 Specify a video output plugin.
49 .TP
50 .B \-\-display <display>
51 Specify the display name.
52 .TP
53 .B \-\-width <w>, \-\-height <h>
54 Choose the display coordinates.
55 .TP
56 .B \-g, \-\-grayscale
57 Grayscale output.
58 .TP
59 .B \-\-color
60 Color output.
61 .TP
62 .B \-a, \-\-dvdaudio [ ac3 | lpcm | mpeg | off ]
63 Choose the audio channel type. Most DVDs have AC3 audio channels, but
64 you can also have Linear PCM or MPEG layer 2 sound. Also, one might decide
65 not to activate the audio channel.
66 .TP
67 .B \-c, \-\-dvdchannel [ 0\-15 ]
68 Select the audio channel. Most DVDs only have one or two audio channels,
69 but some of them have a great number of available languages. Note that the
70 audio channel will also depend on the channel type.
71 .TP
72 .B \-s, \-\-dvdsubtitle [ 0\-31 ]
73 Select the subtitle channel, if there is one in the stream.
74 .TP
75 .B \-\-novlans
76 Disable VLANs support.
77 .TP
78 .B \-\-server <host>, \-\-port <port>
79 Choose the video server address and port.
80 .TP
81 .B \-h, \-\-help
82 Print help and exit.
83 .TP
84 .B \-H, \-\-longhelp
85 Print long help and exit.
86 .TP
87 .B \-v, \-\-version
88 Output version information and exit.
89 .SH PARAMETERS
90 .B vlc
91 also accepts a lot of parameters to customize its behaviour.
92 .TP
93 .B Interface parameters:
94  vlc_init=<filename>      initialization script
95  vlc_channels=<filename>  channels list
96 .TP
97 .B Audio parameters:
98  vlc_aout=<method name>   audio method
99  vlc_dsp=<filename>       dsp device path
100  vlc_stereo={1|0}         stereo or mono output
101  vlc_audio_rate=<rate>    output rate
102 .TP
103 .B Video parameters:
104  vlc_vout=<method name>   display method
105  vlc_display=<display>    display used
106  vlc_width=<width>        display width
107  vlc_height=<height>      dislay height
108  vlc_fb_dev=<filename>    framebuffer device path
109  vlc_grayscale={1|0}      grayscale or color output
110 .TP
111 .B DVD parameters:
112  vlc_dvd_audio={ac3|lpcm|mpeg|off} audio type
113  vlc_dvd_channel=[0-15]            audio channel
114  vlc_dvd_subtitle=[0-31]           subtitle channel
115 .TP
116 .B Input parameters:
117  vlc_server=<hostname>    video server
118  vlc_server_port=<port>   video server port
119  vlc_iface=<interface>    network interface
120  vlc_vlan_server=<host>   vlan server
121  vlc_vlan_port=<port>     vlan server port
122
123 .SH SEE ALSO
124 .BR vls (1), vlms (1)
125 .br
126 .SH AUTHOR
127 This manual page was written by the VideoLAN Team <videolan@via.ecp.fr>,
128 for the Debian GNU/Linux system (but may be used by others).