Changeset 29b791a94c4addfd9eae9a2c95e876b543dcd2f5

Show
Ignore:
Timestamp:
02/02/03 04:38:30 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1044157110 +0000
git-parent:

[e20aa1e6e3f0928e45ea5dc671bf10bcb453da9a]

git-author:
Sam Hocevar <sam@videolan.org> 1044157110 +0000
Message:
  • ./doc/vlc.1: updated manpage.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/vlc.1

    r2799d36 r29b791a  
    33.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection 
    44.\" other parameters are allowed: see man(7), man(1) 
    5 .TH VLC 1 "May 19, 2002
     5.TH VLC 1 "Feb 02, 2003
    66.\" Please adjust this date whenever revising the manpage. 
    77.\" 
     
    1717.\" for manpage-specific macros, see man(7) 
    1818.SH NAME 
    19 vlc, gvlc, gnome-vlc, kvlc, qvlc \- The VideoLAN Client 
     19vlc, gnome-vlc, gvlc, kvlc, qvlc, wxvlc \- the VLC media player 
    2020.SH SYNOPSIS 
    2121.B vlc 
     
    2424.SH DESCRIPTION 
    2525This manual page documents briefly the 
    26 .B vlc 
    27 , a free MPEG, MPEG2 and DVD player. 
     26.B VLC 
     27multimedia player. 
     28 
     29.SH OPTIONS 
     30.B VLC 
     31follows the usual GNU command line syntax, with long 
     32options starting with two dashes (`-'). 
     33For a precise description of options, please use "vlc --help". 
     34 
     35The complete list of 
     36.B VLC 
     37options depends on what plugins are installed because they automatically 
     38add their own options. Please use "vlc --longhelp" for a complete list of 
     39available options. 
     40 
    2841.SH ITEMS 
    29 .B vlc 
     42.B VLC 
    3043recognizes several URL-style items: 
    3144.TP 
    32 .B *.mpg, *.vob 
    33 Plain MPEG-1/2 files 
    34 .B *.avi 
    35 AVI files, such as DivX movies 
     45.B *.mpg, *.vob, *.avi, *.mp3, *.ogg 
     46Various multimedia file formats 
    3647.TP 
    3748.B dvd:[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]] 
     
    4354.TP 
    4455.B udpstream:[@[<multicast address>][:<local port>]] 
    45 UDP stream, such as one sent by VideoLAN Server or VideoLAN miniserver
     56UDP stream, such as one sent by VLS or another VLC
    4657Usually "udpstream:" is enough. 
    4758.TP 
    4859.B vlc:<command> 
    49 Execute a play-list command. Commands are : 
    50 .B loop 
    51 (loop the playlist), 
     60Execute a playlist command. Commands are : 
    5261.B pause 
    5362(pause execution of other items), and 
    5463.B quit 
    5564(close VLC). 
    56 .SH OPTIONS 
    57 .B vlc 
    58 follows the usual GNU command line syntax, with long 
    59 options starting with two dashes (`-'). 
    60 For a precise description of options, please use "vlc --help". 
    6165 
    6266.SH SEE ALSO