Commit 29b791a9 authored by Sam Hocevar's avatar Sam Hocevar

* ./doc/vlc.1: updated manpage.

parent e20aa1e6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH VLC 1 "May 19, 2002" .TH VLC 1 "Feb 02, 2003"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
...@@ -16,23 +16,34 @@ ...@@ -16,23 +16,34 @@
.\" .sp <n> insert n+1 empty lines .\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7) .\" for manpage-specific macros, see man(7)
.SH NAME .SH NAME
vlc, gvlc, gnome-vlc, kvlc, qvlc \- The VideoLAN Client vlc, gnome-vlc, gvlc, kvlc, qvlc, wxvlc \- the VLC media player
.SH SYNOPSIS .SH SYNOPSIS
.B vlc .B vlc
.RI [ OPTIONS ] .RI [ OPTIONS ]
.RI [ ITEMS ]... .RI [ ITEMS ]...
.SH DESCRIPTION .SH DESCRIPTION
This manual page documents briefly the This manual page documents briefly the
.B vlc .B VLC
, a free MPEG, MPEG2 and DVD player. multimedia player.
.SH OPTIONS
.B VLC
follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
For a precise description of options, please use "vlc --help".
The complete list of
.B VLC
options depends on what plugins are installed because they automatically
add their own options. Please use "vlc --longhelp" for a complete list of
available options.
.SH ITEMS .SH ITEMS
.B vlc .B VLC
recognizes several URL-style items: recognizes several URL-style items:
.TP .TP
.B *.mpg, *.vob .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
Plain MPEG-1/2 files Various multimedia file formats
.B *.avi
AVI files, such as DivX movies
.TP .TP
.B dvd:[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]] .B dvd:[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]]
DVD device (for instance dvd:/dev/dvd). The raw device is optional and DVD device (for instance dvd:/dev/dvd). The raw device is optional and
...@@ -42,22 +53,15 @@ must have been prepared beforehands. ...@@ -42,22 +53,15 @@ must have been prepared beforehands.
VCD device (for instance dvd:/dev/cdrom). VCD device (for instance dvd:/dev/cdrom).
.TP .TP
.B udpstream:[@[<multicast address>][:<local port>]] .B udpstream:[@[<multicast address>][:<local port>]]
UDP stream, such as one sent by VideoLAN Server or VideoLAN miniserver. UDP stream, such as one sent by VLS or another VLC.
Usually "udpstream:" is enough. Usually "udpstream:" is enough.
.TP .TP
.B vlc:<command> .B vlc:<command>
Execute a play-list command. Commands are : Execute a playlist command. Commands are :
.B loop
(loop the playlist),
.B pause .B pause
(pause execution of other items), and (pause execution of other items), and
.B quit .B quit
(close VLC). (close VLC).
.SH OPTIONS
.B vlc
follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
For a precise description of options, please use "vlc --help".
.SH SEE ALSO .SH SEE ALSO
.BR vls (1), vlms (1) .BR vls (1), vlms (1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment