vlc.1
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  1. ."                                      Hey, EMACS: -*- nroff -*-
  2. ." First parameter, NAME, should be all caps
  3. ." Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. ." other parameters are allowed: see man(7), man(1)
  5. .TH VLC 1 "Feb 14, 2005"
  6. ." Please adjust this date whenever revising the manpage.
  7. ."
  8. ." Some roff macros, for reference:
  9. ." .nh        disable hyphenation
  10. ." .hy        enable hyphenation
  11. ." .ad l      left justify
  12. ." .ad b      justify to both left and right margins
  13. ." .nf        disable filling
  14. ." .fi        enable filling
  15. ." .br        insert line break
  16. ." .sp <n>    insert n+1 empty lines
  17. ." for manpage-specific macros, see man(7)
  18. .SH NAME
  19. vlc, qvlc, svlc, nvlc, rvlc, cvlc - the VLC media player
  20. .SH SYNOPSIS
  21. .B vlc
  22. .RI [ OPTIONS ]
  23. .RI [ ITEMS ]...
  24. .SH DESCRIPTION
  25. This manual page documents briefly the
  26. .B VLC
  27. multimedia player and server.
  28. .SH OPTIONS
  29. .B VLC
  30. follows the usual GNU command line syntax, with long
  31. options starting with two dashes (`-').
  32. For a precise description of options, please use "vlc --help".
  33. The complete list of
  34. .B VLC
  35. options depends on what plugins are installed because they automatically
  36. add their own options. Please use "vlc --longhelp --advanced" for a
  37. complete list of available options.
  38. .SH ITEMS
  39. .B VLC
  40. recognizes several URL-style items:
  41. .TP
  42. .B *.mpg, *.vob, *.avi, *.mp3, *.ogg
  43. Various multimedia file formats
  44. .TP
  45. .B dvd://[<device>][@<raw device>][@[<title>][:[<chapter>][:<angle>]]]
  46. DVD device (for instance dvd:///dev/dvd). The raw device is optional and
  47. must have been prepared beforehand.
  48. .TP
  49. .B vcd://[<device>][@{E|P|E|T|S}[<number>]]
  50. VCD device (for instance vcd:///dev/cdrom).
  51. .TP
  52. .B udp://[@[<multicast address>][:<local port>]]
  53. UDP stream, such as one sent by VLS or another VLC.
  54. Usually "udp://" is enough.
  55. .TP
  56. .B http://<server address>[:<server port>]/[<file>]
  57. HTTP stream
  58. .TP
  59. .B rtsp://<server address>[:<server port>]/<stream name>
  60. RTSP Video On Demand stream
  61. .TP
  62. .B vlc://<command>
  63. Execute a playlist command. Commands are:
  64. .B pause
  65. (pause execution of other items), and
  66. .B quit
  67. (close VLC).
  68. .SH SEE ALSO
  69. Online documentation: http://www.videolan.org/doc/
  70. .PP
  71. .SH AUTHOR
  72. This manual page was written by Sam Hocevar <sam@zoy.org>, for the Debian
  73. GNU/Linux system (but may be used by others).