]> git.sesse.net Git - vlc/blobdiff - debian/vlc.1
* Use of ptrdiff_t whenever necessary (IA-64 port) ;
[vlc] / debian / vlc.1
index 216d865ef9165f2bd1932a5b8645cec46f459694..0667cf017e48fa40347c8227801dc30e0aa6d665 100644 (file)
@@ -2,7 +2,7 @@
 .\" 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 "March 13, 2000"
+.TH VLC 1 "August 15, 2000"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc \- The VideoLAN Client
+vlc, fbvlc, gvlc \- The VideoLAN Client
 .SH SYNOPSIS
 .B vlc
 .RI [ OPTIONS ] 
@@ -36,7 +36,7 @@ A summary of options is included below.
 Disable audio output.
 .TP
 .B \-\-aout <plugin>
-Specify an audio output plugin.
+Specify an audio output plugin: "dsp", "esd", for instance.
 .TP
 .B \-\-stereo, \-\-mono
 Choose stereo or mono audio output
@@ -45,7 +45,10 @@ Choose stereo or mono audio output
 Disable video output.
 .TP
 .B \-\-vout <plugin>
-Specify a video output plugin.
+Specify a video output plugin: "gnome", "fb", "glide", for instance.
+.TP
+.B \-\-yuv <plugin>
+Specify a YUV plugin: "mmx", "nommx", for instance.
 .TP
 .B \-\-display <display>
 Specify the display name.
@@ -78,6 +81,17 @@ Disable VLANs support.
 .B \-\-server <host>, \-\-port <port>
 Choose the video server address and port.
 .TP
+.B \-\-synchro <type>
+Choose a fixed synchro value instead of the internal auto-adaptative
+heuristics based on CPU usage.
+
+`I' displays only I images, `IP' displays I and P images, `IP+'
+displays I and P images and every second B image, and `IPB' forces
+displaying of all images.
+
+Note that the vlc is certainly going to crash if you ask it to
+display more images than your CPU can cope with.
+.TP
 .B \-h, \-\-help
 Print help and exit.
 .TP
@@ -119,6 +133,9 @@ also accepts a lot of parameters to customize its behaviour.
  vlc_iface=<interface>    network interface
  vlc_vlan_server=<host>   vlan server
  vlc_vlan_port=<port>     vlan server port
+.TP
+.B Synchro parameters:
+ vlc_synchro=<type>       synchro algorithm
 
 .SH SEE ALSO
 .BR vls (1), vlms (1)