1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/doc/vlc.1

78 lines
2.3 KiB
Groff
Raw Normal View History

.\" 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 "Feb 14, 2005"
.\" 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, qvlc, svlc, nvlc, rvlc, cvlc \- the VLC media player
.SH SYNOPSIS
.B vlc
.RI [ OPTIONS ]
.RI [ ITEMS ]...
.SH DESCRIPTION
This manual page documents briefly the
2003-02-02 04:38:30 +01:00
.B VLC
multimedia player and server.
2003-02-02 04:38:30 +01:00
.SH OPTIONS
.B VLC
follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
2008-08-22 19:53:43 +02:00
For a precise description of options, please use "vlc \-\-help".
2003-02-02 04:38:30 +01:00
The complete list of
.B VLC
options depends on what plugins are installed because they automatically
2008-08-22 19:53:43 +02:00
add their own options. Please use "vlc \-\-longhelp \-\-advanced" for a
complete list of available options.
2003-02-02 04:38:30 +01:00
.SH ITEMS
2003-02-02 04:38:30 +01:00
.B VLC
recognizes several URL-style items:
.TP
2003-02-02 04:38:30 +01:00
.B *.mpg, *.vob, *.avi, *.mp3, *.ogg
Various multimedia file formats
.TP
2007-03-24 02:29:13 +01:00
.B dvd://[<device>][@<raw device>][@[<title>][:[<chapter>][:<angle>]]]
DVD device (for instance dvd:///dev/dvd). The raw device is optional and
2005-03-19 09:34:30 +01:00
must have been prepared beforehand.
.TP
.B vcd://[<device>][@{E|P|E|T|S}[<number>]]
VCD device (for instance vcd:///dev/cdrom).
.TP
.B udp://[@[<multicast address>][:<local port>]]
2003-02-02 04:38:30 +01:00
UDP stream, such as one sent by VLS or another VLC.
Usually "udp://" is enough.
.TP
.B http://<server address>[:<server port>]/[<file>]
HTTP stream
.TP
.B rtsp://<server address>[:<server port>]/<stream name>
RTSP Video On Demand stream
2007-06-08 00:29:01 +02:00
.TP
.B vlc://<command>
2007-06-08 00:29:01 +02:00
Execute a playlist command. Commands are:
.B pause
(pause execution of other items), and
.B quit
(close VLC).
.SH SEE ALSO
Online documentation: http://www.videolan.org/doc/
.PP
.SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>, for the Debian
GNU/Linux system (but may be used by others).