mirror of
https://github.com/videolan/vlc.git
synced 2025-01-06 15:58:19 +08:00
032b437adf
* Updated documentation.
68 lines
1.9 KiB
Groff
68 lines
1.9 KiB
Groff
.\" Hey, EMACS: -*- nroff -*-
|
|
.\" First parameter, NAME, should be all caps
|
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
|
.\" other parameters are allowed: see man(7), man(1)
|
|
.TH VLC 1 "May 19, 2002"
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
.\"
|
|
.\" Some roff macros, for reference:
|
|
.\" .nh disable hyphenation
|
|
.\" .hy enable hyphenation
|
|
.\" .ad l left justify
|
|
.\" .ad b justify to both left and right margins
|
|
.\" .nf disable filling
|
|
.\" .fi enable filling
|
|
.\" .br insert line break
|
|
.\" .sp <n> insert n+1 empty lines
|
|
.\" for manpage-specific macros, see man(7)
|
|
.SH NAME
|
|
vlc, gvlc, gnome-vlc, qvlc \- The VideoLAN Client
|
|
.SH SYNOPSIS
|
|
.B vlc
|
|
.RI [ OPTIONS ]
|
|
.RI [ PARAMETERS ]
|
|
.RI [ ITEMS ]...
|
|
.SH DESCRIPTION
|
|
This manual page documents briefly the
|
|
.B vlc
|
|
, a free MPEG, MPEG2 and DVD player.
|
|
.SH ITEMS
|
|
.B vlc
|
|
recognizes several URL-style items:
|
|
.TP
|
|
.B *.mpg, *.vob
|
|
Plain MPEG-1/2 files
|
|
.B *.avi
|
|
AVI files, such as DivX movies
|
|
.TP
|
|
.B dvd:[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]]
|
|
DVD device (for instance dvd:/dev/dvd). The raw device is optional and
|
|
must have been prepared beforehands.
|
|
.TP
|
|
.B vcd:<device>
|
|
VCD device (for instance dvd:/dev/cdrom).
|
|
.TP
|
|
.B udpstream:[@[<multicast address>][:<local port>]]
|
|
UDP stream, such as one sent by VideoLAN Server or VideoLAN miniserver.
|
|
Usually "udpstream:" is enough.
|
|
.TP
|
|
.B vlc:<command>
|
|
Execute a play-list command. Commands are :
|
|
.B loop
|
|
(loop the playlist),
|
|
.B pause
|
|
(pause execution of other items), and
|
|
.B quit
|
|
(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
|
|
.BR vls (1), vlms (1)
|
|
.br
|
|
.SH AUTHOR
|
|
This manual page was written by Samuel Hocevar <sam@zoy.org>, for the Debian GNU/Linux system (but may be used by others).
|