Linux Commands Examples

A great documentation place for Linux commands

svlc

, nvlc, rvlc, cvlc the VLC media player


see also : qvlc - nvlc - rvlc - cvlc

Synopsis

vlc [OPTIONS] [ITEMS]...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
$(zsh_commandselector
"svlc gmplayer totem xine realplay") ${@+"$@"}
}
zsh_commandselector () {
for command in $(echo ${1})

description

This manual page documents briefly the VLC multimedia player and server.

options

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 VLC options depends on what plugins are installed because they automatically add their own options. Please use "vlc --longhelp --advanced" for a complete list of available options.

items

VLC recognizes several URL-style items:
*.mpg, *.vob, *.avi, *.mp3, *.ogg, *.opus

Various multimedia file formats

dvd://[<device>][@<raw device>][#[<title>][:[<chapter>][:<angle>]]]

DVD device (for instance dvd:///dev/dvd). The raw device is optional and must have been prepared beforehand.

vcd://[<device>][@{E|P|E|T|S}[<number>]]

VCD device (for instance vcd:///dev/cdrom).

udp://[@[<multicast address>][:<local port>]]

UDP stream, such as one sent by VLS or another VLC. Usually "udp://" is enough.

http://<server address>[:<server port>]/[<file>]

HTTP stream

rtsp://<server address>[:<server port>]/<stream name>

RTSP Video On Demand stream

vlc://<command>

Execute a playlist command. Commands are: pause (pause execution of other items), and quit (close VLC).


see also

Online documentation: http://www.videolan.org/doc/


author

This manual page was written by Sam Hocevar <sam[:at:]zoy[:dot:]org>, for the Debian GNU/Linux system (but may be used by others).

How can this site be more helpful to YOU ?


give  feedback