Changeset 29b791a94c4addfd9eae9a2c95e876b543dcd2f5
- 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
| r2799d36 |
r29b791a |
|
| 3 | 3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
|---|
| 4 | 4 | .\" other parameters are allowed: see man(7), man(1) |
|---|
| 5 | | .TH VLC 1 "May 19, 2002" |
|---|
| | 5 | .TH VLC 1 "Feb 02, 2003" |
|---|
| 6 | 6 | .\" Please adjust this date whenever revising the manpage. |
|---|
| 7 | 7 | .\" |
|---|
| … | … | |
| 17 | 17 | .\" for manpage-specific macros, see man(7) |
|---|
| 18 | 18 | .SH NAME |
|---|
| 19 | | vlc, gvlc, gnome-vlc, kvlc, qvlc \- The VideoLAN Client |
|---|
| | 19 | vlc, gnome-vlc, gvlc, kvlc, qvlc, wxvlc \- the VLC media player |
|---|
| 20 | 20 | .SH SYNOPSIS |
|---|
| 21 | 21 | .B vlc |
|---|
| … | … | |
| 24 | 24 | .SH DESCRIPTION |
|---|
| 25 | 25 | This manual page documents briefly the |
|---|
| 26 | | .B vlc |
|---|
| 27 | | , a free MPEG, MPEG2 and DVD player. |
|---|
| | 26 | .B VLC |
|---|
| | 27 | multimedia player. |
|---|
| | 28 | |
|---|
| | 29 | .SH OPTIONS |
|---|
| | 30 | .B VLC |
|---|
| | 31 | follows the usual GNU command line syntax, with long |
|---|
| | 32 | options starting with two dashes (`-'). |
|---|
| | 33 | For a precise description of options, please use "vlc --help". |
|---|
| | 34 | |
|---|
| | 35 | The complete list of |
|---|
| | 36 | .B VLC |
|---|
| | 37 | options depends on what plugins are installed because they automatically |
|---|
| | 38 | add their own options. Please use "vlc --longhelp" for a complete list of |
|---|
| | 39 | available options. |
|---|
| | 40 | |
|---|
| 28 | 41 | .SH ITEMS |
|---|
| 29 | | .B vlc |
|---|
| | 42 | .B VLC |
|---|
| 30 | 43 | recognizes several URL-style items: |
|---|
| 31 | 44 | .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 |
|---|
| | 46 | Various multimedia file formats |
|---|
| 36 | 47 | .TP |
|---|
| 37 | 48 | .B dvd:[<device>][@<raw device>][@[<title>][,[<chapter>][,<angle>]]] |
|---|
| … | … | |
| 43 | 54 | .TP |
|---|
| 44 | 55 | .B udpstream:[@[<multicast address>][:<local port>]] |
|---|
| 45 | | UDP stream, such as one sent by VideoLAN Server or VideoLAN miniserver. |
|---|
| | 56 | UDP stream, such as one sent by VLS or another VLC. |
|---|
| 46 | 57 | Usually "udpstream:" is enough. |
|---|
| 47 | 58 | .TP |
|---|
| 48 | 59 | .B vlc:<command> |
|---|
| 49 | | Execute a play-list command. Commands are : |
|---|
| 50 | | .B loop |
|---|
| 51 | | (loop the playlist), |
|---|
| | 60 | Execute a playlist command. Commands are : |
|---|
| 52 | 61 | .B pause |
|---|
| 53 | 62 | (pause execution of other items), and |
|---|
| 54 | 63 | .B quit |
|---|
| 55 | 64 | (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". |
|---|
| 61 | 65 | |
|---|
| 62 | 66 | .SH SEE ALSO |
|---|