Difference between revisions of "VLC command-line help"

From VideoLAN Wiki
Jump to navigation Jump to search
m (updated --longhelp --advanced --help-verbose)
Line 6: Line 6:
 
  vlc -p module --advanced
 
  vlc -p module --advanced
  
So here's the output of ''vlc --longhelp --advanced --help-verbose'' for the 0.8.6-svn  
+
Here's the output of ''vlc --longhelp --advanced --help-verbose'' of the development version 0.9.0-svn-20070112-0001 (12 jan. 2007) in Windows.
(2006/08/24) version in Windows.
 
  
 
  <nowiki>     
 
  <nowiki>     
Line 46: Line 45:
 
           thus saving some processing power. (default
 
           thus saving some processing power. (default
 
           enabled)
 
           enabled)
       --volume <integer>        Default audio volume
+
       --volume=<integer>        Default audio volume
 
           You can set the default audio output volume
 
           You can set the default audio output volume
 
           here, in a range from 0 to 1024.
 
           here, in a range from 0 to 1024.
       --volume-step <integer>    Audio output volume step
+
       --volume-step=<integer>    Audio output volume step
 
           The step size of the volume is adjustable
 
           The step size of the volume is adjustable
 
           using this option, in a range from 0 to 1024.
 
           using this option, in a range from 0 to 1024.
       --aout-rate <integer>      Audio output frequency (Hz)
+
       --aout-rate=<integer>      Audio output frequency (Hz)
 
           You can force the audio output frequency
 
           You can force the audio output frequency
 
           here. Common values are -1 (default), 48000,
 
           here. Common values are -1 (default), 48000,
Line 68: Line 67:
 
           hardware supports it as well as the audio
 
           hardware supports it as well as the audio
 
           stream being played. (default disabled)
 
           stream being played. (default disabled)
       --force-dolby-surround {0 (Auto), 1 (On), 2 (Off)}
+
       --force-dolby-surround={0 (Auto), 1 (On), 2 (Off)}
 
                                 Force detection of Dolby Surround
 
                                 Force detection of Dolby Surround
 
           Use this when you know your stream is (or is
 
           Use this when you know your stream is (or is
Line 77: Line 76:
 
           experience, especially when combined with the
 
           experience, especially when combined with the
 
           Headphone Channel Mixer.
 
           Headphone Channel Mixer.
       --audio-desync <integer>  Audio desynchronization compensation
+
       --audio-desync=<integer>  Audio desynchronization compensation
 
           This delays the audio output. The delay must
 
           This delays the audio output. The delay must
 
           be given in milliseconds.This can be handy if
 
           be given in milliseconds.This can be handy if
 
           you notice a lag between the video and the
 
           you notice a lag between the video and the
 
           audio.
 
           audio.
       --aout <string>            Audio output module
+
       --aout=<string>            Audio output module
 
           This is the audio output method used by VLC.
 
           This is the audio output method used by VLC.
 
           The default behavior is to automatically
 
           The default behavior is to automatically
 
           select the best method available.
 
           select the best method available.
       --audio-filter <string>    Audio filters
+
       --audio-filter=<string>    Audio filters
 
           This adds audio post processing filters, to
 
           This adds audio post processing filters, to
 
           modify the sound rendering.
 
           modify the sound rendering.
       --audio-visual <string>    Audio visualizations  
+
       --audio-visual=<string>    Audio visualizations  
 
           This adds visualization modules (spectrum
 
           This adds visualization modules (spectrum
 
           analyzer, etc.).
 
           analyzer, etc.).
Line 108: Line 107:
 
           Start video in fullscreen mode (default
 
           Start video in fullscreen mode (default
 
           disabled)
 
           disabled)
 +
      --embedded-video, --no-embedded-video
 +
                                Embedded video (default enabled)
 +
          Embed the video output in the main interface.
 +
          (default enabled)
 
       --drop-late-frames, --no-drop-late-frames
 
       --drop-late-frames, --no-drop-late-frames
 
                                 Drop late frames (default enabled)
 
                                 Drop late frames (default enabled)
Line 137: Line 140:
 
           Disable the screensaver during video
 
           Disable the screensaver during video
 
           playback. (default enabled)
 
           playback. (default enabled)
       --snapshot-path <string>  Video snapshot directory (or filename)
+
       --snapshot-path=<string>  Video snapshot directory (or filename)
 
           Directory where the video snapshots will be
 
           Directory where the video snapshots will be
 
           stored.
 
           stored.
       --snapshot-prefix <string> Video snapshot file prefix
+
       --snapshot-prefix=<string> Video snapshot file prefix
 
           Video snapshot file prefix
 
           Video snapshot file prefix
       --snapshot-format {png,jpg}
+
       --snapshot-format={png,jpg}
 
                                 Video snapshot format
 
                                 Video snapshot format
 
           Image format which will be used to store the
 
           Image format which will be used to store the
Line 156: Line 159:
 
           Use sequential numbers instead of timestamps
 
           Use sequential numbers instead of timestamps
 
           for snapshot numbering (default disabled)
 
           for snapshot numbering (default disabled)
       --width <integer>          Video width
+
       --width=<integer>          Video width
 
           You can enforce the video width. By default
 
           You can enforce the video width. By default
 
           (-1) VLC will adapt to the video
 
           (-1) VLC will adapt to the video
 
           characteristics.
 
           characteristics.
       --height <integer>        Video height
+
       --height=<integer>        Video height
 
           You can enforce the video height. By default
 
           You can enforce the video height. By default
 
           (-1) VLC will adapt to the video
 
           (-1) VLC will adapt to the video
 
           characteristics.
 
           characteristics.
       --video-x <integer>        Video X coordinate
+
       --video-x=<integer>        Video X coordinate
 
           You can enforce the position of the top left
 
           You can enforce the position of the top left
 
           corner of the video window (X coordinate).
 
           corner of the video window (X coordinate).
       --video-y <integer>        Video Y coordinate
+
       --video-y=<integer>        Video Y coordinate
 
           You can enforce the position of the top left
 
           You can enforce the position of the top left
 
           corner of the video window (Y coordinate).
 
           corner of the video window (Y coordinate).
       --crop <string>            Video cropping
+
       --crop=<string>            Video cropping
 
           This forces the cropping of the source video.
 
           This forces the cropping of the source video.
 
           Accepted formats are x:y (4:3, 16:9, etc.)
 
           Accepted formats are x:y (4:3, 16:9, etc.)
 
           expressing the global image aspect.
 
           expressing the global image aspect.
       --custom-crop-ratios <string>
+
       --custom-crop-ratios=<string>
 
                                 Custom crop ratios list
 
                                 Custom crop ratios list
 
           Comma seperated list of crop ratios which
 
           Comma seperated list of crop ratios which
 
           will be added in the interface's crop ratios
 
           will be added in the interface's crop ratios
 
           list.
 
           list.
       --aspect-ratio <string>    Source aspect ratio
+
       --aspect-ratio=<string>    Source aspect ratio
 
           This forces the source aspect ratio. For
 
           This forces the source aspect ratio. For
 
           instance, some DVDs claim to be 16:9 while
 
           instance, some DVDs claim to be 16:9 while
Line 188: Line 191:
 
           global image aspect, or a float value (1.25,
 
           global image aspect, or a float value (1.25,
 
           1.3333, etc.) expressing pixel squareness.
 
           1.3333, etc.) expressing pixel squareness.
       --monitor-par <string>    Monitor pixel aspect ratio
+
       --monitor-par=<string>    Monitor pixel aspect ratio
 
           This forces the monitor aspect ratio. Most
 
           This forces the monitor aspect ratio. Most
 
           monitors have square pixels (1:1). If you
 
           monitors have square pixels (1:1). If you
 
           have a 16:9 screen, you might need to change
 
           have a 16:9 screen, you might need to change
 
           this to 4:3 in order to keep proportions.
 
           this to 4:3 in order to keep proportions.
       --custom-aspect-ratios <string>
+
       --custom-aspect-ratios=<string>
 
                                 Custom aspect ratios list
 
                                 Custom aspect ratios list
 
           Comma seperated list of aspect ratios which
 
           Comma seperated list of aspect ratios which
Line 210: Line 213:
 
           frames, etc... around the video, giving a
 
           frames, etc... around the video, giving a
 
           "minimal" window. (default enabled)
 
           "minimal" window. (default enabled)
       --video-title <string>    Video title
+
       --video-title=<string>    Video title
 
           Custom title for the video window (in case
 
           Custom title for the video window (in case
 
           the video is not embedded in the interface).
 
           the video is not embedded in the interface).
       --align {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
       --align={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
 
                                 Video alignment
 
                                 Video alignment
 
           Enforce the alignment of the video in its
 
           Enforce the alignment of the video in its
Line 220: Line 223:
 
           you can also use combinations of these
 
           you can also use combinations of these
 
           values, like 6=4+2 meaning top-right).
 
           values, like 6=4+2 meaning top-right).
       --zoom <float>            Zoom video
+
       --zoom=<float>            Zoom video
 
           You can zoom the video by the specified
 
           You can zoom the video by the specified
 
           factor.
 
           factor.
   -V, --vout <string>            Video output module
+
   -V, --vout=<string>            Video output module
 
           This is the the video output method used by
 
           This is the the video output method used by
 
           VLC. The default behavior is to automatically
 
           VLC. The default behavior is to automatically
 
           select the best method available.
 
           select the best method available.
      --vout-filter <string>    Video output filter module
+
       --video-filter=<string>    Video filter module
          This adds post-processing filters to enhance
 
          the picture quality, for instance
 
          deinterlacing, or to clone or distort the
 
          video window.
 
       --video-filter <string>    Video filter module
 
 
           This adds post-processing filters to enhance
 
           This adds post-processing filters to enhance
 
           the picture quality, for instance
 
           the picture quality, for instance
 
           deinterlacing, or distortthe video.
 
           deinterlacing, or distortthe video.
 +
      --vout-filter=<string>    (null)
  
 
  Subpictures
 
  Subpictures
Line 245: Line 244:
 
           is called OSD (On Screen Display). (default
 
           is called OSD (On Screen Display). (default
 
           enabled)
 
           enabled)
       --text-renderer <string>  Text rendering module
+
       --text-renderer=<string>  Text rendering module
 
           VLC normally uses Freetype for rendering, but
 
           VLC normally uses Freetype for rendering, but
 
           this allows you to use svg for instance.
 
           this allows you to use svg for instance.
       --sub-file <string>        Use subtitle file
+
       --sub-file=<string>        Use subtitle file
 
           Load this subtitle file. To be used when
 
           Load this subtitle file. To be used when
 
           autodetect cannot detect your subtitle file.
 
           autodetect cannot detect your subtitle file.
Line 256: Line 255:
 
           subtitle filename is specified (based on the
 
           subtitle filename is specified (based on the
 
           filename of the movie). (default enabled)
 
           filename of the movie). (default enabled)
       --sub-autodetect-fuzzy <integer>
+
       --sub-autodetect-fuzzy=<integer>
 
                                 Subtitle autodetection fuzziness
 
                                 Subtitle autodetection fuzziness
 
           This determines how fuzzy subtitle and movie
 
           This determines how fuzzy subtitle and movie
Line 270: Line 269:
 
4 = subtitle
 
4 = subtitle
 
           file matching the movie name exactly
 
           file matching the movie name exactly
       --sub-autodetect-path <string>
+
       --sub-autodetect-path=<string>
 
                                 Subtitle autodetection paths
 
                                 Subtitle autodetection paths
 
           Look for a subtitle file in those paths too,
 
           Look for a subtitle file in those paths too,
 
           if your subtitle file was not found in the
 
           if your subtitle file was not found in the
 
           current directory.
 
           current directory.
       --sub-margin <integer>    Force subtitle position
+
       --sub-margin=<integer>    Force subtitle position
 
           You can use this option to place the
 
           You can use this option to place the
 
           subtitles under the movie, instead of over
 
           subtitles under the movie, instead of over
 
           the movie. Try several positions.
 
           the movie. Try several positions.
       --sub-filter <string>      Subpictures filter module
+
       --sub-filter=<string>      Subpictures filter module
 
           This adds so-called "subpicture filters".
 
           This adds so-called "subpicture filters".
 
           These filters overlay some images or text
 
           These filters overlay some images or text
Line 288: Line 287:
 
           workaround any Digital Restrictions
 
           workaround any Digital Restrictions
 
           Management measure. (default disabled)
 
           Management measure. (default disabled)
       --program <integer>        Program
+
       --program=<integer>        Program
 
           Choose the program to select by giving its
 
           Choose the program to select by giving its
 
           Service ID. Only use this option if you want
 
           Service ID. Only use this option if you want
 
           to read a multi-program stream (like DVB
 
           to read a multi-program stream (like DVB
 
           streams for example).
 
           streams for example).
       --programs <string>        Programs
+
       --programs=<string>        Programs
 
           Choose the programs to select by giving a
 
           Choose the programs to select by giving a
 
           comma-separated list of Service IDs (SIDs).
 
           comma-separated list of Service IDs (SIDs).
Line 299: Line 298:
 
           multi-program stream (like DVB streams for
 
           multi-program stream (like DVB streams for
 
           example).
 
           example).
       --audio-track <integer>    Audio track
+
       --audio-track=<integer>    Audio track
 
           Stream number of the audio track to use (from
 
           Stream number of the audio track to use (from
 
           0 to n).
 
           0 to n).
       --sub-track <integer>      Subtitles track
+
       --sub-track=<integer>      Subtitles track
 
           Stream number of the subtitle track to use
 
           Stream number of the subtitle track to use
 
           (from 0 to n).
 
           (from 0 to n).
       --audio-language <string>  Audio language
+
       --audio-language=<string>  Audio language
 
           Language of the audio track you want to use
 
           Language of the audio track you want to use
 
           (comma separated, two or three letter country
 
           (comma separated, two or three letter country
 
           code).
 
           code).
       --sub-language <string>    Subtitle language
+
       --sub-language=<string>    Subtitle language
 
           Language of the subtitle track you want to
 
           Language of the subtitle track you want to
 
           use (comma separated, two or tree letter
 
           use (comma separated, two or tree letter
 
           country code).
 
           country code).
       --audio-track-id <integer> Audio track ID
+
       --audio-track-id=<integer> Audio track ID
 
           Stream ID of the audio track to use.
 
           Stream ID of the audio track to use.
       --sub-track-id <integer>  Subtitles track ID
+
       --sub-track-id=<integer>  Subtitles track ID
 
           Stream ID of the subtitle track to use.
 
           Stream ID of the subtitle track to use.
       --input-repeat <integer>  Input repetitions
+
       --input-repeat=<integer>  Input repetitions
 
           Number of time the same input will be repeated
 
           Number of time the same input will be repeated
       --start-time <integer>    Start time
+
       --start-time=<integer>    Start time
 
           The stream will start at this position (in
 
           The stream will start at this position (in
 
           seconds).
 
           seconds).
       --stop-time <integer>      Stop time
+
       --stop-time=<integer>      Stop time
 
           The stream will stop at this position (in
 
           The stream will stop at this position (in
 
           seconds).
 
           seconds).
       --input-list <string>      Input list
+
       --input-list=<string>      Input list
 
           You can give a comma-separated list of inputs
 
           You can give a comma-separated list of inputs
 
           that will be concatenated together after the
 
           that will be concatenated together after the
 
           normal one.
 
           normal one.
       --input-slave <string>    Input slave (experimental)
+
       --input-slave=<string>    Input slave (experimental)
 
           This allows you to play from several inputs
 
           This allows you to play from several inputs
 
           at the same time. This feature is
 
           at the same time. This feature is
 
           experimental, not all formats are supported.
 
           experimental, not all formats are supported.
 
           Use a '#' separated list of inputs.
 
           Use a '#' separated list of inputs.
       --bookmarks <string>      Bookmarks list for a stream
+
       --bookmarks=<string>      Bookmarks list for a stream
 
           You can manually give a list of bookmarks for
 
           You can manually give a list of bookmarks for
 
           a stream in the form "{name=bookmark-name,time
 
           a stream in the form "{name=bookmark-name,time
 
           =optional-time-offset,bytes=optional-byte-offs
 
           =optional-time-offset,bytes=optional-byte-offs
 
           et},{...}"
 
           et},{...}"
       --dvd <string>            DVD device
+
       --dvd=<string>            DVD device
 
           This is the default DVD drive (or file) to
 
           This is the default DVD drive (or file) to
 
           use. Don't forget the colon after the drive
 
           use. Don't forget the colon after the drive
 
           letter (eg. D:)
 
           letter (eg. D:)
       --vcd <string>            VCD device
+
       --vcd=<string>            VCD device
 
           This is the default VCD device to use.
 
           This is the default VCD device to use.
       --cd-audio <string>        Audio CD device
+
       --cd-audio=<string>        Audio CD device
 
           This is the default Audio CD device to use.
 
           This is the default Audio CD device to use.
       --server-port <integer>    UDP port
+
       --server-port=<integer>    UDP port
 
           This is the default port used for UDP
 
           This is the default port used for UDP
 
           streams. Default is 1234.
 
           streams. Default is 1234.
       --mtu <integer>            MTU of the network interface
+
       --mtu=<integer>            MTU of the network interface
 
           This is the maximum packet size that can be
 
           This is the maximum packet size that can be
 
           transmitted over the network interface. On
 
           transmitted over the network interface. On
Line 360: Line 359:
 
           IPv4 will be used by default for all
 
           IPv4 will be used by default for all
 
           connections. (default disabled)
 
           connections. (default disabled)
       --ipv4-timeout <integer>  TCP connection timeout
+
       --ipv4-timeout=<integer>  TCP connection timeout
 
           Default TCP connection timeout (in
 
           Default TCP connection timeout (in
 
           milliseconds).  
 
           milliseconds).  
       --socks <string>          SOCKS server
+
       --socks=<string>          SOCKS server
 
           SOCKS proxy server to use. This must be of
 
           SOCKS proxy server to use. This must be of
 
           the form address:port. It will be used for
 
           the form address:port. It will be used for
 
           all TCP connections
 
           all TCP connections
       --socks-user <string>      SOCKS user name
+
       --socks-user=<string>      SOCKS user name
 
           User name to be used for connection to the
 
           User name to be used for connection to the
 
           SOCKS proxy.
 
           SOCKS proxy.
       --socks-pwd <string>      SOCKS password
+
       --socks-pwd=<string>      SOCKS password
 
           Password to be used for connection to the
 
           Password to be used for connection to the
 
           SOCKS proxy.
 
           SOCKS proxy.
       --meta-title <string>      Title metadata
+
       --meta-title=<string>      Title metadata
 
           Allows you to specify a "title" metadata for
 
           Allows you to specify a "title" metadata for
 
           an input.
 
           an input.
       --meta-author <string>    Author metadata
+
       --meta-author=<string>    Author metadata
 
           Allows you to specify an "author" metadata
 
           Allows you to specify an "author" metadata
 
           for an input.
 
           for an input.
       --meta-artist <string>    Artist metadata
+
       --meta-artist=<string>    Artist metadata
 
           Allows you to specify an "artist" metadata
 
           Allows you to specify an "artist" metadata
 
           for an input.
 
           for an input.
       --meta-genre <string>      Genre metadata
+
       --meta-genre=<string>      Genre metadata
 
           Allows you to specify a "genre" metadata for
 
           Allows you to specify a "genre" metadata for
 
           an input.
 
           an input.
       --meta-copyright <string>  Copyright metadata
+
       --meta-copyright=<string>  Copyright metadata
 
           Allows you to specify a "copyright" metadata
 
           Allows you to specify a "copyright" metadata
 
           for an input.
 
           for an input.
       --meta-description <string>
+
       --meta-description=<string>
 
                                 Description metadata
 
                                 Description metadata
 
           Allows you to specify a "description"
 
           Allows you to specify a "description"
 
           metadata for an input.
 
           metadata for an input.
       --meta-date <string>      Date metadata
+
       --meta-date=<string>      Date metadata
 
           Allows you to specify a "date" metadata for
 
           Allows you to specify a "date" metadata for
 
           an input.
 
           an input.
       --meta-url <string>        URL metadata
+
       --meta-url=<string>        URL metadata
 
           Allows you to specify a "url" metadata for an
 
           Allows you to specify a "url" metadata for an
 
           input.
 
           input.
       --cr-average <integer>    Clock reference average counter
+
       --cr-average=<integer>    Clock reference average counter
 
           When using the PVR input (or a very irregular
 
           When using the PVR input (or a very irregular
 
           source), you should set this to 10000.
 
           source), you should set this to 10000.
       --clock-synchro {-1 (Default), 0 (Disable), 1 (Enable)}
+
       --clock-synchro={-1 (Default), 0 (Disable), 1 (Enable)}
 
                                 Clock synchronisation
 
                                 Clock synchronisation
 
           It is possible to disable the input clock
 
           It is possible to disable the input clock
Line 415: Line 414:
  
 
  Decoders
 
  Decoders
       --codec <string>          Preferred decoders list
+
       --codec=<string>          Preferred decoders list
 
           List of codecs that VLC will use in priority.
 
           List of codecs that VLC will use in priority.
 
           For instance, 'dummy,a52' will try the dummy
 
           For instance, 'dummy,a52' will try the dummy
Line 421: Line 420:
 
           Only advanced users should alter this option
 
           Only advanced users should alter this option
 
           as it can break playback of all your streams.
 
           as it can break playback of all your streams.
       --encoder <string>        Preferred encoders list
+
       --encoder=<string>        Preferred encoders list
 
           This allows you to select a list of encoders
 
           This allows you to select a list of encoders
 
           that VLC will use in priority.
 
           that VLC will use in priority.
  
 
  Input
 
  Input
       --access <string>          Access module
+
       --access=<string>          Access module
 
           This allows you to force an access module.
 
           This allows you to force an access module.
 
           You can use it if the correct access is not
 
           You can use it if the correct access is not
Line 432: Line 431:
 
           this as a global option unless you really
 
           this as a global option unless you really
 
           know what you are doing.
 
           know what you are doing.
       --access-filter <string>  Access filter module
+
       --access-filter=<string>  Access filter module
 
           Access filters are used to modify the stream
 
           Access filters are used to modify the stream
 
           that is being read. This is used for instance
 
           that is being read. This is used for instance
 
           for timeshifting.
 
           for timeshifting.
       --demux <string>          Demux module
+
       --demux=<string>          Demux module
 
           Demultiplexers are used to separate the
 
           Demultiplexers are used to separate the
 
           "elementary" streams (like audio and video
 
           "elementary" streams (like audio and video
Line 445: Line 444:
  
 
  Stream output
 
  Stream output
       --sout <string>            Default stream output chain
+
       --sout=<string>            Default stream output chain
 
           You can enter here a default stream output
 
           You can enter here a default stream output
 
           chain. Refer to the documentation to learn
 
           chain. Refer to the documentation to learn
Line 477: Line 476:
 
           redirected to the stream output facility when
 
           redirected to the stream output facility when
 
           this last one is enabled. (default enabled)
 
           this last one is enabled. (default enabled)
       --vlm-conf <string>        VLM configuration file
+
       --vlm-conf=<string>        VLM configuration file
 
           Read a VLM configuration file as soon as VLM
 
           Read a VLM configuration file as soon as VLM
 
           is started.
 
           is started.
       --mux <string>            Mux module
+
       --mux=<string>            Mux module
 
           This is a legacy entry to let you configure
 
           This is a legacy entry to let you configure
 
           mux modules
 
           mux modules
       --access_output <string>  Access output module
+
       --access_output=<string>  Access output module
 
           This is a legacy entry to let you configure
 
           This is a legacy entry to let you configure
 
           access output modules
 
           access output modules
       --ttl <integer>            Hop limit (TTL)
+
       --ttl=<integer>            Hop limit (TTL)
 
           This is the hop limit (also known as
 
           This is the hop limit (also known as
 
           "Time-To-Live" or TTL) of the multicast
 
           "Time-To-Live" or TTL) of the multicast
           packets sent by the stream output (0 = use
+
           packets sent by the stream output (-1 = use
 
           operating system built-in default).
 
           operating system built-in default).
       --miface <string>          IPv6 multicast output interface
+
       --miface=<string>          Multicast output interface
           Default IPv6 multicast interface. This
+
           Default multicast interface. This overrides
           overrides the routing table.
+
           the routing table.
       --miface-addr <string>    IPv4 multicast output interface address
+
       --miface-addr=<string>    IPv4 multicast output interface address
 
           IPv4 adress for the default multicast
 
           IPv4 adress for the default multicast
 
           interface. This overrides the routing table.
 
           interface. This overrides the routing table.
       --packetizer <string>      Preferred packetizer list
+
      --dscp=<integer>          DiffServ Code Point
 +
          Differentiated Services Code Point for
 +
          outgoing UDP streams (or IPv4 Type Of
 +
          Service, or IPv6 Traffic Class). This is used
 +
          for network Quality of Service.
 +
       --packetizer=<string>      Preferred packetizer list
 
           This allows you to select the order in which
 
           This allows you to select the order in which
 
           VLC will choose its packetizers.
 
           VLC will choose its packetizers.
Line 506: Line 510:
 
           This is needed if you want to make
 
           This is needed if you want to make
 
           announcements on the MBone. (default disabled)
 
           announcements on the MBone. (default disabled)
       --sap-interval <integer>  SAP announcement interval
+
       --sap-interval=<integer>  SAP announcement interval
 
           When the SAP flow control is disabled, this
 
           When the SAP flow control is disabled, this
 
           lets you set the fixed interval between SAP
 
           lets you set the fixed interval between SAP
Line 538: Line 542:
  
 
  Miscellaneous
 
  Miscellaneous
   -A, --memcpy <string>          Memory copy module
+
   -A, --memcpy=<string>          Memory copy module
 
           You can select which memory copy module you
 
           You can select which memory copy module you
 
           want to use. By default VLC will select the
 
           want to use. By default VLC will select the
Line 547: Line 551:
 
           improve the startup time of VLC. (default
 
           improve the startup time of VLC. (default
 
           enabled)
 
           enabled)
       --plugin-path <string>    Modules search path
+
       --plugin-path=<string>    Modules search path
 
           Additional path for VLC to look for its
 
           Additional path for VLC to look for its
 
           modules.
 
           modules.
Line 595: Line 599:
 
       --fast-mutex, --no-fast-mutex
 
       --fast-mutex, --no-fast-mutex
 
                                 Fast mutex on NT/2K/XP (developers only)
 
                                 Fast mutex on NT/2K/XP (developers only)
                                 (default enabled)
+
                                 (default disabled)
 
           On Windows NT/2K/XP we use a slow mutex
 
           On Windows NT/2K/XP we use a slow mutex
 
           implementation but which allows us to
 
           implementation but which allows us to
Line 601: Line 605:
 
           can also use the faster Win9x implementation
 
           can also use the faster Win9x implementation
 
           but you might experience problems with it.
 
           but you might experience problems with it.
           (default enabled)
+
           (default disabled)
       --win9x-cv-method <integer>
+
       --win9x-cv-method=<integer>
 
                                 Condition variables implementation for Win9x
 
                                 Condition variables implementation for Win9x
 
                                 (developers only)
 
                                 (developers only)
Line 624: Line 628:
 
           VLC will keep playing the current playlist
 
           VLC will keep playing the current playlist
 
           item. (default disabled)
 
           item. (default disabled)
 +
      --play-and-exit, --no-play-and-exit
 +
                                Play and exit (default disabled)
 +
          Exit if there are no more items in the
 +
          playlist. (default disabled)
 
       --play-and-stop, --no-play-and-stop
 
       --play-and-stop, --no-play-and-stop
 
                                 Play and stop (default disabled)
 
                                 Play and stop (default disabled)
Line 633: Line 641:
 
           reloaded each time you start VLC. (default
 
           reloaded each time you start VLC. (default
 
           enabled)
 
           enabled)
       --playlist-tree {0 (Default), 1 (Always), 2 (Never)}
+
       --playlist-tree={0 (Default), 1 (Always), 2 (Never)}
 
                                 Use playlist tree
 
                                 Use playlist tree
 
           The playlist can use a tree to categorize
 
           The playlist can use a tree to categorize
Line 639: Line 647:
 
           "Default" means that the tree will only be
 
           "Default" means that the tree will only be
 
           used when really needed.
 
           used when really needed.
       --open <string>            Default stream
+
       --open=<string>            Default stream
 
           This stream will always be opened at VLC
 
           This stream will always be opened at VLC
 
           startup.
 
           startup.
Line 647: Line 655:
 
           playlist (to retrieve some metadata).
 
           playlist (to retrieve some metadata).
 
           (default enabled)
 
           (default enabled)
   -S, --services-discovery <string>
+
      --album-art={0 (Manual download only), 1 (When track starts playing), 2 (As soon as track is added)}
 +
                                Album art policy
 +
          Choose how album art will be downloaded.
 +
   -S, --services-discovery=<string>
 
                                 Services discovery modules
 
                                 Services discovery modules
 
           Specifies the services discovery modules to
 
           Specifies the services discovery modules to
 
           load, separated by semi-colons. Typical
 
           load, separated by semi-colons. Typical
 
           values are sap, hal, ...
 
           values are sap, hal, ...
   -v, --verbose <integer>        Verbosity (0,1,2)
+
   -v, --verbose=<integer>        Verbosity (0,1,2)
 
           This is the verbosity level (0=only errors
 
           This is the verbosity level (0=only errors
 
           and standard messages, 1=warnings, 2=debug).
 
           and standard messages, 1=warnings, 2=debug).
Line 662: Line 673:
 
           Log all VLC messages to a text file. (default
 
           Log all VLC messages to a text file. (default
 
           disabled)
 
           disabled)
       --language {auto,en,en_GB,ca,cs,da,de,es,fr,gl,he,hu,it,ja,ka,ko,nl,oc,pt_BR,ro,ru,sv,tr,zh_CN,zh_TW}
+
       --language={auto,en,en_GB,ca,cs,da,de,es,fr,gl,he,hu,it,ja,ka,ko,ms,nl,oc,pt_BR,ro,ru,sk,sl,sv,tr,zh_CN,zh_TW}
 
                                 Language
 
                                 Language
 
           You can manually select a language for the
 
           You can manually select a language for the
Line 689: Line 700:
 
           Collect miscellaneous statistics. (default
 
           Collect miscellaneous statistics. (default
 
           enabled)
 
           enabled)
   -I, --intf <string>            Interface module
+
   -I, --intf=<string>            Interface module
 
           This is the main interface used by VLC. The
 
           This is the main interface used by VLC. The
 
           default behavior is to automatically select
 
           default behavior is to automatically select
 
           the best module available.
 
           the best module available.
       --extraintf <string>      Extra interface modules
+
       --extraintf=<string>      Extra interface modules
 
           You can select "additional interfaces" for
 
           You can select "additional interfaces" for
 
           VLC. They will be launched in the background
 
           VLC. They will be launched in the background
Line 700: Line 711:
 
           (common values are "rc" (remote control),
 
           (common values are "rc" (remote control),
 
           "http", "gestures" ...)
 
           "http", "gestures" ...)
       --control <string>        Control interfaces
+
       --control=<string>        Control interfaces
 
           You can select control interfaces for VLC.
 
           You can select control interfaces for VLC.
  
 
  Hot keys
 
  Hot keys
       --key-fullscreen <integer> Fullscreen
+
       --key-fullscreen=<integer> Fullscreen
 
           Select the hotkey to use to swap fullscreen
 
           Select the hotkey to use to swap fullscreen
 
           state.
 
           state.
       --key-play-pause <integer> Play/Pause
+
       --key-play-pause=<integer> Play/Pause
 
           Select the hotkey to use to swap paused state.
 
           Select the hotkey to use to swap paused state.
       --key-pause <integer>      Pause only
+
       --key-pause=<integer>      Pause only
 
           Select the hotkey to use to pause.
 
           Select the hotkey to use to pause.
       --key-play <integer>      Play only
+
       --key-play=<integer>      Play only
 
           Select the hotkey to use to play.
 
           Select the hotkey to use to play.
       --key-faster <integer>    Faster
+
       --key-faster=<integer>    Faster
 
           Select the hotkey to use for fast forward
 
           Select the hotkey to use for fast forward
 
           playback.
 
           playback.
       --key-slower <integer>    Slower
+
       --key-slower=<integer>    Slower
 
           Select the hotkey to use for slow motion
 
           Select the hotkey to use for slow motion
 
           playback.
 
           playback.
       --key-next <integer>      Next
+
       --key-next=<integer>      Next
 
           Select the hotkey to use to skip to the next
 
           Select the hotkey to use to skip to the next
 
           item in the playlist.
 
           item in the playlist.
       --key-prev <integer>      Previous
+
       --key-prev=<integer>      Previous
 
           Select the hotkey to use to skip to the
 
           Select the hotkey to use to skip to the
 
           previous item in the playlist.
 
           previous item in the playlist.
       --key-stop <integer>      Stop
+
       --key-stop=<integer>      Stop
 
           Select the hotkey to stop playback.
 
           Select the hotkey to stop playback.
       --key-position <integer>  Position
+
       --key-position=<integer>  Position
 
           Select the hotkey to display the position.
 
           Select the hotkey to display the position.
       --key-jump-extrashort <integer>
+
       --key-jump-extrashort=<integer>
 
                                 Very short backwards jump
 
                                 Very short backwards jump
 
           Select the hotkey to make a very short
 
           Select the hotkey to make a very short
 
           backwards jump.
 
           backwards jump.
       --key-jump+extrashort <integer>
+
       --key-jump+extrashort=<integer>
 
                                 Very short forward jump
 
                                 Very short forward jump
 
           Select the hotkey to make a very short
 
           Select the hotkey to make a very short
 
           forward jump.
 
           forward jump.
       --key-jump-short <integer> Short backwards jump
+
       --key-jump-short=<integer> Short backwards jump
 
           Select the hotkey to make a short backwards
 
           Select the hotkey to make a short backwards
 
           jump.
 
           jump.
       --key-jump+short <integer> Short forward jump
+
       --key-jump+short=<integer> Short forward jump
 
           Select the hotkey to make a short forward
 
           Select the hotkey to make a short forward
 
           jump.
 
           jump.
       --key-jump-medium <integer>
+
       --key-jump-medium=<integer>
 
                                 Medium backwards jump
 
                                 Medium backwards jump
 
           Select the hotkey to make a medium backwards
 
           Select the hotkey to make a medium backwards
 
           jump.
 
           jump.
       --key-jump+medium <integer>
+
       --key-jump+medium=<integer>
 
                                 Medium forward jump
 
                                 Medium forward jump
 
           Select the hotkey to make a medium forward
 
           Select the hotkey to make a medium forward
 
           jump.
 
           jump.
       --key-jump-long <integer>  Long backwards jump
+
       --key-jump-long=<integer>  Long backwards jump
 
           Select the hotkey to make a long backwards
 
           Select the hotkey to make a long backwards
 
           jump.
 
           jump.
       --key-jump+long <integer>  Long forward jump
+
       --key-jump+long=<integer>  Long forward jump
 
           Select the hotkey to make a long forward jump.
 
           Select the hotkey to make a long forward jump.
       --key-nav-activate <integer>
+
       --key-nav-activate=<integer>
 
                                 Activate
 
                                 Activate
 
           Select the key to activate selected item in
 
           Select the key to activate selected item in
 
           DVD menus.
 
           DVD menus.
       --key-nav-up <integer>    Navigate up
+
       --key-nav-up=<integer>    Navigate up
 
           Select the key to move the selector up in DVD
 
           Select the key to move the selector up in DVD
 
           menus.
 
           menus.
       --key-nav-down <integer>  Navigate down
+
       --key-nav-down=<integer>  Navigate down
 
           Select the key to move the selector down in
 
           Select the key to move the selector down in
 
           DVD menus.
 
           DVD menus.
       --key-nav-left <integer>  Navigate left
+
       --key-nav-left=<integer>  Navigate left
 
           Select the key to move the selector left in
 
           Select the key to move the selector left in
 
           DVD menus.
 
           DVD menus.
       --key-nav-right <integer>  Navigate right
+
       --key-nav-right=<integer>  Navigate right
 
           Select the key to move the selector right in
 
           Select the key to move the selector right in
 
           DVD menus.
 
           DVD menus.
       --key-disc-menu <integer>  Go to the DVD menu
+
       --key-disc-menu=<integer>  Go to the DVD menu
 
           Select the key to take you to the DVD menu
 
           Select the key to take you to the DVD menu
       --key-title-prev <integer> Select previous DVD title
+
       --key-title-prev=<integer> Select previous DVD title
 
           Select the key to choose the previous title
 
           Select the key to choose the previous title
 
           from the DVD
 
           from the DVD
       --key-title-next <integer> Select next DVD title
+
       --key-title-next=<integer> Select next DVD title
 
           Select the key to choose the next title from
 
           Select the key to choose the next title from
 
           the DVD
 
           the DVD
       --key-chapter-prev <integer>
+
       --key-chapter-prev=<integer>
 
                                 Select prev DVD chapter
 
                                 Select prev DVD chapter
 
           Select the key to choose the previous chapter
 
           Select the key to choose the previous chapter
 
           from the DVD
 
           from the DVD
       --key-chapter-next <integer>
+
       --key-chapter-next=<integer>
 
                                 Select next DVD chapter
 
                                 Select next DVD chapter
 
           Select the key to choose the next chapter
 
           Select the key to choose the next chapter
 
           from the DVD
 
           from the DVD
       --key-quit <integer>      Quit
+
       --key-quit=<integer>      Quit
 
           Select the hotkey to quit the application.
 
           Select the hotkey to quit the application.
       --key-vol-up <integer>    Volume up
+
       --key-vol-up=<integer>    Volume up
 
           Select the key to increase audio volume.
 
           Select the key to increase audio volume.
       --key-vol-down <integer>  Volume down
+
       --key-vol-down=<integer>  Volume down
 
           Select the key to decrease audio volume.
 
           Select the key to decrease audio volume.
       --key-vol-mute <integer>  Mute
+
       --key-vol-mute=<integer>  Mute
 
           Select the key to mute audio.
 
           Select the key to mute audio.
       --key-subdelay-up <integer>
+
       --key-subdelay-up=<integer>
 
                                 Subtitle delay up
 
                                 Subtitle delay up
 
           Select the key to increase the subtitle delay.
 
           Select the key to increase the subtitle delay.
       --key-subdelay-down <integer>
+
       --key-subdelay-down=<integer>
 
                                 Subtitle delay down
 
                                 Subtitle delay down
 
           Select the key to decrease the subtitle delay.
 
           Select the key to decrease the subtitle delay.
       --key-audiodelay-up <integer>
+
       --key-audiodelay-up=<integer>
 
                                 Audio delay up
 
                                 Audio delay up
 
           Select the key to increase the audio delay.
 
           Select the key to increase the audio delay.
       --key-audiodelay-down <integer>
+
       --key-audiodelay-down=<integer>
 
                                 Audio delay down
 
                                 Audio delay down
 
           Select the key to decrease the audio delay.
 
           Select the key to decrease the audio delay.
       --key-audio-track <integer>
+
       --key-audio-track=<integer>
 
                                 Cycle audio track
 
                                 Cycle audio track
 
           Cycle through the available audio
 
           Cycle through the available audio
 
           tracks(languages).
 
           tracks(languages).
       --key-subtitle-track <integer>
+
       --key-subtitle-track=<integer>
 
                                 Cycle subtitle track
 
                                 Cycle subtitle track
 
           Cycle through the available subtitle tracks.
 
           Cycle through the available subtitle tracks.
       --key-aspect-ratio <integer>
+
       --key-aspect-ratio=<integer>
 
                                 Cycle source aspect ratio
 
                                 Cycle source aspect ratio
 
           Cycle through a predefined list of source
 
           Cycle through a predefined list of source
 
           aspect ratios.
 
           aspect ratios.
       --key-crop <integer>      Cycle video crop
+
       --key-crop=<integer>      Cycle video crop
 
           Cycle through a predefined list of crop
 
           Cycle through a predefined list of crop
 
           formats.
 
           formats.
       --key-deinterlace <integer>
+
       --key-deinterlace=<integer>
 
                                 Cycle deinterlace modes
 
                                 Cycle deinterlace modes
 
           Cycle through deinterlace modes.
 
           Cycle through deinterlace modes.
       --key-intf-show <integer>  Show interface
+
       --key-intf-show=<integer>  Show interface
 
           Raise the interface above all other windows.
 
           Raise the interface above all other windows.
       --key-intf-hide <integer>  Hide interface
+
       --key-intf-hide=<integer>  Hide interface
 
           Lower the interface below all other windows.
 
           Lower the interface below all other windows.
       --key-snapshot <integer>  Take video snapshot
+
       --key-snapshot=<integer>  Take video snapshot
 
           Takes a video snapshot and writes it to disk.
 
           Takes a video snapshot and writes it to disk.
       --key-history-back <integer>
+
       --key-history-back=<integer>
 
                                 Go back in browsing history
 
                                 Go back in browsing history
 
           Select the key to go back (to the previous
 
           Select the key to go back (to the previous
 
           media item) in the browsing history.
 
           media item) in the browsing history.
       --key-history-forward <integer>
+
       --key-history-forward=<integer>
 
                                 Go forward in browsing history
 
                                 Go forward in browsing history
 
           Select the key to go forward (to the next
 
           Select the key to go forward (to the next
 
           media item) in the browsing history.
 
           media item) in the browsing history.
       --key-record <integer>    Record
+
       --key-record=<integer>    Record
 
           Record access filter start/stop.
 
           Record access filter start/stop.
       --key-zoom <integer>      Zoom
+
      --key-dump=<integer>      Dump
 +
          Media dump access filter trigger.
 +
       --key-zoom=<integer>      Zoom
 
           Zoom
 
           Zoom
       --key-unzoom <integer>    Un-Zoom
+
       --key-unzoom=<integer>    Un-Zoom
 
           Un-Zoom
 
           Un-Zoom
       --key-crop-top <integer>  Crop one pixel from the top of the video
+
       --key-crop-top=<integer>  Crop one pixel from the top of the video
 
           Crop one pixel from the top of the video
 
           Crop one pixel from the top of the video
       --key-uncrop-top <integer> Uncrop one pixel from the top of the video
+
       --key-uncrop-top=<integer> Uncrop one pixel from the top of the video
 
           Uncrop one pixel from the top of the video
 
           Uncrop one pixel from the top of the video
       --key-crop-left <integer>  Crop one pixel from the left of the video
+
       --key-crop-left=<integer>  Crop one pixel from the left of the video
 
           Crop one pixel from the left of the video
 
           Crop one pixel from the left of the video
       --key-uncrop-left <integer>
+
       --key-uncrop-left=<integer>
 
                                 Uncrop one pixel from the left of the video
 
                                 Uncrop one pixel from the left of the video
 
           Uncrop one pixel from the left of the video
 
           Uncrop one pixel from the left of the video
       --key-crop-bottom <integer>
+
       --key-crop-bottom=<integer>
 
                                 Crop one pixel from the bottom of the video
 
                                 Crop one pixel from the bottom of the video
 
           Crop one pixel from the bottom of the video
 
           Crop one pixel from the bottom of the video
       --key-uncrop-bottom <integer>
+
       --key-uncrop-bottom=<integer>
 
                                 Uncrop one pixel from the bottom of the video
 
                                 Uncrop one pixel from the bottom of the video
 
           Uncrop one pixel from the bottom of the video
 
           Uncrop one pixel from the bottom of the video
       --key-crop-right <integer> Crop one pixel from the right of the video
+
       --key-crop-right=<integer> Crop one pixel from the right of the video
 
           Crop one pixel from the right of the video
 
           Crop one pixel from the right of the video
       --key-uncrop-right <integer>
+
       --key-uncrop-right=<integer>
 
                                 Uncrop one pixel from the right of the video
 
                                 Uncrop one pixel from the right of the video
 
           Uncrop one pixel from the right of the video
 
           Uncrop one pixel from the right of the video
       --extrashort-jump-size <integer>
+
       --extrashort-jump-size=<integer>
 
                                 Very short jump length
 
                                 Very short jump length
 
           Very short jump length, in seconds.
 
           Very short jump length, in seconds.
       --short-jump-size <integer>
+
       --short-jump-size=<integer>
 
                                 Short jump length
 
                                 Short jump length
 
           Short jump length, in seconds.
 
           Short jump length, in seconds.
       --medium-jump-size <integer>
+
       --medium-jump-size=<integer>
 
                                 Medium jump length
 
                                 Medium jump length
 
           Medium jump length, in seconds.
 
           Medium jump length, in seconds.
       --long-jump-size <integer> Long jump length
+
       --long-jump-size=<integer> Long jump length
 
           Long jump length, in seconds.
 
           Long jump length, in seconds.
       --key-set-bookmark1 <integer>
+
       --key-set-bookmark1=<integer>
 
                                 Set playlist bookmark 1
 
                                 Set playlist bookmark 1
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark2 <integer>
+
       --key-set-bookmark2=<integer>
 
                                 Set playlist bookmark 2
 
                                 Set playlist bookmark 2
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark3 <integer>
+
       --key-set-bookmark3=<integer>
 
                                 Set playlist bookmark 3
 
                                 Set playlist bookmark 3
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark4 <integer>
+
       --key-set-bookmark4=<integer>
 
                                 Set playlist bookmark 4
 
                                 Set playlist bookmark 4
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark5 <integer>
+
       --key-set-bookmark5=<integer>
 
                                 Set playlist bookmark 5
 
                                 Set playlist bookmark 5
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark6 <integer>
+
       --key-set-bookmark6=<integer>
 
                                 Set playlist bookmark 6
 
                                 Set playlist bookmark 6
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark7 <integer>
+
       --key-set-bookmark7=<integer>
 
                                 Set playlist bookmark 7
 
                                 Set playlist bookmark 7
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark8 <integer>
+
       --key-set-bookmark8=<integer>
 
                                 Set playlist bookmark 8
 
                                 Set playlist bookmark 8
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark9 <integer>
+
       --key-set-bookmark9=<integer>
 
                                 Set playlist bookmark 9
 
                                 Set playlist bookmark 9
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-set-bookmark10 <integer>
+
       --key-set-bookmark10=<integer>
 
                                 Set playlist bookmark 10
 
                                 Set playlist bookmark 10
 
           Select the key to set this playlist bookmark.
 
           Select the key to set this playlist bookmark.
       --key-play-bookmark1 <integer>
+
       --key-play-bookmark1=<integer>
 
                                 Play playlist bookmark 1
 
                                 Play playlist bookmark 1
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark2 <integer>
+
       --key-play-bookmark2=<integer>
 
                                 Play playlist bookmark 2
 
                                 Play playlist bookmark 2
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark3 <integer>
+
       --key-play-bookmark3=<integer>
 
                                 Play playlist bookmark 3
 
                                 Play playlist bookmark 3
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark4 <integer>
+
       --key-play-bookmark4=<integer>
 
                                 Play playlist bookmark 4
 
                                 Play playlist bookmark 4
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark5 <integer>
+
       --key-play-bookmark5=<integer>
 
                                 Play playlist bookmark 5
 
                                 Play playlist bookmark 5
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark6 <integer>
+
       --key-play-bookmark6=<integer>
 
                                 Play playlist bookmark 6
 
                                 Play playlist bookmark 6
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark7 <integer>
+
       --key-play-bookmark7=<integer>
 
                                 Play playlist bookmark 7
 
                                 Play playlist bookmark 7
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark8 <integer>
+
       --key-play-bookmark8=<integer>
 
                                 Play playlist bookmark 8
 
                                 Play playlist bookmark 8
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark9 <integer>
+
       --key-play-bookmark9=<integer>
 
                                 Play playlist bookmark 9
 
                                 Play playlist bookmark 9
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --key-play-bookmark10 <integer>
+
       --key-play-bookmark10=<integer>
 
                                 Play playlist bookmark 10
 
                                 Play playlist bookmark 10
 
           Select the key to play this bookmark.
 
           Select the key to play this bookmark.
       --bookmark1 <string>      Playlist bookmark 1
+
       --bookmark1=<string>      Playlist bookmark 1
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark2 <string>      Playlist bookmark 2
+
       --bookmark2=<string>      Playlist bookmark 2
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark3 <string>      Playlist bookmark 3
+
       --bookmark3=<string>      Playlist bookmark 3
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark4 <string>      Playlist bookmark 4
+
       --bookmark4=<string>      Playlist bookmark 4
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark5 <string>      Playlist bookmark 5
+
       --bookmark5=<string>      Playlist bookmark 5
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark6 <string>      Playlist bookmark 6
+
       --bookmark6=<string>      Playlist bookmark 6
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark7 <string>      Playlist bookmark 7
+
       --bookmark7=<string>      Playlist bookmark 7
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark8 <string>      Playlist bookmark 8
+
       --bookmark8=<string>      Playlist bookmark 8
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark9 <string>      Playlist bookmark 9
+
       --bookmark9=<string>      Playlist bookmark 9
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
       --bookmark10 <string>      Playlist bookmark 10
+
       --bookmark10=<string>      Playlist bookmark 10
 
           This allows you to define playlist bookmarks.
 
           This allows you to define playlist bookmarks.
  
Line 965: Line 978:
 
       --help-verbose            ask for extra verbosity when displaying help
 
       --help-verbose            ask for extra verbosity when displaying help
 
   -l, --list                    print a list of available modules
 
   -l, --list                    print a list of available modules
   -p, --module <string>          print help on a specific module (can be
+
   -p, --module=<string>          print help on a specific module (can be
 
                                 combined with --advanced)
 
                                 combined with --advanced)
 
       --save-config              save the current command line options in the
 
       --save-config              save the current command line options in the
 
                                 config
 
                                 config
 
       --reset-config            reset the current config to the default values
 
       --reset-config            reset the current config to the default values
       --config <string>          use alternate config file
+
       --config=<string>          use alternate config file
 
       --reset-plugins-cache      resets the current plugins cache
 
       --reset-plugins-cache      resets the current plugins cache
 
       --version                  print version information
 
       --version                  print version information
  
  RTP/RTSP/SDP demuxer (using Live555)
+
  ATSC A/52 (AC-3) audio decoder
      --rtsp-tcp, --no-rtsp-tcp  Use RTP over RTSP (TCP) (default disabled)
+
       --a52-dynrng, --no-a52-dynrng
          Use RTP over RTSP (TCP) (default disabled)
+
                                 A/52 dynamic range compression (default
       --rtp-client-port <integer>
+
                                 enabled)
                                Client port
+
           Dynamic range compression makes the loud
          Port to use for the RTP source of the session
+
           sounds softer, and the soft sounds louder, so
      --rtsp-http, --no-rtsp-http
+
           you can more easily listen to the stream in a
                                 Tunnel RTSP and RTP over HTTP (default
+
           noisy environment without disturbing anyone.
                                 disabled)
+
           If you disable the dynamic range compression
           Tunnel RTSP and RTP over HTTP (default
+
           the playback will be more adapted to a movie
           disabled)
+
           theater or a listening room. (default enabled)
      --rtsp-http-port <integer> HTTP tunnel port
+
       --a52-upmix, --no-a52-upmix
           Port to use for tunneling the RTSP/RTP over
+
                                 Enable internal upmixing (default disabled)
           HTTP.
+
           Enable the internal upmixing algorithm (not
      --rtsp-caching <integer>  Caching value (ms)
+
           recommended). (default disabled)
           Allows you to modify the default caching
+
 
           value for RTSP streams. This value should be
+
Standard filesystem directory input
           set in millisecond units.
+
       --recursive={none,collapse,expand}
       --rtsp-kasenna, --no-rtsp-kasenna
+
                                Subdirectory behavior
                                 Kasenna RTSP dialect (default disabled)
+
          Select whether subdirectories must be
           Kasenna servers use an old and unstandard
+
           expanded.
           dialect of RTSP. When you set this parameter,
+
none: subdirectories do not appear
          VLC will try this dialect for communication.
+
           in the playlist.
          In this mode you cannot connect to normal
+
collapse: subdirectories
          RTSP servers. (default disabled)
+
          appear but are expanded on first
       --rtsp-user <string>      RTSP user name
+
           play.
           Allows you to modify the user name that will
+
expand: all subdirectories are
           be used for authenticating the connection.
+
           expanded.
      --rtsp-pwd <string>        RTSP password
 
           Allows you to modify the password that will
 
           be used for the connection.
 
  
TS muxer (libdvbpsi)
+
       --ignore-filetypes=<string>
       --sout-ts-pid-video <integer>
+
                                 Ignored extensions
                                 Video PID
+
          Files with these extensions will not be added
           Assign a fixed PID to the video stream. The
+
           to playlist when opening a directory.
           PCR PID will automatically be the video.
+
This is
      --sout-ts-pid-audio <integer>
+
          useful if you add directories that contain
                                Audio PID
+
           playlist files for instance. Use a
          Assign a fixed PID to the audio stream.
+
          comma-separated list of extensions.
       --sout-ts-pid-spu <integer>
+
 
                                SPU PID
+
Fake input
           Assign a fixed PID to the SPU.
+
       --fake-caching=<integer>   Caching value in ms
       --sout-ts-pid-pmt <integer>
+
          Caching value for fake streams. This value
                                PMT PID
+
           should be set in milliseconds.
           Assign a fixed PID to the PMT
+
       --fake-fps=<float>         Framerate
       --sout-ts-tsid <integer>   TS ID
+
          Number of frames per second (eg. 24, 25,
           Assign a fixed Transport Stream ID.
+
           29.97, 30).
       --sout-ts-netid <integer>  NET ID
+
       --fake-id=<integer>       ID
           Assign a fixed Network ID (for SDT table)
+
           Set the ID of the fake elementary stream for
       --sout-ts-program-pmt <string>
+
          use in #duplicate{} constructs (default 0).
                                PMT Program numbers
+
       --fake-duration=<integer>  Duration in ms
           Assign a program number to each PMT. This
+
          Duration of the fake streaming before faking
           requires "Set PID to ID of ES" to be enabled.
+
           an end-of-file (default is 0, meaning that
       --sout-ts-es-id-pid, --no-sout-ts-es-id-pid
+
          the stream is unlimited).
                                 Set PID to ID of ES (default disabled)
+
 
           Sets PID to the ID if the incoming ES. This
+
File input
          is for use with --ts-es-id-pid, and allows to
+
       --file-caching=<integer>   Caching value in ms
          have the same PIDs in the input and output
+
           Caching value for files. This value should be
           streams. (default disabled)
+
           set in milliseconds.
       --sout-ts-muxpmt <string> Mux PMT (requires --sout-ts-es-id-pid)
+
 
           Define the pids to add to each pmt. This
+
Dump
           requires "Set PID to ID of ES" to be enabled.
+
       --dump-force, --no-dump-force
       --sout-ts-sdtdesc <string> SDT Descriptors (requires --sout-ts-es-id-pid)
+
                                 Force use of dump module (default disabled)
           Defines the descriptors of each SDT.
+
           Activate the dump module even for media with
           Thisrequires "Set PID to ID of ES" to be
+
           fast seeking. (default disabled)
           enabled.
+
       --dump-margin=<integer>   Maximum size of temporary file (Mb)
       --sout-ts-alignment, --no-sout-ts-alignment
+
           The dump module will abort dumping of the
                                 Data alignment (default enabled)
+
           media if more than this much megabyte were
           Enforces alignment of all access units on PES
+
          performed.
           boundaries. Disabling this might save some
+
 
           bandwidth but introduce incompatibilities.
+
Record
          (default enabled)
+
       --record-path=<string>     Record directory
       --sout-ts-shaping <integer>
+
          Directory where the record will be stored.
                                Shaping delay (ms)
+
 
           Cut the stream in slices of the given
+
Timeshift
           duration, and ensure a constant bitrate
+
      --timeshift-granularity=<integer>
          between the two boundaries. This avoids
+
                                Timeshift granularity
           having huge bitrate peaks, especially for
+
           This is the size of the temporary files that
           reference frames.
+
          will be used to store the timeshifted streams.
       --sout-ts-use-key-frames, --no-sout-ts-use-key-frames
+
      --timeshift-dir=<string>  Timeshift directory
                                Use keyframes (default disabled)
+
           Directory used to store the timeshift
           If enabled, and shaping is specified, the TS
+
           temporary files.
           muxer will place the boundaries at the end of
+
       --timeshift-force, --no-timeshift-force
           I pictures. In that case, the shaping
+
                                 Force use of the timeshift module (default
           duration given by the user is a worse case
+
                                disabled)
           used when no reference frame is available.
+
           Force use of the timeshift module even if the
          This enhances the efficiency of the shaping
+
           access declares that it can control pace or
           algorithm, since I frames are usually the
+
           pause. (default disabled)
           biggest frames in the stream. (default
+
 
 +
FTP input
 +
       --ftp-caching=<integer>   Caching value in ms
 +
           Caching value for FTP streams. This value
 +
           should be set in milliseconds.
 +
      --ftp-user=<string>        FTP user name
 +
           User name that will be used for the
 +
           connection.
 +
       --ftp-pwd=<string>        FTP password
 +
          Password that will be used for the connection.
 +
      --ftp-account=<string>    FTP account
 +
          Account that will be used for the connection.
 +
 
 +
HTTP input
 +
      --http-proxy=<string>      HTTP proxy
 +
          HTTP proxy to be usesd It must be of the form
 +
          http://[user[:pass]@]myproxy.mydomain:myport/
 +
           ; if empty, the http_proxy environment
 +
           variable will be tried.
 +
      --http-caching=<integer>  Caching value in ms
 +
           Caching value for HTTP streams. This value
 +
           should be set in milliseconds.
 +
      --http-user-agent=<string> HTTP user agent
 +
           User agent that will be used for the
 +
          connection.
 +
      --http-reconnect, --no-http-reconnect
 +
                                Auto re-connect (default disabled)
 +
           Automatically try to reconnect to the stream
 +
           in case of a sudden disconnect. (default
 
           disabled)
 
           disabled)
       --sout-ts-pcr <integer>    PCR delay (ms)
+
       --http-continuous, --no-http-continuous
          Set at which interval PCRs (Program Clock
+
                                 Continuous stream (default disabled)
          Reference) will be sent (in milliseconds).
+
           Read a file that is being constantly updated
          This value should be below 100ms. (default is
+
           (for example, a JPG file on a server).You
          70ms).
+
           should not globally enable this option as it
      --sout-ts-bmin <integer>  Minimum B (deprecated)
+
           will break all other types of HTTP streams.
          This setting is deprecated and not used
+
           (default disabled)
          anymore
 
      --sout-ts-bmax <integer>  Maximum B (deprecated)
 
          This setting is deprecated and not used
 
          anymore
 
      --sout-ts-dts-delay <integer>
 
                                DTS delay (ms)
 
          Delay the DTS (decoding time stamps) and PTS
 
          (presentation timestamps) of the data in the
 
          stream, compared to the PCRs. This allows for
 
          some buffering inside the client decoder.
 
      --sout-ts-crypt-audio, --no-sout-ts-crypt-audio
 
                                 Crypt audio (default enabled)
 
           Crypt audio using CSA (default enabled)
 
      --sout-ts-crypt-video, --no-sout-ts-crypt-video
 
                                Crypt video (default enabled)
 
           Crypt video using CSA (default enabled)
 
      --sout-ts-csa-ck <string>  CSA Key
 
          CSA encryption key. This must be a 16 char
 
           string (8 hexadecimal bytes).
 
      --sout-ts-csa-pkt <integer>
 
                                Packet size in bytes to encrypt
 
           Size of the TS packet to encrypt. The
 
           encryption routines subtract the TS-header
 
          from the value before encrypting.
 
  
  Matroska stream demuxer
+
  Microsoft Media Server (MMS) input
       --mkv-use-ordered-chapters, --no-mkv-use-ordered-chapters
+
       --mms-caching=<integer>    Caching value in ms
                                Ordered chapters (default enabled)
+
           Caching value for MMS streams. This value
          Play ordered chapters as specified in the
+
           should be set in milliseconds.
           segment. (default enabled)
+
       --mms-all, --no-mms-all    Force selection of all streams (default
      --mkv-use-chapter-codec, --no-mkv-use-chapter-codec
+
                                 disabled)
                                Chapter codecs (default enabled)
+
           MMS streams can contain several elementary
           Use chapter codecs found in the segment.
+
           streams, with different bitrates. You can
          (default enabled)
+
           choose to select all of them. (default
       --mkv-preload-local-dir, --no-mkv-preload-local-dir
 
                                 Preload Directory (default enabled)
 
           Preload matroska files from the same family
 
           in the same directory (not good for broken
 
          files). (default enabled)
 
      --mkv-seek-percent, --no-mkv-seek-percent
 
                                Seek based on percent not time (default
 
                                disabled)
 
           Seek based on percent not time. (default
 
 
           disabled)
 
           disabled)
       --mkv-use-dummy, --no-mkv-use-dummy
+
       --mms-maxbitrate=<integer> Maximum bitrate
                                 Dummy Elements (default disabled)
+
          Select the stream with the maximum bitrate
           Read and discard unknown EBML elements (not
+
          under that limit.
           good for broken files). (default disabled)
+
 
 +
File stream output
 +
      --sout-file-append, --no-sout-file-append
 +
                                 Append to file (default disabled)
 +
           Append to file if it exists instead of
 +
           replacing it. (default disabled)
  
  FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
+
  HTTP stream output
       --ffmpeg-dr, --no-ffmpeg-dr
+
      --sout-http-user=<string>  Username
                                Direct rendering (default enabled)
+
          User name that will be requested to access
           Direct rendering (default enabled)
+
          the stream.
       --ffmpeg-error-resilience <integer>
+
       --sout-http-pwd=<string>  Password
                                Error resilience
+
          Password that will be requested to access the
           Ffmpeg can do error resilience.
+
          stream.
However, with
+
      --sout-http-mime=<string>  Mime
           a buggy encoder (such as the ISO MPEG-4
+
          MIME returned by the server (autodetected if
           encoder from M$) this can produce a lot of
+
           not specified.
           errors.
+
       --sout-http-cert=<string> Certificate file
Valid values range from 0 to 4 (0
+
          Path to the x509 PEM certificate file that
           disables all errors resilience).
+
           will be used for HTTPS.
       --ffmpeg-workaround-bugs <integer>
+
      --sout-http-key=<string>  Private key file
                                Workaround bugs
+
           Path to the x509 PEM private key file that
           Try to fix some bugs:
+
           will be used for HTTPS. Leave empty if you
1  autodetect
+
           don't have one.
2  old
+
      --sout-http-ca=<string>    Root CA file
           msmpeg4
+
          Path to the x509 PEM trusted root CA
4  xvid interlaced
+
          certificates (certificate authority) file
8 ump4
+
          that will be used for HTTPS. Leave empty if
16 no
+
           you don't have one.
           padding
+
       --sout-http-crl=<string>   CRL file
32 ac vlc
+
          Path to the x509 PEM Certificates Revocation
64 Qpel chroma.
+
          List file that will be used for SSL. Leave
This must
+
           empty if you don't have one.
           be the sum of the values. For example, to fix
+
      --sout-http-bonjour, --no-sout-http-bonjour
           "ac vlc" and "ump4", enter 40.
+
                                Advertise with Bonjour (default disabled)
       --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
+
           Advertise the stream with the Bonjour
                                 Hurry up (default disabled)
+
          protocol. (default disabled)
           The decoder can partially decode or skip
+
 
           frame(s) when there is not enough time. It's
+
  IceCAST output
           useful with low CPU power but it can produce
+
      --sout-shout-name=<string> Stream name
           distorted pictures. (default disabled)
+
           Name to give to this stream/channel on the
       --ffmpeg-vismv <integer>   Visualize motion vectors
+
          shoutcast/icecast server.
          You can overlay the motion vectors (arrows
+
      --sout-shout-description=<string>
           showing how the images move) on the image.
+
                                Stream description
           This value is a mask, based on these
+
           Description of the stream content or
           values:
+
           information about your channel.
1 - visualize forward predicted MVs
+
       --sout-shout-mp3, --no-sout-shout-mp3
           of P frames
+
                                 Stream MP3 (default disabled)
2 - visualize forward predicted
+
           You normally have to feed the shoutcast
           MVs of B frames
+
           module with Ogg streams. It is also possible
4 - visualize backward
+
           to stream MP3 instead, so you can forward MP3
           predicted MVs of B frames
+
           streams to the shoutcast/icecast server.
To visualize all
+
          (default disabled)
           vectors, the value should be 7.
+
       --sout-shout-genre=<string>
       --ffmpeg-lowres <integer> Low resolution decoding
+
                                Genre description
           Only decode a low resolution version of the
+
           Genre of the content.  
           video. This requires less processing power
+
      --sout-shout-url=<string>  URL description
       --ffmpeg-skiploopfilter {0 (None), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)}
+
           URL with information about the stream or your
                                Skip the loop filter for H.264 decoding
+
           channel.
           Skipping the loop filter (aka deblocking)
+
      --sout-shout-bitrate=<string>
           usually has a detrimental effect on quality.
+
                                Bitrate
           However it provides a big speedup for high
+
           Bitrate information of the transcoded stream.
           definition streams.
+
      --sout-shout-samplerate=<string>
       --ffmpeg-pp-q <integer>   Post processing quality
+
                                Samplerate
          Quality of post processing. Valid range is 0
+
           Samplerate information of the transcoded
           to 6
+
          stream.
Higher levels require considerable more
+
      --sout-shout-channels=<string>
           CPU power, but produce better looking
+
                                Number of channels
           pictures.
+
           Number of channels information of the
       --ffmpeg-pp-name <string> FFmpeg post processing filter chains
+
           transcoded stream.  
           <filterName>[:<option>[:<option>...]][[,|/][-]
+
       --sout-shout-quality=<string>
           <filterName>[:<option>...]]...
+
                                Ogg Vorbis Quality
long form
+
           Ogg Vorbis Quality information of the
           example:
+
           transcoded stream.  
vdeblock:autoq/hdeblock:autoq/linblen
+
       --sout-shout-public, --no-sout-shout-public
           ddeint    default,-vdeblock
+
                                Stream public (default disabled)
short form
+
          Make the server publicly available on the
          example:
+
           'Yellow Pages' (directory listing of streams)
vb:a/hb:a/lb de,-vb
+
           on the icecast/shoutcast website. Requires
more examples:
+
           the bitrate information specified for
tn
+
           shoutcast. Requires Ogg streaming for
           :64:128:256
+
          icecast. (default disabled)
Filters                     
+
 
          Options
+
UDP stream output
short  long name       short  long
+
       --sout-udp-caching=<integer>
           option    Description
+
                                Caching value (ms)
*      *             
+
           Default caching value for outbound UDP
          a       autoq           cpu power dependant
+
           streams. This value should be set in
           enabler
+
           milliseconds.
                      c       chrom
+
       --sout-udp-group=<integer> Group packets
                  chrominance filtring enabled
+
          Packets can be sent one by one at the right
     
+
           time or by groups. You can choose the number
                        y      nochrom       
+
          of packets that will be sent at a time. It
           chrominance filtring disabled
+
          helps reducing the scheduling load on
hb    hdeblock
+
          heavily-loaded systems.
                (2 Threshold)           horizontal
+
      --sout-udp-raw, --no-sout-udp-raw
           deblocking filter
+
                                Raw write (default disabled)
      1. difference
+
           Packets will be sent directly, without trying
          factor: default=64, higher -> more
+
          to fill the MTU (ie, without trying to make
           deblocking
+
           the biggest possible packets in order to
      2. flatness threshold:
+
           improve streaming). (default disabled)
          default=40, lower -> more deblocking
+
 
       
+
Real RTSP
                        the h & v deblocking filters
+
      --realrtsp-caching=<integer>
           share these
+
                                Caching value (ms)
                      so u cant
+
          Caching value for RTSP streams. This value
           set different thresholds for h / v
+
           should be set in milliseconds.
vb   
+
 
           vdeblock        (2 Threshold)        
+
SMB input
          vertical deblocking filter
+
       --smb-caching=<integer>    Caching value in ms
h1    x1hdeblock
+
           Caching value for SMB streams. This value
                                      Experimental h
+
          should be set in milliseconds.
           deblock filter 1
+
       --smb-user=<string>        SMB user name
v1    x1vdeblock            
+
           User name that will be used for the
                            Experimental v deblock
+
           connection.
           filter 1
+
       --smb-pwd=<string>        SMB password
dr    dering                     
+
          Password that will be used for the connection.
                    Deringing filter
+
      --smb-domain=<string>      SMB domain
al    autolevels
+
          Domain/Workgroup that will be used for the
                                      automatic
+
           connection.
           brightness / contrast
+
 
                     
+
TCP input
           f      fullyrange      stretch luminance to
+
      --tcp-caching=<integer>    Caching value in ms
          (0..255)
+
           Caching value for TCP streams. This value
lb    linblenddeint               
+
           should be set in milliseconds.
                    linear blend deinterlacer
+
 
li   
+
UDP/RTP input
           linipoldeint                         
+
      --udp-caching=<integer>   Caching value in ms
           linear interpolating deinterlace
+
           Caching value for UDP streams. This value
ci   
+
          should be set in milliseconds.
           cubicipoldeint                          cubic
+
      --rtp-late=<integer>       RTP reordering timeout in ms
           interpolating deinterlacer
+
           VLC reorders RTP packets. The input will wait
md    mediandeint
+
           for late packets at most the time specified
                                      median
+
           here (in milliseconds).
           deinterlacer
+
      --udp-auto-mtu, --no-udp-auto-mtu
fd    ffmpegdeint             
+
                                Autodetection of MTU (default enabled)
                        ffmpeg deinterlacer
+
           Automatically detect the line's MTU. This
de   
+
           will increase the size if truncated packets
           default                               
+
           are found (default enabled)
           hb:a,vb:a,dr:a,al
+
 
fa    fast               
+
Image properties filter
                            h1:a,v1:a,dr:a,al
+
      --contrast=<float>        Image contrast (0-2)
tn   
+
           Set the image contrast, between 0 and 2.
          tmpnoise        (3 Thresholds)        
+
           Defaults to 1.
           Temporal Noise Reducer
+
      --brightness=<float>      Image brightness (0-2)
                     
+
           Set the image brightness, between 0 and 2.
           1. <= 2. <= 3.          larger -> stronger
+
           Defaults to 1.
           filtering
+
      --hue=<integer>            Image hue (0-360)
fq    forceQuant      <quantizer>
+
           Set the image hue, between 0 and 360.
                    Force quantizer
+
           Defaults to 0.
 +
      --saturation=<float>      Image saturation (0-3)
 +
          Set the image saturation, between 0 and 3.
 +
           Defaults to 1.
 +
      --gamma=<float>            Image gamma (0-10)
 +
           Set the image gamma, between 0.01 and 10.
 +
           Defaults to 1.
 +
      --brightness-threshold, --no-brightness-threshold
 +
                                Brightness threshold (default disabled)
 +
           When this mode is enabled, pixels will be
 +
          shown as black or white. The threshold value
 +
           will be the brighness defined below. (default
 +
           disabled)
  
       --ffmpeg-debug <integer>   Debug mask
+
DirectX audio output
           Set ffmpeg debug mask
+
       --directx-audio-device=<integer>
       --sout-ffmpeg-hq {rd,bits,simple}
+
                                Output device
                                 Quality level
+
          DirectX device number: 0 default device, 1..N
           Quality level for the encoding of motions
+
          device by number(Note that the default device
           vectors (this can slow down the encoding very
+
           appears as 0 AND another number).
           much).
+
       --directx-audio-float32, --no-directx-audio-float32
       --sout-ffmpeg-keyint <integer>
+
                                 Use float32 output (default disabled)
                                 Ratio of key frames
+
          The option allows you to enable or disable
           Number of frames that will be coded for one
+
           the high-quality float32 audio output mode
           key frame.
+
           (which is not well supported by some
       --sout-ffmpeg-bframes <integer>
+
           soundcards). (default disabled)
                                 Ratio of B frames
+
 
           Number of B frames that will be coded between
+
File audio output
           two reference frames.
+
       --audiofile-format={u8,s8,u16,s16,u16_le,s16_le,u16_be,s16_be,fixed32,float32,spdif}
       --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up
+
                                 Output format
                                Hurry up (default disabled)
+
          One of "u8", "s8", "u16", "s16", "u16_le",
           The encoder can make on-the-fly quality
+
           "s16_le", "u16_be", "s16_be", "fixed32",
          tradeoffs if your CPU can't keep up with the
+
           "float32" or "spdif"
          encoding rate. It will disable trellis
+
       --audiofile-channels=<integer>
           quantization, then the rate distortion of
+
                                 Number of output channels
          motion vectors (hq), and raise the noise
+
           By default, all the channels of the incoming
          reduction threshold to ease the encoder's
+
          will be saved but you can restrict the number
          task. (default disabled)
+
           of channels here.
       --sout-ffmpeg-interlace, --no-sout-ffmpeg-interlace
+
       --audiofile-file=<string>  Output file
                                 Interlaced encoding (default disabled)
+
           File to which the audio samples will be
           Enable dedicated algorithms for interlaced
+
           written to.
           frames. (default disabled)
+
       --audiofile-wav, --no-audiofile-wav
       --sout-ffmpeg-interlace-me, --no-sout-ffmpeg-interlace-me
+
                                 Add WAVE header (default enabled)
                                Interlaced motion estimation (default enabled)
+
           Instead of writing a raw file, you can add a
           Enable interlaced motion estimation
+
           WAV header to the file. (default enabled)
          algorithms. This requires more CPU. (default
+
 
          enabled)
+
Audioscrobbler submission Plugin
       --sout-ffmpeg-vt <integer> Video bitrate tolerance
+
       --lastfm-username=<string> Username
           Video bitrate tolerance in kbit/s.
+
           The username of your last.fm account
       --sout-ffmpeg-pre-me, --no-sout-ffmpeg-pre-me
+
       --lastfm-password=<string> Password
                                 Pre-motion estimation (default disabled)
+
           The password of your last.fm account
           Enable the pre-motion estimation algorithm.
+
 
          (default disabled)
+
AVI demuxer
       --sout-ffmpeg-strict-rc, --no-sout-ffmpeg-strict-rc
+
       --avi-interleaved, --no-avi-interleaved
                                 Strict rate control (default disabled)
+
                                 Force interleaved method (default disabled)
           Enable the strict rate control algorithm.
+
           Force interleaved method. (default disabled)
           (default disabled)
+
       --avi-index={0 (Ask), 1 (Always fix), 2 (Never fix)}
       --sout-ffmpeg-rc-buffer-size <integer>
+
                                 Force index creation
                                Rate control buffer size
+
           Recreate a index for the AVI file. Use this
          Rate control buffer size (in kbytes). A
+
          if your AVI file is damaged or incomplete
           bigger buffer will allow for better rate
+
           (not seekable).
           control, but will cause a delay in the stream.
+
 
       --sout-ffmpeg-rc-buffer-aggressivity <float>
+
Audio CD input
                                 Rate control buffer aggressiveness
+
       --cdda-caching=<integer>   Caching value in ms
          Rate control buffer aggressiveness.
+
           Default caching value for Audio CDs. This
       --sout-ffmpeg-i-quant-factor <float>
+
           value should be set in milliseconds.
                                I quantization factor
+
       --cdda-track=<integer>    (null)
           Quantization factor of I frames, compared
+
      --cdda-first-sector=<integer>
          with P frames (for instance 1.0 => same
+
                                 (null)
           qscale for I and P frames).
+
       --cdda-last-sector=<integer>
       --sout-ffmpeg-noise-reduction <integer>
+
                                (null)
                                Noise reduction
+
      --cddb-server=<string>     CDDB Server
           Enable a simple noise reduction algorithm to
+
           Address of the CDDB server to use.
          lower the encoding length and bitrate, at the
+
      --cddb-port=<integer>     CDDB port
           expense of lower quality frames.
+
           CDDB Server port to use.
       --sout-ffmpeg-mpeg4-matrix, --no-sout-ffmpeg-mpeg4-matrix
+
 
                                 MPEG4 quantization matrix (default disabled)
+
Clone video filter
           Use the MPEG4 quantization matrix for MPEG2
+
       --clone-count=<integer>   Number of clones
           encoding. This generally yields a better
+
           Number of video windows in which to clone the
           looking picture, while still retaining the
+
           video.
           compatibility with standard MPEG2 decoders.
+
       --clone-vout-list=<string> Video output modules
           (default disabled)
+
          You can use specific video output modules for
       --sout-ffmpeg-qmin <integer>
+
          the clones. Use a comma-separated list of
                                 Minimum video quantizer scale
+
          modules.
           Minimum video quantizer scale.
+
 
       --sout-ffmpeg-qmax <integer>
+
Color threshold filter
                                Maximum video quantizer scale
+
      --colorthres-color={16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 65280 (Lime), 255 (Blue), 65535 (Aqua)}
           Maximum video quantizer scale.
+
                                 Color
       --sout-ffmpeg-trellis, --no-sout-ffmpeg-trellis
+
           Colors similar to this will be kept, others
                                Trellis quantization (default disabled)
+
           will be grayscaled. This must be an
           Enable trellis quantization (rate distortion
+
          hexadecimal (like HTML colors). The first two
           for block coefficients). (default disabled)
+
           chars are for red, then green, then blue.
       --sout-ffmpeg-qscale <float>
+
           #000000 = black, #FF0000 = red, #00FF00 =
                                 Fixed quantizer scale
+
           green, #FFFF00 = yellow (red + green),
           A fixed video quantizer scale for VBR
+
          #FFFFFF = white
           encoding (accepted values: 0.01 to 255.0).
+
       --colorthres-saturationthres=<integer>
       --sout-ffmpeg-strict <integer>
+
                                saturaton threshold
                                Strict standard compliance
+
                --colorthres-similaritythres=<integer>
           Force a strict standard compliance when
+
                                 similarity threshold
           encoding (accepted values: -1, 0, 1).
+
            
       --sout-ffmpeg-lumi-masking <float>
+
Crop video filter
                                Luminance masking
+
       --crop-geometry=<string>   Crop geometry (pixels)
           Raise the quantizer for very bright
+
          Set the geometry of the zone to crop. This is
           macroblocks (default: 0.0).
+
          set as <width> x <height> + <left offset> +
       --sout-ffmpeg-dark-masking <float>
+
           <top offset>.
                                Darkness masking
+
       --autocrop, --no-autocrop  Automatic cropping (default disabled)
           Raise the quantizer for very dark macroblocks
+
           Automatically detect black borders and crop
           (default: 0.0).
+
           them. (default disabled)
       --sout-ffmpeg-p-masking <float>
+
       --autocrop-ratio-max=<integer>
                                 Motion masking
+
                                 Ratio max (x 1000)
           Raise the quantizer for macroblocks with a
+
           Maximum image ratio. The crop plugin will
           high temporal complexity (default: 0.0).
+
          never automatically crop to a higher ratio
       --sout-ffmpeg-border-masking <float>
+
           (ie, to a more "flat" image). The value is
                                 Border masking
+
          x1000: 1333 means 4/3.
           Raise the quantizer for macroblocks at the
+
       --crop-ratio=<integer>     Manual ratio
           border of the frame (default: 0.0).
+
           Force a ratio (0 for automatic). Value is
       --sout-ffmpeg-luma-elim-threshold <integer>
+
           x1000: 1333 means 4/3.
                                 Luminance elimination
+
       --autocrop-time=<integer> Number of images for change
           Eliminates luminance blocks when the PSNR
+
          The number of consecutive images with the
           isn't much changed (default: 0.0). The H264
+
           same detected ratio (different from the
           specification recommends -4.
+
           previously detected ratio) to consider that
       --sout-ffmpeg-chroma-elim-threshold <integer>
+
          ratio chnged and trigger recrop.
                                Chrominance elimination
+
       --autocrop-diff=<integer> Number of lines for change
           Eliminates chrominance blocks when the PSNR
+
          The minimum difference in the number of
           isn't much changed (default: 0.0). The H264
+
           detected black lines to consider that ratio
           specification recommends 7.
+
           changed and trigger recrop.
 +
       --autocrop-non-black-pixels=<integer>
 +
                                 Number of non black pixels
 +
           The maximum of non-black pixels in a line to
 +
           consider that the line is black.
 +
       --autocrop-skip-percent=<integer>
 +
                                 Skip percentage (%)
 +
           Percentage of the line to consider while
 +
          checking for black lines. This allows to skip
 +
           logos in black borders and crop them anyway.
 +
       --autocrop-luminance-threshold=<integer>
 +
                                 Luminance threshold
 +
           Maximum luminance to consider a pixel as
 +
           black (0-255).
 +
 
 +
Deinterlacing video filter
 +
      --deinterlace-mode={discard,blend,mean,bob,linear,x}
 +
                                Deinterlace mode
 +
           Deinterlace method to use for local playback.
 +
       --sout-deinterlace-mode={discard,blend,mean,bob,linear,x}
 +
                                Streaming deinterlace mode
 +
          Deinterlace method to use for streaming.
 +
 
 +
File dumpper
 +
      --demuxdump-file=<string> Dump filename
 +
           Name of the file to which the raw stream will
 +
           be dumped.
 +
      --demuxdump-append, --no-demuxdump-append
 +
                                Append to existing file (default disabled)
 +
           If the file already exists, it will not be
 +
          overwritten. (default disabled)
  
  MPEG2 video switcher stream output
+
  Dummy interface function
       --sout-switcher-files <string>
+
       --dummy-quiet, --no-dummy-quiet
                                Files
+
                                 Do not open a DOS command box interface
          Full paths of the files separated by colons.
+
                                 (default disabled)
      --sout-switcher-sizes <string>
+
           By default the dummy interface plugin will
                                 Sizes
+
           start a DOS command box. Enabling the quiet
          List of sizes separated by colons
+
           mode will not bring this command box but can
          (720x576:480x576).
+
           also be pretty annoying when you want to stop
      --sout-switcher-aspect-ratio <string>
+
          VLC and no video window is open. (default
                                 Aspect ratio
+
           disabled)
          Aspect ratio (4:3, 16:9).
+
      --dummy-save-es, --no-dummy-save-es
      --sout-switcher-port <integer>
+
                                 Save raw codec data (default disabled)
                                Command UDP port
+
           Save the raw codec data if you have
           UDP port to listen to for commands.
+
           selected/forced the dummy decoder in the main
      --sout-switcher-command <integer>
+
           options. (default disabled)
                                Command
+
       --dummy-chroma=<string>    Dummy image chroma format
           Initial command to execute.
+
          Force the dummy video output to create images
      --sout-switcher-gop <integer>
+
          using a specific chroma format instead of
                                GOP size
+
           trying to improve performances by using the
           Number of P frames between two I frames.
+
           most efficient one.
      --sout-switcher-qscale <integer>
 
                                Quantizer scale
 
           Fixed quantizer scale to use.
 
      --sout-switcher-mute-audio, --no-sout-switcher-mute-audio
 
                                Mute audio (default enabled)
 
          Mute audio when command is not 0. (default
 
           enabled)
 
 
 
ATSC A/52 (AC-3) audio decoder
 
      --a52-dynrng, --no-a52-dynrng
 
                                 A/52 dynamic range compression (default
 
                                enabled)
 
           Dynamic range compression makes the loud
 
           sounds softer, and the soft sounds louder, so
 
          you can more easily listen to the stream in a
 
          noisy environment without disturbing anyone.
 
          If you disable the dynamic range compression
 
          the playback will be more adapted to a movie
 
           theater or a listening room. (default enabled)
 
       --a52-upmix, --no-a52-upmix
 
                                Enable internal upmixing (default disabled)
 
           Enable the internal upmixing algorithm (not
 
           recommended). (default disabled)
 
  
  Standard filesystem directory input
+
  DVB subtitles decoder
       --recursive {none,collapse,expand}
+
       --dvbsub-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Subdirectory behavior
+
                                 Subpicture position
           Select whether subdirectories must be
+
          You can enforce the subpicture position on
           expanded.
+
          the video (0=center, 1=left, 2=right, 4=top,
none: subdirectories do not appear
+
           8=bottom, you can also use combinations of
           in the playlist.
+
           these values, e.g. 6=top-right).
collapse: subdirectories
+
      --dvbsub-x=<integer>      Decoding X coordinate
           appear but are expanded on first
+
           X coordinate of the rendered subtitle
           play.
+
      --dvbsub-y=<integer>      Decoding Y coordinate
expand: all subdirectories are
+
           Y coordinate of the rendered subtitle
           expanded.
+
      --sout-dvbsub-x=<integer>  Encoding X coordinate
 +
           X coordinate of the encoded subtitle
 +
      --sout-dvbsub-y=<integer>  Encoding Y coordinate
 +
           Y coordinate of the encoded subtitle
  
      --ignore-filetypes <string>
+
  DVDnav Input
                                Ignored extensions
+
       --dvdnav-angle=<integer>  DVD angle
          Files with these extensions will not be added
+
           Default DVD angle.
          to playlist when opening a directory.
+
       --dvdnav-caching=<integer> Caching value in ms
This is
+
           Caching value for DVDs. This value should be
          useful if you add directories that contain
 
          playlist files for instance. Use a
 
          comma-separated list of extensions.
 
 
 
  Fake input
 
       --fake-caching <integer>  Caching value in ms
 
           Caching value for fake streams. This value
 
          should be set in milliseconds.
 
       --fake-fps <float>        Framerate
 
          Number of frames per second (eg. 24, 25,
 
          29.97, 30).
 
      --fake-id <integer>        ID
 
          Set the ID of the fake elementary stream for
 
          use in #duplicate{} constructs (default 0).
 
      --fake-duration <integer>  Duration in ms
 
          Duration of the fake streaming before faking
 
          an end-of-file (default is 0, meaning that
 
          the stream is unlimited).
 
 
 
File input
 
      --file-caching <integer>   Caching value in ms
 
           Caching value for files. This value should be
 
 
           set in milliseconds.
 
           set in milliseconds.
       --file-cat <string>        Concatenate with additional files
+
       --dvdnav-menu, --no-dvdnav-menu
           Play split files as if they were part of a
+
                                Start directly in menu (default enabled)
           unique file. You need to specify a
+
           Start the DVD directly in the main menu. This
           comma-separated list of files.
+
           will try to skip all the useless warning
 +
           introductions. (default enabled)
  
  Record
+
  DVDRead Input (DVD without menu support)
       --record-path <string>     Record directory
+
       --dvdread-angle=<integer> DVD angle
           Directory where the record will be stored.
+
           Default DVD angle.
 +
      --dvdread-caching=<integer>
 +
                                Caching value in ms
 +
          Caching value for DVDs. This value should be
 +
          set in milliseconds.
 +
      --dvdread-css-method={title,disc,key}
 +
                                Method used by libdvdcss for decryption
 +
          Set the method used by libdvdcss for key
 +
          decryption.
 +
title: decrypted title key is
 +
          guessed from the encrypted sectors of the
 +
          stream. Thus it should work with a file as
 +
          well as the DVD device. But it sometimes
 +
          takes much time to decrypt a title key and
 +
          may even fail. With this method, the key is
 +
          only checked at the beginning of each title,
 +
          so it won't work if the key changes in the
 +
          middle of a title.
 +
disc: the disc key is
 +
          first cracked, then all title keys can be
 +
          decrypted instantly, which allows us to check
 +
          them often.
 +
key: the same as "disc" if you
 +
          don't have a file with player keys at
 +
          compilation time. If you do, the decryption
 +
          of the disc key will be faster with this
 +
          method. It is the one that was used by
 +
          libcss.
 +
The default method is: key.
  
  Timeshift
+
  Equalizer with 10 bands
       --timeshift-granularity <integer>
+
       --equalizer-preset={flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
                                 Timeshift granularity
+
                                 Equalizer preset
           This is the size of the temporary files tha
+
           Preset to use for the equalizer.
          will be used to store the timeshifted streams.
+
       --equalizer-bands=<string> Bands gain
       --timeshift-dir <string>   Timeshift directory
+
           Don't use presets, but manually specified
           Directory used to store the timeshift
+
          bands. You need to provide 10 values between
           temporary files.
+
           -20dB and 20dB, separated by spaces, e.g. "0
       --timeshift-force, --no-timeshift-force
+
          2 4 2 0 -2 -4 -2 0"
                                 Force use of the timeshift module (default
+
       --equalizer-2pass, --no-equalizer-2pass
                                disabled)
+
                                 Two pass (default disabled)
           Force use of the timeshift module even if the
+
           Filter the audio twice. This provides a more
          access declares that it can control pace or
+
           intense effect. (default disabled)
           pause. (default disabled)
+
      --equalizer-preamp=<float> Global gain
 +
          Set the global gain in dB (-20 ... 20).
  
  FTP input
+
  Extract RGB component video filter
       --ftp-caching <integer>    Caching value in ms
+
       --extract-component={16711680 (Red), 65280 (Green), 255 (Blue)}
          Caching value for FTP streams. This value
+
                                RGB component to extract
           should be set in milliseconds.
+
           RGB component to extract. 0 for Red, 1 for
      --ftp-user <string>        FTP user name
+
           Green and 2 for Blue.
          User name that will be used for the
 
          connection.
 
      --ftp-pwd <string>        FTP password
 
          Password that will be used for the connection.
 
      --ftp-account <string>    FTP account
 
           Account that will be used for the connection.
 
  
  HTTP input
+
  Fake video decoder
       --http-proxy <string>     HTTP proxy
+
       --fake-file=<string>       Image file
           HTTP proxy to be usesd It must be of the form
+
           Path of the image file for fake input.
          http://[user[:pass]@]myproxy.mydomain:myport/
+
       --fake-width=<integer>     Video width
          ; if empty, the http_proxy environment
+
           Output video width.
          variable will be tried.
+
       --fake-height=<integer>   Video height
       --http-caching <integer>   Caching value in ms
+
           Output video height.
           Caching value for HTTP streams. This value
+
       --fake-keep-ar, --no-fake-keep-ar
          should be set in milliseconds.
+
                                 Keep aspect ratio (default disabled)
       --http-user-agent <string> HTTP user agent
+
           Consider width and height as maximum values.
           User agent that will be used for the
+
           (default disabled)
          connection.
+
      --fake-aspect-ratio=<string>
       --http-reconnect, --no-http-reconnect
+
                                Background aspect ratio
                                 Auto re-connect (default disabled)
+
           Aspect ratio of the image file (4:3, 16:9).
           Automatically try to reconnect to the stream
+
          Default is square pixels.
           in case of a sudden disconnect. (default
+
       --fake-deinterlace, --no-fake-deinterlace
           disabled)
+
                                 Deinterlace video (default disabled)
       --http-continuous, --no-http-continuous
+
           Deinterlace the image after loading it.
                                 Continuous stream (default disabled)
 
           Read a file that is being constantly updated
 
          (for example, a JPG file on a server).You
 
          should not globally enable this option as it
 
          will break all other types of HTTP streams.
 
 
           (default disabled)
 
           (default disabled)
 +
      --fake-deinterlace-module={deinterlace,ffmpeg-deinterlace}
 +
                                Deinterlace module
 +
          Deinterlace module to use.
  
  Microsoft Media Server (MMS) input
+
  FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
      --mms-caching <integer>    Caching value in ms
+
       --ffmpeg-dr, --no-ffmpeg-dr
          Caching value for MMS streams. This value
+
                                 Direct rendering (default enabled)
          should be set in milliseconds.
+
           Direct rendering (default enabled)
      --mms-all, --no-mms-all    Force selection of all streams (default
+
       --ffmpeg-error-resilience=<integer>
                                disabled)
+
                                Error resilience
          MMS streams can contain several elementary
+
           Ffmpeg can do error resilience.
          streams, with different bitrates. You can
+
However, with
          choose to select all of them. (default
+
           a buggy encoder (such as the ISO MPEG-4
          disabled)
+
           encoder from M$) this can produce a lot of
       --mms-maxbitrate <integer> Maximum bitrate
+
           errors.
          Select the stream with the maximum bitrate
+
Valid values range from 0 to 4 (0
          under that limit.
+
           disables all errors resilience).
 
+
       --ffmpeg-workaround-bugs=<integer>
File stream output
+
                                Workaround bugs
      --sout-file-append, --no-sout-file-append
+
           Try to fix some bugs:
                                 Append to file (default disabled)
+
1  autodetect
           Append to file if it exists instead of
+
2  old
          replacing it. (default disabled)
+
           msmpeg4
 
+
4  xvid interlaced
HTTP stream output
+
8  ump4
       --sout-http-user <string> Username
+
16 no
          User name that will be requested to access
+
           padding
           the stream.
+
32 ac vlc
      --sout-http-pwd <string>  Password
+
64 Qpel chroma.
           Password that will be requested to access the
+
This must
          stream.
+
           be the sum of the values. For example, to fix
      --sout-http-mime <string>  Mime
+
           "ac vlc" and "ump4", enter 40.
           MIME returned by the server (autodetected if
+
       --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
           not specified.
+
                                 Hurry up (default disabled)
      --sout-http-cert <string>  Certificate file
+
           The decoder can partially decode or skip
          Path to the x509 PEM certificate file that
+
           frame(s) when there is not enough time. It's
           will be used for HTTPS.
+
           useful with low CPU power but it can produce
       --sout-http-key <string>   Private key file
+
           distorted pictures. (default disabled)
           Path to the x509 PEM private key file that
+
       --ffmpeg-vismv=<integer>   Visualize motion vectors
          will be used for HTTPS. Leave empty if you
+
          You can overlay the motion vectors (arrows
          don't have one.
+
           showing how the images move) on the image.
      --sout-http-ca <string>    Root CA file
+
           This value is a mask, based on these
           Path to the x509 PEM trusted root CA
+
           values:
          certificates (certificate authority) file
+
1 - visualize forward predicted MVs
          that will be used for HTTPS. Leave empty if
+
           of P frames
          you don't have one.
+
2 - visualize forward predicted
      --sout-http-crl <string>  CRL file
+
           MVs of B frames
           Path to the x509 PEM Certificates Revocation
+
4 - visualize backward
          List file that will be used for SSL. Leave
+
          predicted MVs of B frames
          empty if you don't have one.
+
To visualize all
      --sout-http-bonjour, --no-sout-http-bonjour
+
           vectors, the value should be 7.
                                Advertise with Bonjour (default disabled)
+
       --ffmpeg-lowres=<integer> Low resolution decoding
           Advertise the stream with the Bonjour
+
           Only decode a low resolution version of the
          protocol. (default disabled)
+
           video. This requires less processing power
 
+
       --ffmpeg-skiploopfilter={0 (None), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)}
IceCAST output
+
                                Skip the loop filter for H.264 decoding
      --sout-shout-name <string> Stream name
+
           Skipping the loop filter (aka deblocking)
          Name to give to this stream/channel on the
+
           usually has a detrimental effect on quality.
           shoutcast/icecast server.
+
           However it provides a big speedup for high
      --sout-shout-description <string>
+
           definition streams.
                                Stream description
+
       --ffmpeg-pp-q=<integer>   Post processing quality
          Description of the stream content or
+
          Quality of post processing. Valid range is 0
          information about your channel.
+
           to 6
       --sout-shout-mp3, --no-sout-shout-mp3
+
Higher levels require considerable more
                                 Stream MP3 (default disabled)
+
           CPU power, but produce better looking
           You normally have to feed the shoutcast
+
           pictures.
           module with Ogg streams. It is also possible
+
       --ffmpeg-pp-name=<string> FFmpeg post processing filter chains
           to stream MP3 instead, so you can forward MP3
+
           <filterName>[:<option>[:<option>...]][[,|/][-]
           streams to the shoutcast/icecast server.
+
          <filterName>[:<option>...]]...
          (default disabled)
+
long form
       --sout-shout-genre <string>
+
           example:
                                Genre description
+
vdeblock:autoq/hdeblock:autoq/linblen
           Genre of the content.  
+
           ddeint    default,-vdeblock
      --sout-shout-url <string>  URL description
+
short form
           URL with information about the stream or your
+
           example:
           channel.
+
vb:a/hb:a/lb de,-vb
      --sout-shout-bitrate <string>
+
more examples:
                                Bitrate
+
tn
           Bitrate information of the transcoded stream.
+
           :64:128:256
      --sout-shout-samplerate <string>
+
Filters                     
                                Samplerate
+
           Options
           Samplerate information of the transcoded
+
short  long name       short  long
          stream.
+
          option    Description
      --sout-shout-channels <string>
+
*      *             
                                Number of channels
+
           a      autoq           cpu power dependant
           Number of channels information of the
+
           enabler
          transcoded stream.  
+
                      c      chrom
       --sout-shout-quality <string>
+
                  chrominance filtring enabled
                                Ogg Vorbis Quality
+
     
           Ogg Vorbis Quality information of the
+
                        y       nochrom       
           transcoded stream.  
+
          chrominance filtring disabled
       --sout-shout-public, --no-sout-shout-public
+
hb    hdeblock
                                Stream public (default disabled)
+
                (2 Threshold)           horizontal
          Make the server publicly available on the
+
           deblocking filter
           'Yellow Pages' (directory listing of streams)
+
      1. difference
           on the icecast/shoutcast website. Requires
+
           factor: default=64, higher -> more
           the bitrate information specified for
+
          deblocking
           shoutcast. Requires Ogg streaming for
+
      2. flatness threshold:
          icecast. (default disabled)
+
          default=40, lower -> more deblocking
 
+
       
UDP stream output
+
                        the h & v deblocking filters
       --sout-udp-caching <integer>
+
           share these
                                Caching value (ms)
+
                      so u cant
           Default caching value for outbound UDP
+
           set different thresholds for h / v
           streams. This value should be set in
+
vb   
           milliseconds.
+
          vdeblock       (2 Threshold)         
       --sout-udp-ttl <integer>   Time-To-Live (TTL)
+
          vertical deblocking filter
           Time-To-Live of the outgoing stream.
+
h1    x1hdeblock
      --sout-udp-group <integer> Group packets
+
                                      Experimental h
           Packets can be sent one by one at the right
+
           deblock filter 1
           time or by groups. You can choose the number
+
v1    x1vdeblock            
           of packets that will be sent at a time. It
+
                            Experimental v deblock
           helps reducing the scheduling load on
+
           filter 1
           heavily-loaded systems.
+
dr    dering                     
       --sout-udp-raw, --no-sout-udp-raw
+
                    Deringing filter
                                Raw write (default disabled)
+
al    autolevels
           Packets will be sent directly, without trying
+
                                      automatic
           to fill the MTU (ie, without trying to make
+
           brightness / contrast
           the biggest possible packets in order to
+
                     
          improve streaming). (default disabled)
+
          f      fullyrange      stretch luminance to
 
+
           (0..255)
Real RTSP
+
lb    linblenddeint               
       --realrtsp-caching <integer>
+
                    linear blend deinterlacer
                                Caching value (ms)
+
li    
           Caching value for RTSP streams. This value
+
           linipoldeint                         
           should be set in milliseconds.
+
           linear interpolating deinterlace
 
+
ci    
SMB input
+
           cubicipoldeint                          cubic
      --smb-caching <integer>   Caching value in ms
+
           interpolating deinterlacer
           Caching value for SMB streams. This value
+
md    mediandeint
           should be set in milliseconds.
+
                                      median
      --smb-user <string>       SMB user name
+
           deinterlacer
           User name that will be used for the
+
fd    ffmpegdeint             
           connection.
+
                        ffmpeg deinterlacer
      --smb-pwd <string>        SMB password
+
de   
           Password that will be used for the connection.
+
           default                               
      --smb-domain <string>      SMB domain
+
           hb:a,vb:a,dr:a,al
           Domain/Workgroup that will be used for the
+
fa    fast               
           connection.
+
                            h1:a,v1:a,dr:a,al
 
+
tn   
TCP input
+
          tmpnoise        (3 Thresholds)        
      --tcp-caching <integer>   Caching value in ms
+
           Temporal Noise Reducer
           Caching value for TCP streams. This value
+
                     
           should be set in milliseconds.
+
          1. <= 2. <= 3.         larger -> stronger
 
+
           filtering
UDP/RTP input
+
fq    forceQuant      <quantizer>
      --udp-caching <integer>   Caching value in ms
+
                    Force quantizer
           Caching value for UDP streams. This value
 
           should be set in milliseconds.
 
      --rtp-late <integer>      RTP reordering timeout in ms
 
           VLC reorders RTP packets. The input will wait
 
           for late packets at most the time specified
 
           here (in milliseconds).
 
      --udp-auto-mtu, --no-udp-auto-mtu
 
                                Autodetection of MTU (default enabled)
 
           Automatically detect the line's MTU. This
 
           will increase the size if truncated packets
 
          are found (default enabled)
 
  
Image properties filter
+
       --ffmpeg-debug=<integer>   Debug mask
       --contrast <float>         Image contrast (0-2)
+
           Set ffmpeg debug mask
           Set the image contrast, between 0 and 2.
+
       --sout-ffmpeg-hq={rd,bits,simple}
          Defaults to 1.
+
                                Quality level
       --brightness <float>      Image brightness (0-2)
+
          Quality level for the encoding of motions
           Set the image brightness, between 0 and 2.
+
           vectors (this can slow down the encoding very
           Defaults to 1.
+
           much).
       --hue <integer>           Image hue (0-360)
+
       --sout-ffmpeg-keyint=<integer>
           Set the image hue, between 0 and 360.
+
                                Ratio of key frames
           Defaults to 0.
+
           Number of frames that will be coded for one
       --saturation <float>       Image saturation (0-3)
+
           key frame.
           Set the image saturation, between 0 and 3.
+
       --sout-ffmpeg-bframes=<integer>
           Defaults to 1.
+
                                Ratio of B frames
       --gamma <float>            Image gamma (0-10)
+
           Number of B frames that will be coded between
           Set the image gamma, between 0.01 and 10.
+
           two reference frames.
           Defaults to 1.
+
       --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up
       --brightness-threshold, --no-brightness-threshold
+
                                Hurry up (default disabled)
                                 Brightness threshold (default disabled)
+
          The encoder can make on-the-fly quality
           When this mode is enabled, pixels will be
+
           tradeoffs if your CPU can't keep up with the
           shown as black or white. The threshold value
+
          encoding rate. It will disable trellis
          will be the brighness defined below. (default
+
          quantization, then the rate distortion of
          disabled)
+
          motion vectors (hq), and raise the noise
 
+
           reduction threshold to ease the encoder's
DirectX audio output
+
          task. (default disabled)
       --directx-audio-device <integer>
+
       --sout-ffmpeg-interlace, --no-sout-ffmpeg-interlace
                                 Output device
+
                                 Interlaced encoding (default disabled)
           DirectX device number: 0 default device, 1..N
+
           Enable dedicated algorithms for interlaced
          device by number(Note that the default device
+
           frames. (default disabled)
           appears as 0 AND another number).
+
       --sout-ffmpeg-interlace-me, --no-sout-ffmpeg-interlace-me
       --directx-audio-float32, --no-directx-audio-float32
+
                                 Interlaced motion estimation (default enabled)
                                 Use float32 output (default disabled)
+
          Enable interlaced motion estimation
           The option allows you to enable or disable
+
           algorithms. This requires more CPU. (default
          the high-quality float32 audio output mode
+
           enabled)
          (which is not well supported by some
+
      --sout-ffmpeg-vt=<integer> Video bitrate tolerance
           soundcards). (default disabled)
+
          Video bitrate tolerance in kbit/s.
 
+
       --sout-ffmpeg-pre-me, --no-sout-ffmpeg-pre-me
File audio output
+
                                 Pre-motion estimation (default disabled)
       --audiofile-format {u8,s8,u16,s16,u16_le,s16_le,u16_be,s16_be,fixed32,float32,spdif}
+
           Enable the pre-motion estimation algorithm.
                                 Output format
+
           (default disabled)
           One of "u8", "s8", "u16", "s16", "u16_le",
+
       --sout-ffmpeg-strict-rc, --no-sout-ffmpeg-strict-rc
           "s16_le", "u16_be", "s16_be", "fixed32",
+
                                 Strict rate control (default disabled)
          "float32" or "spdif"
+
           Enable the strict rate control algorithm.
       --audiofile-channels <integer>
+
           (default disabled)
                                 Number of output channels
+
       --sout-ffmpeg-rc-buffer-size=<integer>
           By default, all the channels of the incoming
+
                                 Rate control buffer size
           will be saved but you can restrict the number
+
           Rate control buffer size (in kbytes). A
          of channels here.
+
           bigger buffer will allow for better rate
       --audiofile-file <string> Output file
+
          control, but will cause a delay in the stream.
          File to which the audio samples will be
+
       --sout-ffmpeg-rc-buffer-aggressivity=<float>
           written to.
+
                                Rate control buffer aggressiveness
       --audiofile-wav, --no-audiofile-wav
+
           Rate control buffer aggressiveness.
                                 Add WAVE header (default enabled)
+
       --sout-ffmpeg-i-quant-factor=<float>
           Instead of writing a raw file, you can add a
+
                                 I quantization factor
           WAV header to the file. (default enabled)
+
           Quantization factor of I frames, compared
 
+
           with P frames (for instance 1.0 => same
AVI demuxer
+
          qscale for I and P frames).
       --avi-interleaved, --no-avi-interleaved
+
      --sout-ffmpeg-noise-reduction=<integer>
                                 Force interleaved method (default disabled)
+
                                Noise reduction
           Force interleaved method. (default disabled)
+
          Enable a simple noise reduction algorithm to
       --avi-index {0 (Ask), 1 (Always fix), 2 (Never fix)}
+
          lower the encoding length and bitrate, at the
                                 Force index creation
+
          expense of lower quality frames.
           Recreate a index for the AVI file. Use this
+
       --sout-ffmpeg-mpeg4-matrix, --no-sout-ffmpeg-mpeg4-matrix
          if your AVI file is damaged or incomplete
+
                                 MPEG4 quantization matrix (default disabled)
          (not seekable).
+
           Use the MPEG4 quantization matrix for MPEG2
 
+
          encoding. This generally yields a better
Audio CD input
+
          looking picture, while still retaining the
       --cdda-caching <integer>   Caching value in ms
+
          compatibility with standard MPEG2 decoders.
          Default caching value for Audio CDs. This
+
          (default disabled)
           value should be set in milliseconds.
+
       --sout-ffmpeg-qmin=<integer>
       --cdda-track <integer>    (null)
+
                                 Minimum video quantizer scale
       --cdda-first-sector <integer>
+
           Minimum video quantizer scale.
                                 (null)
+
       --sout-ffmpeg-qmax=<integer>
       --cdda-last-sector <integer>
+
                                Maximum video quantizer scale
                                 (null)
+
           Maximum video quantizer scale.
       --cddb-server <string>     CDDB Server
+
       --sout-ffmpeg-trellis, --no-sout-ffmpeg-trellis
           Address of the CDDB server to use.
+
                                Trellis quantization (default disabled)
       --cddb-port <integer>     CDDB port
+
          Enable trellis quantization (rate distortion
           CDDB Server port to use.
+
          for block coefficients). (default disabled)
 
+
       --sout-ffmpeg-qscale=<float>
Clone video filter
+
                                 Fixed quantizer scale
       --clone-count <integer>   Number of clones
+
          A fixed video quantizer scale for VBR
           Number of video windows in which to clone the
+
          encoding (accepted values: 0.01 to 255.0).
           video.
+
       --sout-ffmpeg-strict=<integer>
       --clone-vout-list <string> Video output modules
+
                                 Strict standard compliance
           You can use specific video output modules for
+
          Force a strict standard compliance when
           the clones. Use a comma-separated list of
+
          encoding (accepted values: -1, 0, 1).
          modules.
+
       --sout-ffmpeg-lumi-masking=<float>
 
+
                                Luminance masking
Crop video filter
+
           Raise the quantizer for very bright
       --crop-geometry <string>   Crop geometry (pixels)
+
          macroblocks (default: 0.0).
           Set the geometry of the zone to crop. This is
+
       --sout-ffmpeg-dark-masking=<float>
           set as <width> x <height> + <left offset> +
+
                                Darkness masking
           <top offset>.
+
           Raise the quantizer for very dark macroblocks
       --autocrop, --no-autocrop  Automatic cropping (default disabled)
+
          (default: 0.0).
           Automatic black border cropping. (default
+
       --sout-ffmpeg-p-masking=<float>
          disabled)
+
                                Motion masking
 +
           Raise the quantizer for macroblocks with a
 +
           high temporal complexity (default: 0.0).
 +
       --sout-ffmpeg-border-masking=<float>
 +
                                Border masking
 +
           Raise the quantizer for macroblocks at the
 +
           border of the frame (default: 0.0).
 +
       --sout-ffmpeg-luma-elim-threshold=<integer>
 +
                                Luminance elimination
 +
           Eliminates luminance blocks when the PSNR
 +
           isn't much changed (default: 0.0). The H264
 +
           specification recommends -4.
 +
       --sout-ffmpeg-chroma-elim-threshold=<integer>
 +
                                Chrominance elimination
 +
          Eliminates chrominance blocks when the PSNR
 +
          isn't much changed (default: 0.0). The H264
 +
           specification recommends 7.
  
  Deinterlacing video filter
+
  Freetype2 font renderer
       --deinterlace-mode {discard,blend,mean,bob,linear,x}
+
      --freetype-font=<string>  Font
                                 Deinterlace mode
+
          Filename for the font you want to use
           Deinterlace method to use for local playback.
+
      --freetype-fontsize=<integer>
       --sout-deinterlace-mode {discard,blend,mean,bob,linear,x}
+
                                Font size in pixels
                                 Streaming deinterlace mode
+
          This is the default size of the fonts that
           Deinterlace method to use for streaming.
+
          will be rendered on the video. If set to
 
+
          something different than 0 this option will
File dumpper
+
          override the relative font size.
       --demuxdump-file <string>  Dump filename
+
       --freetype-opacity=<integer>
           Name of the file to which the raw stream will
+
                                Opacity
           be dumped.
+
          The opacity (inverse of transparency) of the
       --demuxdump-append, --no-demuxdump-append
+
          text that will be rendered on the video. 0 =
                                 Append to existing file (default disabled)
+
          transparent, 255 = totally opaque.
           If the file already exists, it will not be
+
      --freetype-color={0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
           overwritten. (default disabled)
+
                                 Text default color
 +
          The color of the text that will be rendered
 +
          on the video. This must be an hexadecimal
 +
          (like HTML colors). The first two chars are
 +
           for red, then green, then blue. #000000 =
 +
          black, #FF0000 = red, #00FF00 = green,
 +
          #FFFF00 = yellow (red + green), #FFFFFF =
 +
          white
 +
       --freetype-rel-fontsize={20 (Smaller), 18 (Small), 16 (Normal), 12 (Large), 6 (Larger)}
 +
                                 Relative font size
 +
           This is the relative default size of the
 +
          fonts that will be rendered on the video. If
 +
          absolute font size is set, relative size will
 +
          be overriden.
 +
       --freetype-effect={1 (Background), 2 (Outline), 3 (Fat Outline)}
 +
                                Font Effect
 +
           It is possible to apply effects to the
 +
           rendered text to improve its readability.
 +
       --freetype-yuvp, --no-freetype-yuvp
 +
                                 Use YUVP renderer (default disabled)
 +
           This renders the font using "paletized YUV".
 +
          This option is only needed if you want to
 +
           encode into DVB subtitles (default disabled)
  
  DirectShow input
+
  Mouse gestures control interface
       --dshow-caching <integer> Caching value in ms
+
       --gestures-threshold=<integer>
           Caching value for DirectShow streams. This
+
                                Motion threshold (10-100)
           value should be set in millisecondss.
+
           Amount of movement required for a mouse
       --dshow-vdev {,none}       Video device name
+
           gesture to be recorded.
          Name of the video device that will be used by
+
       --gestures-button={left,middle,right}
           the DirectShow plugin. If you don't specify
+
                                Trigger button
          anything, the default device will be used.
+
           Trigger button for mouse gestures.
       --dshow-adev {,none}      Audio device name
+
 
          Name of the audio device that will be used by
+
GnuTLS TLS encryption layer
          the DirectShow plugin. If you don't specify
+
       --tls-check-cert, --no-tls-check-cert
           anything, the default device will be used.
+
                                Check TLS/SSL server certificate validity
           You can specify a standard size (cif, d1,
+
                                (default enabled)
           ...) or <width>x<height>
+
           This ensures that the server certificate is
       --dshow-size <string>      Video size
+
           valid (i.e. signed by an approved
           Size of the video that will be displayed by
+
           Certification Authority). (default enabled)
           the DirectShow plugin. If you don't specify
+
       --tls-check-hostname, --no-tls-check-hostname
           anything the default size for your device
+
                                Check TLS/SSL server hostname in certificate
          will be used.
+
                                (default enabled)
       --dshow-chroma <string>   Video input chroma format
+
           This ensures that the server hostname in
           Force the DirectShow video input to use a
+
           certificate matches the requested host name.
           specific chroma format (eg. I420 (default),
+
           (default enabled)
           RV24, etc.)
+
       --gnutls-dh-bits=<integer> Diffie-Hellman prime bits
       --dshow-fps <float>       Video input frame rate
+
           This allows you to modify the Diffie-Hellman
           Force the DirectShow video input to use a
+
          prime's number of bits, used for TLS or
           specific frame rate(eg. 0 means default, 25,
+
           SSL-based server-side encryption. This is
           29.97, 50, 59.94, etc.)
+
           generally not needed.
       --dshow-config, --no-dshow-config
+
       --gnutls-cache-expiration=<integer>
                                 Device properties (default disabled)
+
                                Expiration time for resumed TLS sessions
           Show the properties dialog of the selected
+
           It is possible to cache the resumed TLS
           device before starting the stream. (default
+
           sessions. This is the expiration time of the
          disabled)
+
           sessions stored in this cache, in seconds.
       --dshow-tuner, --no-dshow-tuner
+
       --gnutls-cache-size=<integer>
                                Tuner properties (default disabled)
+
                                 Number of resumed TLS sessions
           Show the tuner properties [channel selection]
+
           This is the maximum number of resumed TLS
           page. (default disabled)
+
           sessions that the cache will hold.
       --dshow-tuner-channel <integer>
+
 
                                Tuner TV Channel
+
Goom effect
           Set the TV channel the tuner will set to (0
+
       --goom-width=<integer>    Goom display width
           means default).
+
           This allows you to set the resolution of the
       --dshow-tuner-country <integer>
+
           Goom display (bigger resolution will be
                                Tuner country code
+
          prettier but more CPU intensive).
           Set the tuner country code that establishes
+
       --goom-height=<integer>   Goom display height
           the current channel-to-frequency mapping (0
+
           This allows you to set the resolution of the
          means default).
+
          Goom display (bigger resolution will be
       --dshow-tuner-input {0 (Default), 1 (Cable), 2 (Antenna)}
+
           prettier but more CPU intensive).
                                 Tuner input type
+
       --goom-speed=<integer>     Goom animation speed
           Select the tuner input type (Cable/Antenna).
+
           This allows you to set the animation speed
       --dshow-video-input <integer>
+
           (between 1 and 10, defaults to 6).
                                Video input pin
+
 
           Select the video input source, such as
+
Gradient video filter
           composite, s-video, or tuner. Since these
+
       --gradient-mode={gradient,edge,hough}
           settings are hardware-specfic, you should
+
                                 Distort mode
           find good settings in the "Device config"
+
          Distort mode, one of "gradient", "edge" and
          area, and use those numbers here. -1 means
+
           "hough".
          that settings will not be changed.
+
       --gradient-type=<integer> Gradient image type
       --dshow-audio-input <integer>
+
           Gradient image type (0 or 1). 0 will turn the
                                Audio input pin
+
           image to white while 1 will keep colors.
           Select the audio input source. See the "video
+
      --gradient-cartoon, --no-gradient-cartoon
           input" option.
+
                                Apply cartoon effect (default enabled)
       --dshow-video-output <integer>
+
           Apply cartoon effect. It is only used by
                                Video output pin
+
           "gradient" and "edge". (default enabled)
           Select the video output type. See the "video
+
 
          input" option.
+
Growl Notification Plugin
       --dshow-audio-output <integer>
+
       --growl-server=<string>   Growl server
                                Audio output pin
+
          This is the host to which Growl notifications
           Select the audio output type. See the "video
+
           will be sent. By default, notifications are
          input" option.
+
           sent locally.
       --dshow-amtuner-mode {0 (Default), 1 (TV), 2 (FM radio), 4 (AM radio), 8 (DSS)}
+
       --growl-password=<string> Growl password
                                AM Tuner mode
+
           Growl password on the server.
           AM Tuner mode. Can be one of DEFAULT, TV,
+
       --growl-port=<integer>     Growl UDP port
          AM_RADIO, FM_RADIO or DSS.
+
           Growl UDP port on the server.
 +
 
 +
H264 video demuxer
 +
       --h264-fps=<float>        Frames per Second
 +
           Desired frame rate for the H264 stream.
  
  Dummy interface function
+
  Headphone virtual spatialization effect
       --dummy-quiet, --no-dummy-quiet
+
       --headphone-dim=<integer>  Characteristic dimension
                                Do not open a DOS command box interface
+
          Distance between front left speaker and
                                 (default disabled)
+
          listener in meters.
           By default the dummy interface plugin will
+
      --headphone-compensate, --no-headphone-compensate
           start a DOS command box. Enabling the quiet
+
                                 Compensate delay (default disabled)
           mode will not bring this command box but can
+
           The delay which is introduced by the physical
           also be pretty annoying when you want to stop
+
           algorithm may sometimes be disturbing for the
           VLC and no video window is open. (default
+
           synchronization between lips-movement and
          disabled)
+
           speech. In case, turn this on to compensate.
       --dummy-save-es, --no-dummy-save-es
+
           (default disabled)
                                 Save raw codec data (default disabled)
+
       --headphone-dolby, --no-headphone-dolby
           Save the raw codec data if you have
+
                                 No decoding of Dolby Surround (default
           selected/forced the dummy decoder in the main
+
                                disabled)
           options. (default disabled)
+
           Dolby Surround encoded streams won't be
      --dummy-chroma <string>    Dummy image chroma format
+
          decoded before being processed by this
          Force the dummy video output to create images
+
           filter. Enabling this setting is not
          using a specific chroma format instead of
+
           recommended. (default disabled)
          trying to improve performances by using the
 
          most efficient one.
 
  
  DVB subtitles decoder
+
  HTTP remote control interface
       --dvbsub-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
       --http-host=<string>      Host address
                                Subpicture position
+
          Address and port the HTTP interface will
           You can enforce the subpicture position on
+
          listen on. It defaults to all network
           the video (0=center, 1=left, 2=right, 4=top,
+
          interfaces (0.0.0.0). If you want the HTTP
           8=bottom, you can also use combinations of
+
          interface to be available only on the local
          these values, e.g. 6=top-right).
+
          machine, enter 127.0.0.1
       --dvbsub-x <integer>       Decoding X coordinate
+
      --http-src=<string>        Source directory
           X coordinate of the rendered subtitle
+
          Source directory
       --dvbsub-y <integer>       Decoding Y coordinate
+
      --http-charset=<string>    Charset
           Y coordinate of the rendered subtitle
+
          Charset declared in Content-Type header
       --sout-dvbsub-x <integer> Encoding X coordinate
+
          (default UTF-8).
           X coordinate of the encoded subtitle
+
      --http-handlers=<string>  Handlers
       --sout-dvbsub-y <integer> Encoding Y coordinate
+
           List of handler extensions and executable
           Y coordinate of the encoded subtitle
+
           paths (for instance: php=/usr/bin/php,pl=/usr/
 +
           bin/perl).
 +
       --http-intf-cert=<string> Certificate file
 +
          HTTP interface x509 PEM certificate file
 +
           (enables SSL).
 +
       --http-intf-key=<string>   Private key file
 +
           HTTP interface x509 PEM private key file.
 +
       --http-intf-ca=<string>   Root CA file
 +
          HTTP interface x509 PEM trusted root CA
 +
           certificates file.
 +
       --http-intf-crl=<string>   CRL file
 +
          HTTP interace Certificates Revocation List
 +
           file.
  
  DVDnav Input
+
  Image video output
       --dvdnav-angle <integer>  DVD angle
+
       --image-out-format={png,jpeg}
           Default DVD angle.
+
                                Image format
       --dvdnav-caching <integer> Caching value in ms
+
           Format of the output images (png or jpg).
           Caching value for DVDs. This value should be
+
       --image-width=<integer>   Image width
           set in milliseconds.
+
           You can enforce the image width. By default
       --dvdnav-menu, --no-dvdnav-menu
+
           (-1) VLC will adapt to the video
                                Start directly in menu (default enabled)
+
          characteristics.
           Start the DVD directly in the main menu. This
+
       --image-height=<integer>  Image height
           will try to skip all the useless warning
+
           You can enforce the image height. By default
           introductions. (default enabled)
+
           (-1) VLC will adapt to the video
 
+
           characteristics.
DVDRead Input (DVD without menu support)
+
       --image-out-ratio=<integer>
       --dvdread-angle <integer>  DVD angle
+
                                 Recording ratio
          Default DVD angle.
+
           Ratio of images to record. 3 means that one
      --dvdread-caching <integer>
+
           image out of three is recorded.
                                 Caching value in ms
+
       --image-out-prefix=<string>
           Caching value for DVDs. This value should be
+
                                 Filename prefix
           set in milliseconds.
+
           Prefix of the output images filenames. Output
       --dvdread-css-method {title,disc,key}
+
           filenames will have the "prefixNUMBER.format"
                                 Method used by libdvdcss for decryption
+
           form.
          Set the method used by libdvdcss for key
+
      --image-out-replace, --no-image-out-replace
           decryption.
+
                                Always write to the same file (default
title: decrypted title key is
+
                                disabled)
          guessed from the encrypted sectors of the
+
           Always write to the same file instead of
          stream. Thus it should work with a file as
+
           creating one file per image. In this case,
           well as the DVD device. But it sometimes
+
           the number is not appended to the filename.
           takes much time to decrypt a title key and
+
           (default disabled)
          may even fail. With this method, the key is
 
          only checked at the beginning of each title,
 
          so it won't work if the key changes in the
 
          middle of a title.
 
disc: the disc key is
 
           first cracked, then all title keys can be
 
          decrypted instantly, which allows us to check
 
          them often.
 
key: the same as "disc" if you
 
           don't have a file with player keys at
 
          compilation time. If you do, the decryption
 
           of the disc key will be faster with this
 
          method. It is the one that was used by
 
           libcss.
 
The default method is: key.
 
  
  Equalizer with 10 bands
+
  RTP/RTSP/SDP demuxer (using Live555)
       --equalizer-preset {flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
+
       --rtsp-tcp, --no-rtsp-tcp  Use RTP over RTSP (TCP) (default disabled)
                                Equalizer preset
+
           Use RTP over RTSP (TCP) (default disabled)
           Preset to use for the equalizer.
+
       --rtp-client-port=<integer>
       --equalizer-bands <string> Bands gain
+
                                Client port
          Don't use presets, but manually specified
+
           Port to use for the RTP source of the session
           bands. You need to provide 10 values between
+
       --rtsp-http, --no-rtsp-http
          -20dB and 20dB, separated by spaces, e.g. "0
+
                                 Tunnel RTSP and RTP over HTTP (default
          2 4 2 0 -2 -4 -2 0"
+
                                disabled)
       --equalizer-2pass, --no-equalizer-2pass
+
           Tunnel RTSP and RTP over HTTP (default
                                 Two pass (default disabled)
+
           disabled)
           Filter the audio twice. This provides a more
+
       --rtsp-http-port=<integer> HTTP tunnel port
           intense effect. (default disabled)
+
           Port to use for tunneling the RTSP/RTP over
       --equalizer-preamp <float> Global gain
+
          HTTP.
           Set the global gain in dB (-20 ... 20).
+
       --rtsp-caching=<integer>   Caching value (ms)
 
+
           Allows you to modify the default caching
Fake video decoder
+
           value for RTSP streams. This value should be
       --fake-file <string>       Image file
+
           set in millisecond units.
           Path of the image file for fake input.
+
       --rtsp-kasenna, --no-rtsp-kasenna
      --fake-width <integer>    Video width
+
                                 Kasenna RTSP dialect (default disabled)
           Output video width.
+
           Kasenna servers use an old and unstandard
      --fake-height <integer>    Video height
+
          dialect of RTSP. When you set this parameter,
           Output video height.
+
          VLC will try this dialect for communication.
       --fake-keep-ar, --no-fake-keep-ar
+
          In this mode you cannot connect to normal
                                 Keep aspect ratio (default disabled)
+
           RTSP servers. (default disabled)
           Consider width and height as maximum values.
+
       --rtsp-user=<string>       RTSP user name
           (default disabled)
+
           Allows you to modify the user name that will
       --fake-aspect-ratio <string>
+
           be used for authenticating the connection.
                                Background aspect ratio
+
       --rtsp-pwd=<string>        RTSP password
           Aspect ratio of the image file (4:3, 16:9).
+
          Allows you to modify the password that will
           Default is square pixels.
+
          be used for the connection.
       --fake-deinterlace, --no-fake-deinterlace
+
 
                                Deinterlace video (default disabled)
+
File logging
           Deinterlace the image after loading it.
+
      --logfile=<string>        Log filename
           (default disabled)
+
          Specify the log filename.
       --fake-deinterlace-module {deinterlace,ffmpeg-deinterlace}
+
      --logmode={text,html}      Log format
                                Deinterlace module
+
           Specify the log format. Available choices are
           Deinterlace module to use.
+
           "text" (default) and "html".
 +
       --rrd-file=<string>        RRD output file
 +
           Output data for RRDTool in this file.
  
  Freetype2 font renderer
+
  Logo video filter
       --freetype-font <string>   Font
+
       --logo-file=<string>       Logo filenames
           Filename for the font you want to use
+
           Full path of the image files to use. Format
       --freetype-fontsize <integer>
+
          is <image>[,<delay in ms>[,<alpha>]][;<image>[
                                Font size in pixels
+
          ,<delay>[,<alpha>]]][;...]. If you only have
           This is the default size of the fonts that
+
          one file, simply enter its filename.
           will be rendered on the video. If set to
+
       --logo-x=<integer>         X coordinate
           something different than 0 this option will
+
          X coordinate of the logo. You can move the
           override the relative font size.
+
          logo by left-clicking it.
       --freetype-opacity <integer>
+
      --logo-y=<integer>        Y coordinate
                                Opacity
+
          Y coordinate of the logo. You can move the
           The opacity (inverse of transparency) of the
+
          logo by left-clicking it.
           text that will be rendered on the video. 0 =
+
      --logo-delay=<integer>    Logo individual image time in ms
          transparent, 255 = totally opaque.  
+
          Individual image display time of 0 - 60000 ms.
       --freetype-color {0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
+
      --logo-repeat=<integer>    Logo animation # of loops
                                 Text default color
+
           Number of loops for the logo animation.-1 =
           The color of the text that will be rendered
+
          continuous, 0 = disabled
           on the video. This must be an hexadecimal
+
      --logo-transparency=<integer>
           (like HTML colors). The first two chars are
+
                                Transparency of the logo
           for red, then green, then blue. #000000 =
+
          Logo transparency value (from 0 for full
           black, #FF0000 = red, #00FF00 = green,
+
          transparency to 255 for full opacity).
          #FFFF00 = yellow (red + green), #FFFFFF =
+
      --logo-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
          white
+
                                Logo position
       --freetype-rel-fontsize {20 (Smaller), 18 (Small), 16 (Normal), 12 (Large), 6 (Larger)}
+
           Enforce the logo position on the video
                                Relative font size
+
          (0=center, 1=left, 2=right, 4=top, 8=bottom,
          This is the relative default size of the
+
          you can also use combinations of these
           fonts that will be rendered on the video. If
+
          values, eg 6 = top-right).
          absolute font size is set, relative size will
+
 
          be overriden.
+
Marquee display
      --freetype-effect {1 (Background), 2 (Outline), 3 (Fat Outline)}
+
      --marq-marquee=<string>    Text
                                Font Effect
+
          Marquee text to display. (Available format
           It is possible to apply effects to the
+
          strings: Time related: %Y = year, %m = month,
          rendered text to improve its readability.
+
          %d = day, %H = hour, %M = minute, %S =
       --freetype-yuvp, --no-freetype-yuvp
+
          second, ... Meta data related: $a = artist,
                                Use YUVP renderer (default disabled)
+
          $b = album, $c = copyright, $d = description,
           This renders the font using "paletized YUV".
+
          $e = encoded by, $g = genre, $l = language,
           This option is only needed if you want to
+
          $n = track num, $p = now playing, $r =
           encode into DVB subtitles (default disabled)
+
          rating, $s = subtitles language, $t = title,
 +
          $u = url, $A = date, $B = audio bitrate (in
 +
          kb/s), $C = chapter,$D = duration, $F = full
 +
          name with path, $I = title, $L = time left,
 +
           $N = name, $O = audio language, $P = position
 +
          (in %), $R = rate, $S = audio sample rate (in
 +
          kHz), $T = time, $U = publisher, $V = volume,
 +
          $_ = new line)
 +
      --marq-x=<integer>        X offset
 +
          X offset, from the left screen edge.
 +
      --marq-y=<integer>        Y offset
 +
          Y offset, down from the top.
 +
      --marq-position=<integer>  Marquee position
 +
          You can enforce the marquee position on the
 +
          video (0=center, 1=left, 2=right, 4=top,
 +
          8=bottom, you can also use combinations of
 +
           these values, eg 6 = top-right).
 +
       --marq-opacity=<integer>   Opacity
 +
           Opacity (inverse of transparency) of
 +
           overlayed text. 0 = transparent, 255 =
 +
          totally opaque.  
 +
       --marq-color={-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
 +
                                 Color
 +
           Color of the text that will be rendered on
 +
           the video. This must be an hexadecimal (like
 +
           HTML colors). The first two chars are for
 +
           red, then green, then blue. #000000 = black,
 +
           #FF0000 = red, #00FF00 = green, #FFFF00 =
 +
          yellow (red + green), #FFFFFF = white
 +
       --marq-size=<integer>      Font size, pixels
 +
           Font size, in pixels. Default is -1 (use
 +
           default font size).
 +
       --marq-timeout=<integer>  Timeout
 +
           Number of milliseconds the marquee must
 +
           remain displayed. Default value is 0 (remains
 +
           forever).
  
  Mouse gestures control interface
+
  M-JPEG camera demuxer
       --gestures-threshold <integer>
+
       --mjpeg-fps=<float>       Frames per Second
                                Motion threshold (10-100)
+
          This is the desired frame rate when playing
           Amount of movement required for a mouse
+
           MJPEG from a file. Use 0 (this is the default
          gesture to be recorded.
+
           value) for a live stream (from a camera).
      --gestures-button {left,middle,right}
 
                                Trigger button
 
           Trigger button for mouse gestures.
 
  
  Goom effect
+
  Matroska stream demuxer
       --goom-width <integer>    Goom display width
+
       --mkv-use-ordered-chapters, --no-mkv-use-ordered-chapters
           This allows you to set the resolution of the
+
                                Ordered chapters (default enabled)
           Goom display (bigger resolution will be
+
           Play ordered chapters as specified in the
           prettier but more CPU intensive).
+
           segment. (default enabled)
       --goom-height <integer>    Goom display height
+
      --mkv-use-chapter-codec, --no-mkv-use-chapter-codec
           This allows you to set the resolution of the
+
                                Chapter codecs (default enabled)
           Goom display (bigger resolution will be
+
           Use chapter codecs found in the segment.
           prettier but more CPU intensive).
+
          (default enabled)
       --goom-speed <integer>    Goom animation speed
+
       --mkv-preload-local-dir, --no-mkv-preload-local-dir
           This allows you to set the animation speed
+
                                Preload Directory (default enabled)
           (between 1 and 10, defaults to 6).
+
           Preload matroska files from the same family
 +
           in the same directory (not good for broken
 +
           files). (default enabled)
 +
       --mkv-seek-percent, --no-mkv-seek-percent
 +
                                Seek based on percent not time (default
 +
                                disabled)
 +
           Seek based on percent not time. (default
 +
           disabled)
 +
      --mkv-use-dummy, --no-mkv-use-dummy
 +
                                Dummy Elements (default disabled)
 +
          Read and discard unknown EBML elements (not
 +
          good for broken files). (default disabled)
  
  Gradient video filter
+
  MOD demuxer (libmodplug)
       --gradient-mode {gradient,edge,hough}
+
       --mod-noisereduction, --no-mod-noisereduction
                                 Distort mode
+
                                 Noise reduction (default enabled)
           Distort mode, one of "gradient", "edge" and
+
          Enable noise reduction algorithm (default
           "hough".
+
           enabled)
       --gradient-type <integer> Gradient image type
+
      --mod-reverb, --no-mod-reverb
           Gradient image type (0 or 1). 0 will turn the
+
                                Reverb (default disabled)
           image to white while 1 will keep colors.
+
           Enable reverberation (default disabled)
       --gradient-cartoon, --no-gradient-cartoon
+
       --mod-reverb-level=<integer>
                                 Apply cartoon effect (default enabled)
+
                                Reverberation level
           Apply cartoon effect. It is only used by
+
           Reverberation level (from 0 to 100, default
           "gradient" and "edge". (default enabled)
+
          value is 0).
 
+
      --mod-reverb-delay=<integer>
Growl Notification Plugin
+
                                Reverberation delay
       --growl-server <string>   Growl server
+
          Reverberation delay, in ms. Usual values are
           This is the host to which Growl notifications
+
           from to 40 to 200ms.
           will be sent. By default, notifications are
+
       --mod-megabass, --no-mod-megabass
           sent locally.
+
                                 Mega bass (default disabled)
       --growl-password <string> Growl password
+
           Enable megabass mode (default disabled)
           Growl password on the server.
+
      --mod-megabass-level=<integer>
       --growl-port <integer>     Growl UDP port
+
                                Mega bass level
           Growl UDP port on the server.
+
           Megabass mode level (from 0 to 100, default
 
+
          value is 0).
  H264 video demuxer
+
       --mod-megabass-range=<integer>
       --h264-fps <float>        Frames per Second
+
                                Mega bass cutoff
           Desired frame rate for the H264 stream.
+
           Megabass mode cutoff frequency, in Hz.This is
 +
          the maximum frequency for which the megabass
 +
           effect applies. Valid values are from 10 to
 +
          100 Hz
 +
      --mod-surround, --no-mod-surround
 +
                                Surround (default disabled)
 +
           Surround (default disabled)
 +
       --mod-surround-level=<integer>
 +
                                Surround level
 +
          Surround effect level (from 0 to 100, default
 +
           value is 0).
 +
       --mod-surround-delay=<integer>
 +
                                Surround delay (ms)
 +
           Surround delay, in ms. Usual values are from
 +
          5 to 40 ms
 +
 
 +
  Audio filter for stereo to mono conversion
 +
      --sout-mono-downmix, --no-sout-mono-downmix
 +
                                Use downmix algorithme. (default disabled)
 +
          This option selects a stereo to mono downmix
 +
          algorithm that is used in the headphone
 +
          channel mixer. Itgives the effect of standing
 +
          in a room full of speakers. (default disabled)
 +
       --sout-mono-channel={0 (Left), 1 (Right), 2 (Left rear), 4 (Right rear), 8 (Center), 5 (Left front)}
 +
                                Select channel to keep
 +
          This option silences all other channels
 +
           except the selected channel. Choose one from
 +
          (0=left, 1=right 2=rear left, 3=rear right,
 +
          4=center, 5=left front)
  
  Headphone virtual spatialization effect
+
  Mosaic video sub filter
       --headphone-dim <integer> Characteristic dimension
+
       --mosaic-alpha=<integer>   Transparency
           Distance between front left speaker and
+
           Transparency of the mosaic foreground
           listener in meters.
+
           pictures. 0 means transparent, 255 opaque
      --headphone-compensate, --no-headphone-compensate
+
          (default).
                                Compensate delay (default disabled)
+
      --mosaic-height=<integer>  Height
          The delay which is introduced by the physical
+
           Total height of the mosaic, in pixels.
           algorithm may sometimes be disturbing for the
+
      --mosaic-width=<integer>  Width
          synchronization between lips-movement and
+
           Total width of the mosaic, in pixels.
           speech. In case, turn this on to compensate.
+
       --mosaic-align={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
          (default disabled)
+
                                 Mosaic alignment
       --headphone-dolby, --no-headphone-dolby
+
           You can enforce the mosaic alignment on the
                                No decoding of Dolby Surround (default
+
           video (0=center, 1=left, 2=right, 4=top,
                                 disabled)
+
           8=bottom, you can also use combinations of
           Dolby Surround encoded streams won't be
+
           these values, eg 6 = top-right).
           decoded before being processed by this
+
       --mosaic-xoffset=<integer> Top left corner X coordinate
           filter. Enabling this setting is not
+
           X Coordinate of the top-left corner of the
           recommended. (default disabled)
+
           mosaic.
 
+
      --mosaic-yoffset=<integer> Top left corner Y coordinate
HTTP remote control interface
+
           Y Coordinate of the top-left corner of the
       --http-host <string>       Host address
+
           mosaic.
           Address and port the HTTP interface will
+
       --mosaic-borderw=<integer> Border width
           listen on. It defaults to all network
+
          Width in pixels of the border between
           interfaces (0.0.0.0). If you want the HTTP
+
           miniatures.
          interface to be available only on the local
+
       --mosaic-borderh=<integer> Border height
           machine, enter 127.0.0.1
+
           Height in pixels of the border between
       --http-src <string>       Source directory
+
           miniatures.
           Source directory
+
       --mosaic-position={0 (auto), 1 (fixed), 2 (offsets)}
       --http-charset <string>   Charset
+
                                Positioning method
           Charset declared in Content-Type header
+
           Positioning method for the mosaic. auto:
           (default UTF-8).
+
           automatically choose the best number of rows
       --http-handlers <string>  Handlers
+
          and columns. fixed: use the user-defined
          List of handler extensions and executable
+
           number of rows and columns. offsets: use the
           paths (for instance: php=/usr/bin/php,pl=/usr/
+
           user-defined offsets for each image.
           bin/perl).
+
       --mosaic-rows=<integer>   Number of rows
      --http-intf-cert <string>  Certificate file
+
          Number of image rows in the mosaic (only used
           HTTP interface x509 PEM certificate file
+
           if positionning method is set to "fixed".
           (enables SSL).
+
       --mosaic-cols=<integer>    Number of columns
       --http-intf-key <string>   Private key file
+
           Number of image columns in the mosaic (only
           HTTP interface x509 PEM private key file.
+
           used if positionning method is set to "fixed".
       --http-intf-ca <string>    Root CA file
+
       --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
           HTTP interface x509 PEM trusted root CA
+
                                Keep aspect ratio (default disabled)
           certificates file.
+
           Keep the original aspect ratio when resizing
       --http-intf-crl <string>  CRL file
+
           mosaic elements. (default disabled)
           HTTP interace Certificates Revocation List
+
       --mosaic-keep-picture, --no-mosaic-keep-picture
           file.
+
                                 Keep original size (default disabled)
 
+
           Keep the original size of mosaic elements.
Image video output
+
          (default disabled)
       --image-out-format {png,jpeg}
+
       --mosaic-order=<string>    Elements order
                                 Image format
+
           You can enforce the order of the elements on
           Format of the output images (png or jpg).
+
          the mosaic. You must give a comma-separated
       --image-width <integer>    Image width
+
           list of picture ID(s).These IDs are assigned
           You can enforce the image width. By default
+
           in the "mosaic-bridge" module.
           (-1) VLC will adapt to the video
+
       --mosaic-offsets=<string> Offsets in order
           characteristics.
+
           You can enforce the (x,y) offsets of the
       --image-height <integer>   Image height
+
          elements on the mosaic (only used if
           You can enforce the image height. By default
+
          positioning method is set to "offsets"). You
           (-1) VLC will adapt to the video
+
           must give a comma-separated list of
           characteristics.
+
           coordinates (eg: 10,10,150,10).
       --image-out-ratio <integer>
+
       --mosaic-delay=<integer>   Delay
                                Recording ratio
+
          Pictures coming from the mosaic elements will
           Ratio of images to record. 3 means that one
+
           be delayed according to this value (in
           image out of three is recorded.
+
          milliseconds). For high values you will need
       --image-out-prefix <string>
+
           to raise caching at input.
                                 Filename prefix
+
       --mosaic-bs, --no-mosaic-bs
           Prefix of the output images filenames. Output
+
                                 Bluescreen (default disabled)
           filenames will have the "prefixNUMBER.format"
+
          This effect, also known as "greenscreen" or
           form.
+
           "chroma key" blends the "blue parts" of the
       --image-out-replace, --no-image-out-replace
+
          foreground images of the mosaic on the
                                Always write to the same file (default
+
          background (like wheather forecast
                                disabled)
+
           presenters). You can choose the "key" color
           Always write to the same file instead of
+
           for blending (blue by default). (default
           creating one file per image. In this case,
+
          disabled)
           the number is not appended to the filename.
+
       --mosaic-bsu=<integer>    Bluescreen U value
           (default disabled)
+
          "U" value for the bluescreen key color (in
 +
          YUV values). From 0 to 255. Defaults to 120
 +
          for blue.
 +
      --mosaic-bsv=<integer>    Bluescreen V value
 +
          "V" value for the bluescreen key color (in
 +
          YUV values). From 0 to 255. Defaults to 90
 +
          for blue.
 +
      --mosaic-bsut=<integer>    Bluescreen U tolerance
 +
          Tolerance of the bluescreen blender on color
 +
           variations for the U plane. A value between
 +
           10 and 20 seems sensible.
 +
      --mosaic-bsvt=<integer>    Bluescreen V tolerance
 +
           Tolerance of the bluescreen blender on color
 +
          variations for the V plane. A value between
 +
           10 and 20 seems sensible.
  
  File logging
+
  Motion blur filter
       --logfile <string>         Log filename
+
       --blur-factor=<integer>   Blur factor (1-127)
          Specify the log filename.
+
           The degree of blurring from 1 to 127.
      --logmode {text,html}      Log format
 
          Specify the log format. Available choices are
 
          "text" (default) and "html".
 
      --rrd-file <string>        RRD output file
 
           Output data for RRDTool in this file.
 
  
  Logo video filter
+
  MusePack demuxer
       --logo-file <string>      Logo filenames
+
       --mpc-replaygain-type={0 (None), 1 (Title), 2 (Album)}
          Full path of the image files to use. Format
+
                                 Replay Gain type
          is <image>[,<delay in ms>[,<alpha>]][;<image>[
+
           Musepack can have a title-specific replay
          ,<delay>[,<alpha>]]][;...]. If you only have
+
           gain (volume control) or an album-specific
          one file, simply enter its filename.
+
           one. Choose which type you want to use
      --logo-x <integer>        X coordinate
 
          X coordinate of the logo. You can move the
 
          logo by left-clicking it.
 
      --logo-y <integer>        Y coordinate
 
          Y coordinate of the logo. You can move the
 
          logo by left-clicking it.
 
      --logo-delay <integer>    Logo individual image time in ms
 
          Individual image display time of 0 - 60000 ms.
 
      --logo-repeat <integer>    Logo animation # of loops
 
          Number of loops for the logo animation.1 =
 
          continuous, 0 = disabled
 
      --logo-transparency <integer>
 
                                Transparency of the logo
 
          Logo transparency value (from 0 for full
 
          transparency to 255 for full opacity).
 
      --logo-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
 
                                 Logo position
 
           Enforce the logo position on the video
 
           (0=center, 1=left, 2=right, 4=top, 8=bottom,
 
           you can also use combinations of these
 
          values, eg 6 = top-right).
 
  
  Marquee display
+
  MSN Now-Playing
       --marq-marquee <string>   Text
+
       --msn-format=<string>     MSN Title format string
           Marquee text to display.
+
           Format of the string to send to MSN {0}
      --marq-x <integer>        X offset
+
           Artist, {1} Title, {2} Album. Defaults to
           X offset, from the left screen edge.
+
           "Artist - Title" ({0} - {1}).
      --marq-y <integer>        Y offset
 
          Y offset, down from the top.
 
      --marq-position <integer>  Marquee position
 
          You can enforce the marquee position on the
 
          video (0=center, 1=left, 2=right, 4=top,
 
           8=bottom, you can also use combinations of
 
          these values, eg 6 = top-right).
 
      --marq-opacity <integer>  Opacity
 
          Opacity (inverse of transparency) of
 
          overlayed text. 0 = transparent, 255 =
 
          totally opaque.
 
      --marq-color {-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
 
                                Color
 
          Color of the text that will be rendered on
 
          the video. This must be an hexadecimal (like
 
          HTML colors). The first two chars are for
 
          red, then green, then blue. #000000 = black,
 
          #FF0000 = red, #00FF00 = green, #FFFF00 =
 
          yellow (red + green), #FFFFFF = white
 
      --marq-size <integer>      Font size, pixels
 
          Font size, in pixels. Default is -1 (use
 
          default font size).
 
      --marq-timeout <integer>  Timeout
 
          Number of milliseconds the marquee must
 
          remain displayed. Default value is 0 (remains
 
          forever).
 
  
  M-JPEG camera demuxer
+
  ASF muxer
       --mjpeg-fps <float>       Frames per Second
+
      --sout-asf-title=<string>  Title
           This is the desired frame rate when playing
+
          Title to put in ASF comments.
           MJPEG from a file. Use 0 (this is the default
+
      --sout-asf-author=<string> Author
           value) for a live stream (from a camera).
+
          Author to put in ASF comments.
 +
       --sout-asf-copyright=<string>
 +
                                Copyright
 +
           Copyright string to put in ASF comments.
 +
      --sout-asf-comment=<string>
 +
                                Comment
 +
           Comment to put in ASF comments.
 +
      --sout-asf-rating=<string> Rating
 +
           "Rating" to put in ASF comments.
 +
      --sout-asf-packet-size=<integer>
 +
                                Packet Size
 +
          ASF packet size -- default is 4096 bytes
  
  MOD demuxer (libmodplug)
+
  MP4/MOV muxer
       --mod-noisereduction, --no-mod-noisereduction
+
       --sout-mp4-faststart, --no-sout-mp4-faststart
                                 Noise reduction (default enabled)
+
                                 Create "Fast Start" files (default enabled)
           Enable noise reduction algorithm (default
+
           Create "Fast Start" files. "Fast Start" files
           enabled)
+
           are optimized for downloads and allow the
      --mod-reverb, --no-mod-reverb
+
          user to start previewing the file while it is
                                Reverb (default disabled)
+
          downloading. (default enabled)
          Enable reverberation (default disabled)
+
 
       --mod-reverb-level <integer>
+
Multipart JPEG muxer
                                 Reverberation level
+
       --sout-mpjpeg-separator=<string>
           Reverberation level (from 0 to 100, default
+
                                 Multipart separator string
           value is 0).
+
           Multipart strings like MPJPEG use a specific
      --mod-reverb-delay <integer>
+
           string to separate its content pieces. You
                                Reverberation delay
+
           can select this string. Default is
           Reverberation delay, in ms. Usual values are
+
           --myboundary
           from to 40 to 200ms.
+
 
      --mod-megabass, --no-mod-megabass
+
PS muxer
                                Mega bass (default disabled)
+
       --sout-ps-dts-delay=<integer>
          Enable megabass mode (default disabled)
+
                                 DTS delay (ms)
       --mod-megabass-level <integer>
+
           Delay the DTS (decoding time stamps) and PTS
                                 Mega bass level
+
           (presentation timestamps) of the data in the
           Megabass mode level (from 0 to 100, default
+
           stream, compared to the SCRs. This allows for
           value is 0).
+
           some buffering inside the client decoder.
      --mod-megabass-range <integer>
+
       --sout-ps-pes-max-size=<integer>
                                Mega bass cutoff
+
                                 PES maximum size
           Megabass mode cutoff frequency, in Hz.This is
+
           Set the maximum allowed PES size when
           the maximum frequency for which the megabass
+
           producing the MPEG PS streams.
          effect applies. Valid values are from 10 to
 
          100 Hz
 
       --mod-surround, --no-mod-surround
 
                                Surround (default disabled)
 
          Surround (default disabled)
 
      --mod-surround-level <integer>
 
                                 Surround level
 
           Surround effect level (from 0 to 100, default
 
           value is 0).
 
      --mod-surround-delay <integer>
 
                                Surround delay (ms)
 
          Surround delay, in ms. Usual values are from
 
          5 to 40 ms
 
  
  Audio filter for stereo to mono conversion
+
  TS muxer (libdvbpsi)
       --sout-mono-channel {0 (Left), 1 (Right), 2 (Left rear), 4 (Right rear), 8 (Center), 5 (Left front)}
+
       --sout-ts-pid-video=<integer>
                                 Select channel to keep
+
                                 Video PID
           This option silcences all other channels
+
           Assign a fixed PID to the video stream. The
          except the selected channel. Choose one from
+
           PCR PID will automatically be the video.
           (0=left, 1=right 2=rear left, 3=rear right,
+
       --sout-ts-pid-audio=<integer>
          4=center, 5=left front)
+
                                Audio PID
 
+
           Assign a fixed PID to the audio stream.
Mosaic video sub filter
+
       --sout-ts-pid-spu=<integer>
       --mosaic-alpha <integer>   Transparency
+
                                SPU PID
           Transparency of the mosaic foreground
+
           Assign a fixed PID to the SPU.
          pictures. 0 means transparent, 255 opaque
+
       --sout-ts-pid-pmt=<integer>
          (default).
+
                                 PMT PID
       --mosaic-height <integer>  Height
+
           Assign a fixed PID to the PMT
          Total height of the mosaic, in pixels.
+
      --sout-ts-tsid=<integer>   TS ID
      --mosaic-width <integer>   Width
+
           Assign a fixed Transport Stream ID.
           Total width of the mosaic, in pixels.
+
       --sout-ts-netid=<integer> NET ID
       --mosaic-align {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
           Assign a fixed Network ID (for SDT table)
                                 Mosaic alignment
+
       --sout-ts-program-pmt=<string>
           You can enforce the mosaic alignment on the
+
                                PMT Program numbers
          video (0=center, 1=left, 2=right, 4=top,
+
           Assign a program number to each PMT. This
          8=bottom, you can also use combinations of
+
           requires "Set PID to ID of ES" to be enabled.
          these values, eg 6 = top-right).
+
       --sout-ts-es-id-pid, --no-sout-ts-es-id-pid
      --mosaic-xoffset <integer> Top left corner X coordinate
+
                                Set PID to ID of ES (default disabled)
           X Coordinate of the top-left corner of the
+
           Sets PID to the ID if the incoming ES. This
          mosaic.
+
           is for use with --ts-es-id-pid, and allows to
       --mosaic-yoffset <integer> Top left corner Y coordinate
+
           have the same PIDs in the input and output
           Y Coordinate of the top-left corner of the
+
           streams. (default disabled)
          mosaic.
+
       --sout-ts-muxpmt=<string> Mux PMT (requires --sout-ts-es-id-pid)
       --mosaic-vborder <integer> Vertical border width
+
           Define the pids to add to each pmt. This
          Width in pixels of the border than can be
+
           requires "Set PID to ID of ES" to be enabled.
           drawn vertically around the mosaic.
+
       --sout-ts-sdtdesc=<string> SDT Descriptors (requires --sout-ts-es-id-pid)
      --mosaic-hborder <integer> Horizontal border width
+
           Defines the descriptors of each SDT.
           Width in pixels of the border than can be
+
          Thisrequires "Set PID to ID of ES" to be
          drawn horizontally around the mosaic.
+
           enabled.
       --mosaic-position {0 (auto), 1 (fixed)}
+
       --sout-ts-alignment, --no-sout-ts-alignment
                                Positioning method
+
                                 Data alignment (default enabled)
           Positioning method for the mosaic. auto:
+
           Enforces alignment of all access units on PES
           automatically choose the best number of rows
+
          boundaries. Disabling this might save some
          and columns. fixed: use the user-defined
+
          bandwidth but introduce incompatibilities.
          number of rows and columns.
+
           (default enabled)
      --mosaic-rows <integer>    Number of rows
+
       --sout-ts-shaping=<integer>
           Number of image rows in the mosaic (only used
+
                                Shaping delay (ms)
           if positionning method is set to "fixed".
+
           Cut the stream in slices of the given
       --mosaic-cols <integer>   Number of columns
+
          duration, and ensure a constant bitrate
           Number of image columns in the mosaic (only
+
           between the two boundaries. This avoids
           used if positionning method is set to "fixed".
+
           having huge bitrate peaks, especially for
       --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
+
           reference frames.
                                Keep aspect ratio (default disabled)
+
       --sout-ts-use-key-frames, --no-sout-ts-use-key-frames
           Keep the original aspect ratio when resizing
+
                                 Use keyframes (default disabled)
           mosaic elements. (default disabled)
+
           If enabled, and shaping is specified, the TS
       --mosaic-keep-picture, --no-mosaic-keep-picture
+
           muxer will place the boundaries at the end of
                                 Keep original size (default disabled)
+
          I pictures. In that case, the shaping
           Keep the original size of mosaic elements.
+
           duration given by the user is a worse case
           (default disabled)
+
          used when no reference frame is available.
       --mosaic-order <string>   Elements order
+
           This enhances the efficiency of the shaping
           You can enforce the order of the elements on
+
           algorithm, since I frames are usually the
           the mosaic. You must give a comma-separated
+
           biggest frames in the stream. (default
           list of picture ID(s).These IDs are assigned
 
           in the "mosaic-bridge" module.
 
       --mosaic-delay <integer>  Delay
 
          Pictures coming from the mosaic elements will
 
          be delayed according to this value (in
 
          milliseconds). For high values you will need
 
          to raise caching at input.
 
      --mosaic-bs, --no-mosaic-bs
 
                                 Bluescreen (default disabled)
 
           This effect, also known as "greenscreen" or
 
           "chroma key" blends the "blue parts" of the
 
           foreground images of the mosaic on the
 
           background (like wheather forecast
 
           presenters). You can choose the "key" color
 
           for blending (blue by default). (default
 
 
           disabled)
 
           disabled)
       --mosaic-bsu <integer>     Bluescreen U value
+
       --sout-ts-pcr=<integer>   PCR delay (ms)
           "U" value for the bluescreen key color (in
+
           Set at which interval PCRs (Program Clock
           YUV values). From 0 to 255. Defaults to 120
+
           Reference) will be sent (in milliseconds).
           for blue.
+
          This value should be below 100ms. (default is
       --mosaic-bsv <integer>     Bluescreen V value
+
           70ms).
           "V" value for the bluescreen key color (in
+
       --sout-ts-bmin=<integer>   Minimum B (deprecated)
           YUV values). From 0 to 255. Defaults to 90
+
          This setting is deprecated and not used
           for blue.
+
           anymore
       --mosaic-bsut <integer>   Bluescreen U tolerance
+
      --sout-ts-bmax=<integer>  Maximum B (deprecated)
           Tolerance of the bluescreen blender on color
+
           This setting is deprecated and not used
           variations for the U plane. A value between
+
           anymore
           10 and 20 seems sensible.
+
       --sout-ts-dts-delay=<integer>
       --mosaic-bsvt <integer>   Bluescreen V tolerance
+
                                DTS delay (ms)
           Tolerance of the bluescreen blender on color
+
          Delay the DTS (decoding time stamps) and PTS
           variations for the V plane. A value between
+
           (presentation timestamps) of the data in the
           10 and 20 seems sensible.
+
           stream, compared to the PCRs. This allows for
 +
          some buffering inside the client decoder.
 +
      --sout-ts-crypt-audio, --no-sout-ts-crypt-audio
 +
                                Crypt audio (default enabled)
 +
          Crypt audio using CSA (default enabled)
 +
      --sout-ts-crypt-video, --no-sout-ts-crypt-video
 +
                                Crypt video (default enabled)
 +
          Crypt video using CSA (default enabled)
 +
      --sout-ts-csa-ck=<string>  CSA Key
 +
          CSA encryption key. This must be a 16 char
 +
           string (8 hexadecimal bytes).
 +
       --sout-ts-csa-pkt=<integer>
 +
                                Packet size in bytes to encrypt
 +
           Size of the TS packet to encrypt. The
 +
           encryption routines subtract the TS-header
 +
           from the value before encrypting.  
  
  Motion blur filter
+
  Network synchronisation
       --blur-factor <integer>   Blur factor (1-127)
+
       --netsync-master, --no-netsync-master
           The degree of blurring from 1 to 127.
+
                                Act as master (default disabled)
 +
          Should act as the master client for the
 +
          network synchronisation? (default disabled)
 +
      --netsync-master-ip=<string>
 +
                                Master client ip address
 +
           IP address of the master client used for the
 +
          network synchronisation.
  
  Motion detect video filter
+
  Volume normalizer
       --motiondetect-history <integer>
+
       --norm-buff-size=<integer> Number of audio buffers
                                History parameter
+
          This is the number of audio buffers on which
           The umber of frames used for detection.
+
           the power measurement is made. A higher
       --motiondetect-description <string>
+
          number of buffers will increase the response
                                Description file
+
          time of the filter to a spike but will make
           A file containing a simple playlist
+
          it less sensitive to short variations.
 +
       --norm-max-level=<float>   Max level
 +
          If the average power over the last N buffers
 +
          is higher than this value, the volume will be
 +
           normalized. This value is a positive floating
 +
          point number. A value between 0.5 and 10
 +
          seems sensible.
  
  MusePack demuxer
+
  Windows Service interface
       --mpc-replaygain-type {0 (None), 1 (Title), 2 (Album)}
+
       --ntservice-install, --no-ntservice-install
                                 Replay Gain type
+
                                Install Windows Service (default disabled)
           Musepack can have a title-specific replay
+
          Install the Service and exit. (default
           gain (volume control) or an album-specific
+
          disabled)
           one. Choose which type you want to use
+
      --ntservice-uninstall, --no-ntservice-uninstall
 +
                                Uninstall Windows Service (default disabled)
 +
          Uninstall the Service and exit. (default
 +
          disabled)
 +
      --ntservice-name=<string>  Display name of the Service
 +
          Change the display name of the Service.
 +
      --ntservice-options=<string>
 +
                                 Configuration options
 +
           Configuration options that will be used by
 +
           the Service (eg. --foo=bar --no-foobar). It
 +
          should be specified at install time so the
 +
          Service is properly configured.
 +
      --ntservice-extraintf=<string>
 +
                                Extra interface modules
 +
          Additional interfaces spawned by the Service.
 +
           It should be specified at install time so the
 +
          Service is properly configured. Use a comma
 +
          separated list of interface modules. (common
 +
          values are: logger, sap, rc, http)
  
  MSN Now-Playing
+
  OpenGL video output
       --msn-format <string>     MSN Title format string
+
       --opengl-cube-speed=<float>
           Format of the string to send to MSN {0}
+
                                OpenGL cube rotation speed
          Artist, {1} Title, {2} Album. Defaults to
+
           Rotation speed of the OpenGL cube effect, if
           "Artist - Title" ({0} - {1}).
+
           enabled.
 
+
       --opengl-accuracy=<integer>
ASF muxer
+
                                OpenGL sampling accuracy
       --sout-asf-title <string> Title
+
          Select the accuracy of 3D object sampling(1 =
           Title to put in ASF comments.
+
           min and 10 = max)
       --sout-asf-author <string> Author
+
       --opengl-pov-x=<float>     Point of view x-coordinate
           Author to put in ASF comments.
+
          Point of view (X coordinate) of the
       --sout-asf-copyright <string>
+
           cube/cylinder effect, if enabled.
                                Copyright
+
       --opengl-pov-y=<float>     Point of view y-coordinate
           Copyright string to put in ASF comments.
+
          Point of view (Y coordinate) of the
       --sout-asf-comment <string>
+
           cube/cylinder effect, if enabled.
                                Comment
+
       --opengl-pov-z=<float>     Point of view z-coordinate
           Comment to put in ASF comments.
+
          Point of view (Z coordinate) of the
       --sout-asf-rating <string> Rating
+
           cube/cylinder effect, if enabled.
           "Rating" to put in ASF comments.
+
       --opengl-cylinder-radius=<float>
       --sout-asf-packet-size <integer>
+
                                OpenGL Cylinder radius
                                 Packet Size
+
          Radius of the OpenGL cylinder effect, if
           ASF packet size -- default is 4096 bytes
+
           enabled
 +
       --opengl-effect={none,cube,transparent-cube,cylinder,torus,sphere,SQUAREXY,SQUARER,ASINXY,ASINR,SINEXY,SINER}
 +
                                 Effect
 +
           Several visual OpenGL effects are available.
  
  MP4/MOV muxer
+
  On Screen Display menu
       --sout-mp4-faststart, --no-sout-mp4-faststart
+
       --osdmenu-x=<integer>      X coordinate
                                 Create "Fast Start" files (default enabled)
+
          You can move the OSD menu by left-clicking on
           Create "Fast Start" files. "Fast Start" files
+
          it.
           are optimized for downloads and allow the
+
      --osdmenu-y=<integer>      Y coordinate
           user to start previewing the file while it is
+
          You can move the OSD menu by left-clicking on
           downloading. (default enabled)
+
          it.
 +
      --osdmenu-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
 +
                                Menu position
 +
          You can enforce the OSD menu position on the
 +
          video (0=center, 1=left, 2=right, 4=top,
 +
          8=bottom, you can also use combinations of
 +
          these values, eg. 6 = top-right).
 +
      --osdmenu-file=<string>    Configuration file
 +
          Configuration file for the OSD Menu
 +
      --osdmenu-file-path=<string>
 +
                                Path to OSD menu images
 +
          Path to the OSD menu images. This will
 +
          override the path defined in the OSD
 +
          configuration file.
 +
      --osdmenu-timeout=<integer>
 +
                                 Menu timeout
 +
          OSD menu pictures get a default timeout of 15
 +
           seconds added to their remaining time. This
 +
           will ensure that they are at least the
 +
           specified time visible.
 +
      --osdmenu-update=<integer> Menu update interval
 +
          The default is to update the OSD menu picture
 +
          every 200 ms. Shorten the update time for
 +
          environments that experience transmissions
 +
          errors. Be careful with this option as
 +
          encoding OSD menu pictures is very computing
 +
           intensive. The range is 0 - 1000 ms.
  
  Multipart JPEG muxer
+
  MPEG-I/II video packetizer
       --sout-mpjpeg-separator <string>
+
       --packetizer-mpegvideo-sync-iframe, --no-packetizer-mpegvideo-sync-iframe
                                 Multipart separator string
+
                                 Sync on Intra Frame (default disabled)
           Multipart strings like MPJPEG use a specific
+
           Normally the packetizer would sync on the
           string to separate its content pieces. You
+
           next full frame. This flags instructs the
           can select this string. Default is
+
           packetizer to sync on the first Intra Frame
           --myboundary
+
           found. (default disabled)
  
  PS muxer
+
  Panoramix: wall with overlap video filter
       --sout-ps-dts-delay <integer>
+
       --panoramix-cols=<integer> Number of columns
                                 DTS delay (ms)
+
          Select the number of horizontal video windows
           Delay the DTS (decoding time stamps) and PTS
+
          in which to split the video
           (presentation timestamps) of the data in the
+
      --panoramix-rows=<integer> Number of rows
           stream, compared to the SCRs. This allows for
+
          Select the number of vertical video windows
           some buffering inside the client decoder.
+
          in which to split the video
       --sout-ps-pes-max-size <integer>
+
      --offset-x, --no-offset-x  Offset X offset (automatic compensation)
                                 PES maximum size
+
                                 (default enabled)
           Set the maximum allowed PES size when
+
           Select if you want an automatic offset in
           producing the MPEG PS streams.
+
          horizontal (in case of misalignment due to
 +
          autoratio control) (default enabled)
 +
      --bz-length=<integer>      length of the overlapping area (in %)
 +
           Select in percent the length of the blended
 +
          zone
 +
      --bz-height=<integer>      height of the overlapping area (in %)
 +
          Select in percent the height of the blended
 +
          zone (case of 2x2 wall)
 +
      --panoramix-attenuate, --no-panoramix-attenuate
 +
                                Attenuation (default enabled)
 +
          Check this option if you want attenuate
 +
          blended zone by this plug-in (if option is
 +
          unchecked, attenuate is made by opengl)
 +
          (default enabled)
 +
      --bz-begin=<integer>      Attenuation, begin (in %)
 +
          Select in percent the Lagrange coeff of the
 +
           beginning blended zone
 +
      --bz-middle=<integer>      Attenuation, middle (in %)
 +
          Select in percent the Lagrange coeff of the
 +
          middle of blended zone
 +
      --bz-end=<integer>        Attenuation, end (in %)
 +
          Select in percent the Lagrange coeff of the
 +
          end of blended zone
 +
      --bz-middle-pos=<integer>  middle position (in %)
 +
          Select in percent (50 is center) the position
 +
          of the middle point (Lagrange) of blended zone
 +
      --bz-gamma-red=<float>    Gamma (Red) correction
 +
          Select the gamma for the correction of
 +
          blended zone (Red or Y component)
 +
      --bz-gamma-green=<float>  Gamma (Green) correction
 +
          Select the gamma for the correction of
 +
          blended zone (Green or U component)
 +
      --bz-gamma-blue=<float>    Gamma (Blue) correction
 +
          Select the gamma for the correction of
 +
          blended zone (Blue or V component)
 +
      --bz-blackcrush-red=<integer>
 +
                                Black Crush for Red
 +
          Select the Black Crush of blended zone (Red
 +
          or Y component)
 +
      --bz-blackcrush-green=<integer>
 +
                                Black Crush for Green
 +
          Select the Black Crush of blended zone (Green
 +
          or U component)
 +
      --bz-blackcrush-blue=<integer>
 +
                                Black Crush for Blue
 +
          Select the Black Crush of blended zone (Blue
 +
          or V component)
 +
      --bz-whitecrush-red=<integer>
 +
                                White Crush for Red
 +
          Select the White Crush of blended zone (Red
 +
          or Y component)
 +
      --bz-whitecrush-green=<integer>
 +
                                White Crush for Green
 +
          Select the White Crush of blended zone (Green
 +
          or U component)
 +
      --bz-whitecrush-blue=<integer>
 +
                                White Crush for Blue
 +
          Select the White Crush of blended zone (Blue
 +
          or V component)
 +
      --bz-blacklevel-red=<integer>
 +
                                Black Level for Red
 +
          Select the Black Level of blended zone (Red
 +
          or Y component)
 +
      --bz-blacklevel-green=<integer>
 +
                                Black Level for Green
 +
          Select the Black Level of blended zone (Green
 +
          or U component)
 +
      --bz-blacklevel-blue=<integer>
 +
                                Black Level for Blue
 +
           Select the Black Level of blended zone (Blue
 +
          or V component)
 +
       --bz-whitelevel-red=<integer>
 +
                                White Level for Red
 +
          Select the White Level of blended zone (Red
 +
          or Y component)
 +
      --bz-whitelevel-green=<integer>
 +
                                 White Level for Green
 +
           Select the White Level of blended zone (Green
 +
           or U component)
 +
      --bz-whitelevel-blue=<integer>
 +
                                White Level for Blue
 +
          Select the White Level of blended zone (Blue
 +
          or V component)
 +
      --wall-active=<string>    Active windows
 +
          Comma separated list of active windows,
 +
          defaults to all
  
  Network synchronisation
+
  Parametric Equalizer
       --netsync-master, --no-netsync-master
+
       --param-eq-lowf=<float>    Low freq (Hz)
                                 Act as master (default disabled)
+
                --param-eq-lowgain=<float> Low freq gain (Db)
           Should act as the master client for the
+
                --param-eq-highf=<float>  High freq (Hz)
           network synchronisation? (default disabled)
+
                --param-eq-highgain=<float>
       --netsync-master-ip <string>
+
                                High freq gain (Db)
                                 Master client ip address
+
                --param-eq-f1=<float>      Freq 1 (Hz)
           IP address of the master client used for the
+
                --param-eq-gain1=<float>  Freq 1 gain (Db)
           network synchronisation.
+
                --param-eq-q1=<float>      Freq 1 Q
 +
                --param-eq-f2=<float>      Freq 2 (Hz)
 +
                --param-eq-gain2=<float>  Freq 2 gain (Db)
 +
                --param-eq-q2=<float>      Freq 2 Q
 +
                --param-eq-f3=<float>      Freq 3 (Hz)
 +
                --param-eq-gain3=<float>  Freq 3 gain (Db)
 +
                --param-eq-q3=<float>      Freq 3 Q
 +
         
 +
Playlist
 +
      --playlist-autostart, --no-playlist-autostart
 +
                                 Auto start (default enabled)
 +
           Automatically start playing the playlist
 +
           content once it's loaded.
 +
(default enabled)
 +
       --parent-item=<integer>   (null)
 +
      --shoutcast-show-adult, --no-shoutcast-show-adult
 +
                                Show shoutcast adult content (default
 +
                                 disabled)
 +
           Show NC17 rated video streams when using
 +
           shoutcast video playlists. (default disabled)
  
  Volume normalizer
+
  Podcasts
       --norm-buff-size <integer> Number of audio buffers
+
       --podcast-urls=<string>   Podcast URLs list
           This is the number of audio buffers on which
+
           Enter the list of podcasts to retrieve,
           the power measurement is made. A higher
+
           separated by '|' (pipe).
           number of buffers will increase the response
+
 
          time of the filter to a spike but will make
+
PORTAUDIO audio output
          it less sensitive to short variations.
+
      --portaudio-device=<integer>
       --norm-max-level <float>  Max level
+
                                Output device
           If the average power over the last N buffers
+
           Portaudio identifier for the output device
           is higher than this value, the volume will be
+
 
          normalized. This value is a positive floating
+
MPEG-PS demuxer
           point number. A value between 0.5 and 10
+
       --ps-trust-timestamps, --no-ps-trust-timestamps
           seems sensible.
+
                                Trust MPEG timestamps (default enabled)
 +
           Normally we use the timestamps of the MPEG
 +
           files to calculate position and duration.
 +
          However sometimes this might not be usable.
 +
           Disable this option to calculate from the
 +
           bitrate instead. (default enabled)
  
  Windows Service interface
+
  Puzzle interactive game video filter
       --ntservice-install, --no-ntservice-install
+
       --puzzle-rows=<integer>    Number of puzzle rows
                                 Install Windows Service (default disabled)
+
          Number of puzzle rows
           Install the Service and exit. (default
+
      --puzzle-cols=<integer>    Number of puzzle columns
 +
          Number of puzzle columns
 +
      --puzzle-black-slot, --no-puzzle-black-slot
 +
                                 Make one tile a black slot (default disabled)
 +
           Make one slot black. Other tiles can only be
 +
          swapped with the black slot. (default
 
           disabled)
 
           disabled)
       --ntservice-uninstall, --no-ntservice-uninstall
+
 
                                 Uninstall Windows Service (default disabled)
+
Qt interface
           Uninstall the Service and exit. (default
+
      --qt-always-video, --no-qt-always-video
 +
                                FIXME (default disabled)
 +
          FIXME (default disabled)
 +
 
 +
Remote control interface
 +
       --rc-show-pos, --no-rc-show-pos
 +
                                 Show stream position (default disabled)
 +
           Show the current position in seconds within
 +
          the stream from time to time. (default
 
           disabled)
 
           disabled)
       --ntservice-name <string>  Display name of the Service
+
       --rc-fake-tty, --no-rc-fake-tty
           Change the display name of the Service.
+
                                Fake TTY (default disabled)
       --ntservice-options <string>
+
          Force the rc module to use stdin as if it was
                                Configuration options
+
           a TTY. (default disabled)
           Configuration options that will be used by
+
       --rc-unix=<string>         UNIX socket command input
           the Service (eg. --foo=bar --no-foobar). It
+
           Accept commands over a Unix socket rather
           should be specified at install time so the
+
           than stdin.
           Service is properly configured.
+
      --rc-host=<string>        TCP command input
       --ntservice-extraintf <string>
+
          Accept commands over a socket rather than
                                 Extra interface modules
+
           stdin. You can set the address and port the
           Additional interfaces spawned by the Service.
+
           interface will bind to.
           It should be specified at install time so the
+
       --rc-quiet, --no-rc-quiet  Do not open a DOS command box interface
           Service is properly configured. Use a comma
+
                                 (default disabled)
           separated list of interface modules. (common
+
          By default the rc interface plugin will start
           values are: logger, sap, rc, http)
+
           a DOS command box. Enabling the quiet mode
 +
          will not bring this command box but can also
 +
           be pretty annoying when you want to stop VLC
 +
           and no video window is open. (default
 +
           disabled)
 +
 
 +
Rotate video filter
 +
      --rotate-angle=<integer>  Angle in degrees
 +
           Angle in degrees (0 to 359)
  
  OpenGL video output
+
  RSS and Atom feed display
       --opengl-cube-speed <float>
+
       --rrs-urls=<string>       Feed URLs
                                OpenGL cube rotation speed
+
           RSS/Atom feed '|' (pipe) seperated URLs.
          Rotation speed of the OpenGL cube effect, if
+
       --rrs-x=<integer>         X offset
          enabled.
+
           X offset, from the left screen edge.
      --opengl-accuracy <integer>
+
       --rrs-y=<integer>         Y offset
                                OpenGL sampling accuracy
+
           Y offset, down from the top.
          Select the accuracy of 3D object sampling(1 =
+
       --rrs-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
          min and 10 = max)
+
                                 Text position
      --opengl-pov-x <float>     Point of view x-coordinate
+
           You can enforce the text position on the
           Point of view (X coordinate) of the
 
          cube/cylinder effect, if enabled.
 
      --opengl-pov-y <float>    Point of view y-coordinate
 
          Point of view (Y coordinate) of the
 
          cube/cylinder effect, if enabled.
 
       --opengl-pov-z <float>    Point of view z-coordinate
 
          Point of view (Z coordinate) of the
 
          cube/cylinder effect, if enabled.
 
      --opengl-cylinder-radius <float>
 
                                OpenGL Cylinder radius
 
          Radius of the OpenGL cylinder effect, if
 
          enabled
 
      --opengl-effect {none,cube,transparent-cube,cylinder,torus,sphere,SQUAREXY,SQUARER,ASINXY,ASINR,SINEXY,SINER}
 
                                Effect
 
          Several visual OpenGL effects are available.
 
 
 
On Screen Display menu
 
      --osdmenu-x <integer>     X coordinate
 
           You can move the OSD menu by left-clicking on
 
          it.
 
       --osdmenu-y <integer>     Y coordinate
 
           You can move the OSD menu by left-clicking on
 
          it.
 
       --osdmenu-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
 
                                 Menu position
 
           You can enforce the OSD menu position on the
 
 
           video (0=center, 1=left, 2=right, 4=top,
 
           video (0=center, 1=left, 2=right, 4=top,
           8=bottom, you can also use combinations of
+
           8=bottom; you can also use combinations of
           these values, eg. 6 = top-right).
+
           these values, eg 6 = top-right).
       --osdmenu-file <string>    Configuration file
+
       --rrs-opacity=<integer>    Opacity
           Configuration file for the OSD Menu
+
           Opacity (inverse of transparency) of overlay
       --osdmenu-file-path <string>
+
          text. 0 = transparent, 255 = totally opaque.
                                 Path to OSD menu images
+
       --rrs-color={-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
           Path to the OSD menu images. This will
+
                                 Color
           override the path defined in the OSD
+
          Color of the text that will be rendered on
           configuration file.
+
           the video. This must be an hexadecimal (like
       --osdmenu-timeout <integer>
+
           HTML colors). The first two chars are for
                                Menu timeout
+
           red, then green, then blue. #000000 = black,
           OSD menu pictures get a default timeout of 15
+
          #FF0000 = red, #00FF00 = green, #FFFF00 =
           seconds added to their remaining time. This
+
          yellow (red + green), #FFFFFF = white
          will ensure that they are at least the
+
       --rrs-size=<integer>       Font size, pixels
           specified time visible.
+
          Font size, in pixels. Default is -1 (use
       --osdmenu-update <integer> Menu update interval
+
           default font size).
           The default is to update the OSD menu picture
+
      --rrs-speed=<integer>      Speed of feeds
           every 200 ms. Shorten the update time for
+
           Speed of the RSS/Atom feeds (bigger is
           environments that experience transmissions
+
           slower).
           errors. Be careful with this option as
+
       --rrs-length=<integer>     Max length
           encoding OSD menu pictures is very computing
+
           Maximum number of characters displayed on the
           intensive. The range is 0 - 1000 ms.
+
           screen.
 +
      --rrs-ttl=<integer>        Refresh time
 +
           Number of seconds between each forced refresh
 +
          of the feeds. 0 means that the feeds are
 +
           never updated.
 +
      --rrs-images, --no-rrs-images
 +
                                Feed images (default enabled)
 +
           Display feed images if available. (default
 +
           enabled)
  
  MPEG-I/II video packetizer
+
  SAP Announcements
       --packetizer-mpegvideo-sync-iframe, --no-packetizer-mpegvideo-sync-iframe
+
      --sap-addr=<string>        SAP multicast address
                                 Sync on Intra Frame (default disabled)
+
          The SAP module normally chooses itself the
           Normally the packetizer would sync on the
+
          right addresses to listen to. However, you
           next full frame. This flags instructs the
+
          can specify a specific address.
           packetizer to sync on the first Intra Frame
+
       --sap-ipv4, --no-sap-ipv4  IPv4 SAP (default enabled)
           found. (default disabled)
+
          Listen to IPv4 announcements on the standard
 +
          address. (default enabled)
 +
      --sap-ipv6, --no-sap-ipv6  IPv6 SAP (default enabled)
 +
          Listen to IPv6 announcements on the standard
 +
          addresses. (default enabled)
 +
      --sap-timeout=<integer>    SAP timeout (seconds)
 +
          Delay after which SAP items get deleted if no
 +
          new announcement is received.
 +
      --sap-parse, --no-sap-parse
 +
                                 Try to parse the announce (default enabled)
 +
           This enables actual parsing of the announces
 +
          by the SAP module. Otherwise, all
 +
          announcements are parsed by the "livedotcom"
 +
           (RTP/RTSP) module. (default enabled)
 +
      --sap-strict, --no-sap-strict
 +
                                SAP Strict mode (default disabled)
 +
          When this is set, the SAP parser will discard
 +
          some non-compliant announcements. (default
 +
           disabled)
 +
      --sap-timeshift, --no-sap-timeshift
 +
                                Allow timeshifting (default disabled)
 +
          This automatically enables timeshifting for
 +
           streams discovered through SAP announcements.
 +
          (default disabled)
  
  Parametric Equalizer
+
  Screen Input
       --param-eq-lowf <float>   Low freq (Hz)
+
       --screen-caching=<integer> Caching value in ms
                --param-eq-lowgain <float> Low freq gain (Db)
+
          Caching value for screen capture. This value
                --param-eq-highf <float>  High freq (Hz)
+
          should be set in milliseconds.
                --param-eq-highgain <float>
+
      --screen-fps=<float>      Frame rate
                                High freq gain (Db)
+
           Desired frame rate for the capture.
                --param-eq-f1 <float>      Freq 1 (Hz)
+
       --screen-fragment-size=<integer>
                --param-eq-gain1 <float>  Freq 1 gain (Db)
+
                                 Capture fragment size
                --param-eq-q1 <float>      Freq 1 Q
+
          Optimize the capture by fragmenting the
                --param-eq-f2 <float>      Freq 2 (Hz)
+
           screen in chunks of predefined height (16
                --param-eq-gain2 <float>  Freq 2 gain (Db)
+
           might be a good value, and 0 means disabled).
                --param-eq-q2 <float>      Freq 2 Q
 
                --param-eq-f3 <float>      Freq 3 (Hz)
 
                --param-eq-gain3 <float>  Freq 3 gain (Db)
 
                --param-eq-q3 <float>      Freq 3 Q
 
         
 
Playlist
 
       --playlist-autostart, --no-playlist-autostart
 
                                Auto start (default enabled)
 
           Automatically start playing the playlist
 
          content once it's loaded.
 
(default enabled)
 
       --parent-item <integer>   (null)
 
      --shoutcast-show-adult, --no-shoutcast-show-adult
 
                                 Show shoutcast adult content (default
 
                                disabled)
 
           Show NC17 rated video streams when using
 
           shoutcast video playlists. (default disabled)
 
  
  Podcasts
+
  Shoutcast radio listings
      --podcast-urls <string>    Podcast URLs list
 
          Enter the list of podcasts to retrieve,
 
          separated by '|' (pipe).
 
  
  PORTAUDIO audio output
+
  Show interface with mouse
       --portaudio-device <integer>
+
       --showintf-threshold=<integer>
                                 Output device
+
                                 Threshold
           Portaudio identifier for the output device
+
           Height of the zone triggering the interface.
  
  MPEG-PS demuxer
+
  Bridge stream output
       --ps-trust-timestamps <integer>
+
       --sout-bridge-out-id=<integer>
                                 Trust MPEG timestamps
+
                                 ID
           Normally we use the timestamps of the MPEG
+
           Integer identifier for this elementary
           files to calculate position and duration.
+
           stream. This will be used to "find" this
          However sometimes this might not be usable.
+
           stream later.
          Disable this option to calculate from the
+
       --sout-bridge-in-delay=<integer>
           bitrate instead.
+
                                 Delay
 
+
           Pictures coming from the picture video
Remote control interface
+
           outputs will be delayed according to this
       --rc-show-pos, --no-rc-show-pos
+
           value (in milliseconds, should be >= 100 ms).
                                 Show stream position (default disabled)
+
           For high values, you will need to raise
           Show the current position in seconds within
+
           caching values.
           the stream from time to time. (default
+
       --sout-bridge-in-id-offset=<integer>
           disabled)
+
                                ID Offset
      --rc-fake-tty, --no-rc-fake-tty
+
           Offset to add to the stream IDs specified in
                                Fake TTY (default disabled)
+
           bridge_out to obtain the stream IDs bridge_in
           Force the rc module to use stdin as if it was
+
           will register.
           a TTY. (default disabled)
 
       --rc-unix <string>        UNIX socket command input
 
          Accept commands over a Unix socket rather
 
          than stdin.
 
      --rc-host <string>         TCP command input
 
          Accept commands over a socket rather than
 
           stdin. You can set the address and port the
 
           interface will bind to.
 
      --rc-quiet, --no-rc-quiet  Do not open a DOS command box interface
 
                                (default disabled)
 
          By default the rc interface plugin will start
 
          a DOS command box. Enabling the quiet mode
 
           will not bring this command box but can also
 
          be pretty annoying when you want to stop VLC
 
          and no video window is open. (default
 
          disabled)
 
  
  RSS and Atom feed display
+
  Display stream output
       --rss-urls <string>        Feed URLs
+
       --sout-display-audio, --no-sout-display-audio
          RSS/Atom feed '|' (pipe) seperated URLs.
+
                                 Enable audio (default enabled)
      --rss-x <integer>          X offset
+
           Enable/disable audio rendering. (default
          X offset, from the left screen edge.
+
           enabled)
      --rss-y <integer>          Y offset
+
       --sout-display-video, --no-sout-display-video
          Y offset, down from the top.
+
                                 Enable video (default enabled)
      --rss-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
           Enable/disable video rendering. (default
                                 Text position
 
          You can enforce the text position on the
 
          video (0=center, 1=left, 2=right, 4=top,
 
          8=bottom; you can also use combinations of
 
          these values, eg 6 = top-right).
 
      --rss-opacity <integer>    Opacity
 
          Opacity (inverse of transparency) of overlay
 
           text. 0 = transparent, 255 = totally opaque.
 
      --rss-color {-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
 
                                Color
 
          Color of the text that will be rendered on
 
          the video. This must be an hexadecimal (like
 
          HTML colors). The first two chars are for
 
          red, then green, then blue. #000000 = black,
 
          #FF0000 = red, #00FF00 = green, #FFFF00 =
 
          yellow (red + green), #FFFFFF = white
 
      --rss-size <integer>      Font size, pixels
 
          Font size, in pixels. Default is -1 (use
 
          default font size).
 
      --rss-speed <integer>      Speed of feeds
 
           Speed of the RSS/Atom feeds (bigger is
 
          slower).
 
       --rss-length <integer>    Max length
 
          Maximum number of characters displayed on the
 
          screen.
 
      --rss-ttl <integer>        Refresh time
 
          Number of seconds between each forced refresh
 
          of the feeds. 0 means that the feeds are
 
          never updated.
 
      --rss-images, --no-rss-images
 
                                 Feed images (default enabled)
 
           Display feed images if available. (default
 
 
           enabled)
 
           enabled)
 +
      --sout-display-delay=<integer>
 +
                                Delay
 +
          Introduces a delay in the display of the
 +
          stream.
  
  SAP Announcements
+
  Elementary stream output
       --sap-addr <string>       SAP multicast address
+
       --sout-es-access=<string> Output access method
           The SAP module normally chooses itself the
+
           This is the default output access method that
           right addresses to listen to. However, you
+
           will be used.
          can specify a specific address.
+
       --sout-es-access-audio=<string>
       --sap-ipv4, --no-sap-ipv4  IPv4 SAP (default enabled)
+
                                Audio output access method
           Listen to IPv4 announcements on the standard
+
           This is the output access method that will be
           address. (default enabled)
+
           used for audio.
       --sap-ipv6, --no-sap-ipv6  IPv6 SAP (default enabled)
+
       --sout-es-access-video=<string>
           Listen to IPv6 announcements on the standard
+
                                Video output access method
           addresses. (default enabled)
+
           This is the output access method that will be
       --sap-timeout <integer>   SAP timeout (seconds)
+
           used for video.
           Delay after which SAP items get deleted if no
+
       --sout-es-mux=<string>     Output muxer
           new announcement is received.
+
           This is the default muxer method that will be
       --sap-parse, --no-sap-parse
+
           used.
                                 Try to parse the announce (default enabled)
+
       --sout-es-mux-audio=<string>
           This enables actual parsing of the announces
+
                                 Audio output muxer
           by the SAP module. Otherwise, all
+
           This is the muxer that will be used for audio.
           announcements are parsed by the "livedotcom"
+
      --sout-es-mux-video=<string>
          (RTP/RTSP) module. (default enabled)
+
                                Video output muxer
       --sap-strict, --no-sap-strict
+
           This is the muxer that will be used for video.
                                 SAP Strict mode (default disabled)
+
      --sout-es-dst=<string>    Output URL
           When this is set, the SAP parser will discard
+
           This is the default output URI.
           some non-compliant announcements. (default
+
       --sout-es-dst-audio=<string>
          disabled)
+
                                 Audio output URL
       --sap-timeshift, --no-sap-timeshift
+
           This is the output URI that will be used for
                                 Allow timeshifting (default disabled)
+
           audio.
           This automatically enables timeshifting for
+
       --sout-es-dst-video=<string>
           streams discovered through SAP announcements.
+
                                 Video output URL
          (default disabled)
+
           This is the output URI that will be used for
 +
           video.
  
  Screen Input
+
  Mosaic bridge stream output
       --screen-caching <integer> Caching value in ms
+
       --sout-mosaic-bridge-id=<string>
           Caching value for screen capture. This value
+
                                ID
           should be set in milliseconds.
+
           Specify an identifier string for this
       --screen-fps <float>       Frame rate
+
           subpicture
           Desired frame rate for the capture.
+
       --sout-mosaic-bridge-width=<integer>
       --screen-fragment-size <integer>
+
                                Video width
                                 Capture fragment size
+
           Output video width.
           Optimize the capture by fragmenting the
+
       --sout-mosaic-bridge-height=<integer>
           screen in chunks of predefined height (16
+
                                 Video height
           might be a good value, and 0 means disabled).
+
           Output video height.
 +
      --sout-mosaic-bridge-sar=<string>
 +
                                Sample aspect ratio
 +
           Sample aspect ratio of the destination (1:1,
 +
           3:4, 2:3).
  
  Shoutcast radio listings
+
  RTP stream output
 
+
      --sout-rtp-dst=<string>    Destination
Show interface with mouse
+
          This is the output URL that will be used.
       --showintf-threshold <integer>
+
       --sout-rtp-sdp=<string>   SDP
                                Threshold
+
          This allows you to specify how the SDP
           Height of the zone triggering the interface.
+
          (Session Descriptor) for this RTP session
 
+
          will be made available. You must use an url:
Skinnable Interface
+
           http://location to access the SDP via HTTP,
       --skins2-last <string>     Skin to use
+
          rtsp://location for RTSP access, and sap://
           Path to the skin to use.
+
          for the SDP to be announced via SAP.
       --skins2-config <string>  Config of last used skin
+
       --sout-rtp-mux=<string>   Muxer
           Windows configuration of the last skin used.
+
          This allows you to specify the muxer used for
           This option is updated automatically, do not
+
           the streaming output. Default is to use no
           touch it.
+
          muxer (standard RTP stream).
       --skins2-systray, --no-skins2-systray
+
       --sout-rtp-name=<string>  Session name
                                Systray icon (default disabled)
+
          This is the name of the session that will be
           Show a systray icon for VLC (default disabled)
+
           announced in the SDP (Session Descriptor).
       --skins2-taskbar, --no-skins2-taskbar
+
      --sout-rtp-description=<string>
                                 Show VLC on the taskbar (default enabled)
+
                                Session description
           Show VLC on the taskbar (default enabled)
+
           This allows you to give a broader description
       --skins2-transparency, --no-skins2-transparency
+
          of the stream, that will be announced in the
                                 Enable transparency effects (default disabled)
+
           SDP (Session Descriptor).
           You can disable all transparency effects if
+
       --sout-rtp-url=<string>    Session URL
           you want. This is mainly useful when moving
+
          This allows you to give an URL with more
           windows does not behave correctly. (default
+
          details about the stream (often the website
           disabled)
+
          of the streaming organization), that will be
       --skinned-playlist, --no-skinned-playlist
+
          announced in the SDP (Session Descriptor).
                                 Enable transparency effects (default enabled)
+
      --sout-rtp-email=<string>  Session email
           You can disable all transparency effects if
+
          This allows you to give a contact mail
          you want. This is mainly useful when moving
+
           address for the stream, that will be
           windows does not behave correctly. (default
+
          announced in the SDP (Session Descriptor).
          enabled)
+
       --sout-rtp-port=<integer>  Port
 +
          This allows you to specify the base port for
 +
          the RTP streaming.
 +
      --sout-rtp-port-audio=<integer>
 +
                                 Audio port
 +
          This allows you to specify the default audio
 +
           port for the RTP streaming.
 +
       --sout-rtp-port-video=<integer>
 +
                                 Video port
 +
          This allows you to specify the default video
 +
           port for the RTP streaming.
 +
      --sout-rtp-ttl=<integer>  Hop limit (TTL)
 +
           This is the hop limit (also known as
 +
          "Time-To-Live" or TTL) of the multicast
 +
           packets sent by the stream output (0 = use
 +
           operating system built-in default).
 +
       --sout-rtp-mp4a-latm, --no-sout-rtp-mp4a-latm
 +
                                 MP4A LATM (default disabled)
 +
           This allows you to stream MPEG4 LATM audio
 +
           streams (see RFC3016). (default disabled)
  
  Bridge stream output
+
  Standard stream output
       --sout-bridge-out-id <integer>
+
       --sout-standard-access=<string>
                                 ID
+
                                 Output access method
           Integer identifier for this elementary
+
           This is the output access method that will be
           stream. This will be used to "find" this
+
           used.
          stream later.
+
      --sout-standard-mux=<string>
       --sout-bridge-in-delay <integer>
+
                                Output muxer
                                 Delay
+
          This is the muxer that will be used.
           Pictures coming from the picture video
+
       --sout-standard-dst=<string>
          outputs will be delayed according to this
+
                                 Output destination
           value (in milliseconds, should be >= 100 ms).
+
           This is the destination (URL) that will be
           For high values, you will need to raise
+
           used for the stream.
           caching values.
+
      --sout-standard-sap, --no-sout-standard-sap
       --sout-bridge-in-id-offset <integer>
+
                                SAP announcing (default disabled)
                                 ID Offset
+
          Announce this session with SAP. (default
           Offset to add to the stream IDs specified in
+
          disabled)
           bridge_out to obtain the stream IDs bridge_in
+
      --sout-standard-name=<string>
           will register.
+
                                Session name
 +
          This allows you to specify a name for the
 +
           session, that will be announced if you choose
 +
           to use SAP.
 +
       --sout-standard-group=<string>
 +
                                 Session groupname
 +
           This allows you to specify a group for the
 +
           session, that will be announced if you choose
 +
           to use SAP.
  
  Display stream output
+
  Transcode stream output
       --sout-display-audio, --no-sout-display-audio
+
       --sout-transcode-venc=<string>
                                Enable audio (default enabled)
+
                                 Video encoder
          Enable/disable audio rendering. (default
+
           This is the video encoder module that will be
          enabled)
+
           used (and its associated options).
      --sout-display-video, --no-sout-display-video
+
       --sout-transcode-vcodec=<string>
                                Enable video (default enabled)
+
                                 Destination video codec
          Enable/disable video rendering. (default
+
           This is the video codec that will be used.
          enabled)
+
       --sout-transcode-vb=<integer>
      --sout-display-delay <integer>
+
                                 Video bitrate
                                 Delay
+
           Target bitrate of the transcoded video stream.
          Introduces a delay in the display of the
+
       --sout-transcode-scale=<float>
          stream.
+
                                Video scaling
 
+
           Scale factor to apply to the video while
Elementary stream output
+
           transcoding (eg: 0.25)
      --sout-es-access <string>  Output access method
+
       --sout-transcode-fps=<float>
           This is the default output access method that
+
                                 Video frame-rate
           will be used.
+
           Target output frame rate for the video stream.
       --sout-es-access-audio <string>
+
       --sout-transcode-hurry-up, --no-sout-transcode-hurry-up
                                 Audio output access method
+
                                 Hurry up (default enabled)
           This is the output access method that will be
+
           The transcoder will drop frames if your CPU
          used for audio.
+
           can't keep up with the encoding rate.
       --sout-es-access-video <string>
+
          (default enabled)
                                 Video output access method
+
       --sout-transcode-deinterlace, --no-sout-transcode-deinterlace
           This is the output access method that will be
+
                                 Deinterlace video (default disabled)
          used for video.
+
           Deinterlace the video before encoding.
       --sout-es-mux <string>     Output muxer
+
          (default disabled)
           This is the default muxer method that will be
+
       --sout-transcode-deinterlace-module={deinterlace,ffmpeg-deinterlace}
           used.
+
                                 Deinterlace module
       --sout-es-mux-audio <string>
+
           Specify the deinterlace module to use.
                                 Audio output muxer
+
       --sout-transcode-width=<integer>
           This is the muxer that will be used for audio.
 
       --sout-es-mux-video <string>
 
                                Video output muxer
 
          This is the muxer that will be used for video.
 
      --sout-es-dst <string>    Output URL
 
          This is the default output URI.
 
      --sout-es-dst-audio <string>
 
                                 Audio output URL
 
           This is the output URI that will be used for
 
           audio.
 
       --sout-es-dst-video <string>
 
                                 Video output URL
 
           This is the output URI that will be used for
 
          video.
 
 
 
Mosaic bridge stream output
 
       --sout-mosaic-bridge-id <string>
 
                                 ID
 
           Specify an identifier string for this
 
          subpicture
 
       --sout-mosaic-bridge-width <integer>
 
 
                                 Video width
 
                                 Video width
 
           Output video width.
 
           Output video width.
       --sout-mosaic-bridge-height <integer>
+
       --sout-transcode-height=<integer>
 
                                 Video height
 
                                 Video height
 
           Output video height.
 
           Output video height.
       --sout-mosaic-bridge-sar <string>
+
       --sout-transcode-maxwidth=<integer>
                                 Sample aspect ratio
+
                                Maximum video width
           Sample aspect ratio of the destination (1:1,
+
          Maximum output video width.
           3:4, 2:3).
+
      --sout-transcode-maxheight=<integer>
 
+
                                Maximum video height
RTP stream output
+
          Maximum output video height.
       --sout-rtp-dst <string>   Destination
+
      --sout-transcode-vfilter=<string>
           This is the output URL that will be used.
+
                                 Video filter
       --sout-rtp-sdp <string>   SDP
+
           Video filters will be applied to the video
           This allows you to specify how the SDP
+
           streams (after overlays are applied). You
           (Session Descriptor) for this RTP session
+
          must enter a comma-separated list of filters.
           will be made available. You must use an url:
+
       --sout-transcode-croptop=<integer>
           http://location to access the SDP via HTTP,
+
                                Video crop (top)
           rtsp://location for RTSP access, and sap://
+
           Number of pixels to crop at the top of the
           for the SDP to be announced via SAP.
+
          video.
       --sout-rtp-mux <string>   Muxer
+
       --sout-transcode-cropleft=<integer>
           This allows you to specify the muxer used for
+
                                Video crop (left)
           the streaming output. Default is to use no
+
           Number of pixels to crop at the left of the
           muxer (standard RTP stream).
+
           video.
       --sout-rtp-name <string>   Session name
+
      --sout-transcode-cropbottom=<integer>
           This is the name of the session that will be
+
                                Video crop (bottom)
           announced in the SDP (Session Descriptor).
+
           Number of pixels to crop at the bottom of the
       --sout-rtp-description <string>
+
          video.
                                 Session description
+
      --sout-transcode-cropright=<integer>
           This allows you to give a broader description
+
                                Video crop (right)
           of the stream, that will be announced in the
+
           Number of pixels to crop at the right of the
           SDP (Session Descriptor).
+
           video.
       --sout-rtp-url <string>   Session URL
+
      --sout-transcode-paddtop=<integer>
           This allows you to give an URL with more
+
                                Video padding (top)
          details about the stream (often the website
+
           Size of the black border to add at the top of
          of the streaming organization), that will be
+
          the video.
           announced in the SDP (Session Descriptor).
+
       --sout-transcode-paddleft=<integer>
       --sout-rtp-email <string> Session email
+
                                Video padding (left)
           This allows you to give a contact mail
+
           Size of the black border to add at the left
          address for the stream, that will be
+
           of the video.
           announced in the SDP (Session Descriptor).
+
      --sout-transcode-paddbottom=<integer>
       --sout-rtp-port <integer> Port
+
                                Video padding (bottom)
           This allows you to specify the base port for
+
          Size of the black border to add at the bottom
          the RTP streaming.
+
           of the video.
       --sout-rtp-port-audio <integer>
+
       --sout-transcode-paddright=<integer>
                                 Audio port
+
                                Video padding (right)
           This allows you to specify the default audio
+
           Size of the black border to add at the right
          port for the RTP streaming.
+
           of the video.
       --sout-rtp-port-video <integer>
+
       --sout-transcode-canvas-width=<integer>
                                 Video port
+
                                 Video canvas width
           This allows you to specify the default video
+
           This will automatically crod and pad the
           port for the RTP streaming.
+
          video to a specified width.
       --sout-rtp-ttl <integer>   Time-To-Live (TTL)
+
      --sout-transcode-canvas-height=<integer>
           This allows you to specify the Time-To-Live
+
                                Video canvas height
           for the output stream.
+
           This will automatically crod and pad the
       --sout-rtp-mp4a-latm, --no-sout-rtp-mp4a-latm
+
           video to a specified height.
                                 MP4A LATM (default disabled)
+
       --sout-transcode-canvas-aspect=<string>
           This allows you to stream MPEG4 LATM audio
+
                                Video canvas aspect ratio
           streams (see RFC3016). (default disabled)
+
           This sets aspect (like 4:3) of the video
 
+
           canvas and letterbox the video accordingly.
Standard stream output
+
       --sout-transcode-aenc=<string>
       --sout-standard-access <string>
+
                                Audio encoder
                                 Output access method
+
           This is the audio encoder module that will be
           This is the output access method that will be
+
           used (and its associated options).
           used.
+
       --sout-transcode-acodec=<string>
       --sout-standard-mux <string>
+
                                Destination audio codec
                                 Output muxer
+
           This is the audio codec that will be used.
           This is the muxer that will be used.
+
       --sout-transcode-ab=<integer>
       --sout-standard-dst <string>
+
                                 Audio bitrate
                                 Output destination
+
           Target bitrate of the transcoded audio stream.
           This is the destination (URL) that will be
+
       --sout-transcode-channels=<integer>
          used for the stream.
+
                                 Audio channels
       --sout-standard-sap, --no-sout-standard-sap
+
           Number of audio channels in the transcoded
                                 SAP announcing (default disabled)
+
           streams.
           Announce this session with SAP. (default
+
       --sout-transcode-samplerate=<integer>
          disabled)
+
                                Audio sample rate
       --sout-standard-name <string>
+
           Sample rate of the transcoded audio stream
                                 Session name
+
           (11250, 22500, 44100 or 48000).
           This allows you to specify a name for the
+
       --sout-transcode-audio-sync, --no-sout-transcode-audio-sync
           session, that will be announced if you choose
+
                                 Synchronise on audio track (default disabled)
           to use SAP.
+
           This option will drop/duplicate video frames
       --sout-standard-group <string>
+
          to synchronise the video track on the audio
                                 Session groupname
+
           track. (default disabled)
           This allows you to specify a group for the
+
       --sout-transcode-afilter=<string>
           session, that will be announced if you choose
+
                                 Audio filter
           to use SAP.
+
           Audio filters will be applied to the audio
 +
          streams (after conversion filters are
 +
           applied). You must enter a comma-separated
 +
          list of filters.
 +
       --sout-transcode-senc=<string>
 +
                                 Subtitles encoder
 +
           This is the subtitles encoder module that
 +
          will be used (and its associated options).
 +
       --sout-transcode-scodec=<string>
 +
                                 Destination subtitles codec
 +
           This is the subtitles codec that will be used.
 +
       --sout-transcode-soverlay, --no-sout-transcode-soverlay
 +
                                 Destination subtitles codec (default disabled)
 +
           This is the subtitles codec that will be
 +
          used. (default disabled)
 +
       --sout-transcode-sfilter=<string>
 +
                                 Overlays
 +
           This allows you to add overlays (also known
 +
          as "subpictures" on the transcoded video
 +
          stream. The subpictures produced by the
 +
          filters will be overlayed directly onto the
 +
          video. You must specify a comma-separated
 +
           list of subpicture modules
 +
      --sout-transcode-osd, --no-sout-transcode-osd
 +
                                OSD menu (default disabled)
 +
          Stream the On Screen Display menu (using the
 +
           osdmenu subpicture module). (default disabled)
 +
       --sout-transcode-threads=<integer>
 +
                                 Number of threads
 +
           Number of threads used for the transcoding.
 +
      --sout-transcode-high-priority, --no-sout-transcode-high-priority
 +
                                High priority (default disabled)
 +
           Runs the optional encoder thread at the
 +
           OUTPUT priority instead of VIDEO. (default
 +
          disabled)
  
  Transcode stream output
+
  Text subtitles decoder
       --sout-transcode-venc <string>
+
       --subsdec-align={0 (Center), 1 (Left), 2 (Right)}
                                 Video encoder
+
                                 Subtitles justification
           This is the video encoder module that will be
+
           Set the justification of subtitles
          used (and its associated options).
+
       --subsdec-encoding={Default,ASCII,UTF-8,,ISO-8859-1,CP1252,MacRoman,MacIceland,ISO-8859-15,,ISO-8859-2,CP1250,MacCentralEurope,MacCroatian,MacRomania,,ISO-8859-5,CP1251,MacCyrillic,MacUkraine,KOI8-R,KOI8-U,KOI8-RU,,ISO-8859-6,CP1256,MacArabic,,ISO-8859-7,CP1253,MacGreek,,ISO-8859-8,CP1255,MacHebrew,,ISO-8859-9,CP1254,MacTurkish,,ISO-8859-13,CP1257,,ISO-2022-JP,ISO-2022-JP-1,ISO-2022-JP-2,EUC-JP,SHIFT_JIS,,ISO-2022-CN,ISO-2022-CN-EXT,EUC-CN,EUC-TW,BIG5,BIG5-HKSCS,,ISO-2022-KR,EUC-KR,,MacThai,KOI8-T,,ISO-8859-3,ISO-8859-4,ISO-8859-10,ISO-8859-14,ISO-8859-16,,CP850,CP862,CP866,CP874,CP932,CP949,CP950,CP1133,CP1258,,Macintosh,,UTF-7,UTF-16,UTF-16BE,UTF-16LE,UTF-32,UTF-32BE,UTF-32LE,C99,JAVA,UCS-2,UCS-2BE,UCS-2LE,UCS-4,UCS-4BE,UCS-4LE,,HZ,GBK,GB18030,JOHAB,ARMSCII-8,Georgian-Academy,Georgian-PS,TIS-620,MuleLao-1,VISCII,TCVN,HPROMAN8,NEXTSTEP}
       --sout-transcode-vcodec <string>
+
                                 Subtitles text encoding
                                 Destination video codec
+
           Set the encoding used in text subtitles
           This is the video codec that will be used.
+
       --subsdec-autodetect-utf8, --no-subsdec-autodetect-utf8
       --sout-transcode-vb <integer>
+
                                UTF-8 subtitles autodetection (default
                                Video bitrate
+
                                 enabled)
          Target bitrate of the transcoded video stream.
+
           This enables automatic detection of UTF-8
      --sout-transcode-scale <float>
+
           encoding within subtitles files. (default
                                 Video scaling
+
           enabled)
           Scale factor to apply to the video while
+
       --subsdec-formatted, --no-subsdec-formatted
           transcoding (eg: 0.25)
+
                                 Formatted Subtitles (default enabled)
      --sout-transcode-fps <float>
+
           Some subtitle formats allow for text
                                Video frame-rate
+
          formatting. VLC partly implements this, but
           Target output frame rate for the video stream.
+
           you can choose to disable all formatting.
       --sout-transcode-hurry-up, --no-sout-transcode-hurry-up
 
                                 Hurry up (default enabled)
 
           The transcoder will drop frames if your CPU
 
           can't keep up with the encoding rate.
 
 
           (default enabled)
 
           (default enabled)
      --sout-transcode-deinterlace, --no-sout-transcode-deinterlace
 
                                Deinterlace video (default disabled)
 
          Deinterlace the video before encoding.
 
          (default disabled)
 
      --sout-transcode-deinterlace-module {deinterlace,ffmpeg-deinterlace}
 
                                Deinterlace module
 
          Specify the deinterlace module to use.
 
      --sout-transcode-width <integer>
 
                                Video width
 
          Output video width.
 
      --sout-transcode-height <integer>
 
                                Video height
 
          Output video height.
 
      --sout-transcode-maxwidth <integer>
 
                                Maximum video width
 
          Maximum output video width.
 
      --sout-transcode-maxheight <integer>
 
                                Maximum video height
 
          Maximum output video height.
 
      --sout-transcode-vfilter <string>
 
                                Video filter
 
          Video filters will be applied to the video
 
          streams (after overlays are applied). You
 
          must enter a comma-separated list of filters.
 
      --sout-transcode-croptop <integer>
 
                                Video crop (top)
 
          Number of pixels to crop at the top of the
 
          video.
 
      --sout-transcode-cropleft <integer>
 
                                Video crop (left)
 
          Number of pixels to crop at the left of the
 
          video.
 
      --sout-transcode-cropbottom <integer>
 
                                Video crop (bottom)
 
          Number of pixels to crop at the bottom of the
 
          video.
 
      --sout-transcode-cropright <integer>
 
                                Video crop (right)
 
          Number of pixels to crop at the right of the
 
          video.
 
      --sout-transcode-paddtop <integer>
 
                                Video padding (top)
 
          Size of the black border to add at the top of
 
          the video.
 
      --sout-transcode-paddleft <integer>
 
                                Video padding (left)
 
          Size of the black border to add at the left
 
          of the video.
 
      --sout-transcode-paddbottom <integer>
 
                                Video padding (bottom)
 
          Size of the black border to add at the bottom
 
          of the video.
 
      --sout-transcode-paddright <integer>
 
                                Video padding (right)
 
          Size of the black border to add at the right
 
          of the video.
 
      --sout-transcode-canvas-width <integer>
 
                                Video canvas width
 
          This will automatically crod and pad the
 
          video to a specified width.
 
      --sout-transcode-canvas-height <integer>
 
                                Video canvas height
 
          This will automatically crod and pad the
 
          video to a specified height.
 
      --sout-transcode-canvas-aspect <string>
 
                                Video canvas aspect ratio
 
          This sets aspect (like 4:3) of the video
 
          canvas and letterbox the video accordingly.
 
      --sout-transcode-aenc <string>
 
                                Audio encoder
 
          This is the audio encoder module that will be
 
          used (and its associated options).
 
      --sout-transcode-acodec <string>
 
                                Destination audio codec
 
          This is the audio codec that will be used.
 
      --sout-transcode-ab <integer>
 
                                Audio bitrate
 
          Target bitrate of the transcoded audio stream.
 
      --sout-transcode-channels <integer>
 
                                Audio channels
 
          Number of audio channels in the transcoded
 
          streams.
 
      --sout-transcode-samplerate <integer>
 
                                Audio sample rate
 
          Sample rate of the transcoded audio stream
 
          (11250, 22500, 44100 or 48000).
 
      --sout-transcode-audio-sync, --no-sout-transcode-audio-sync
 
                                Synchronise on audio track (default disabled)
 
          This option will drop/duplicate video frames
 
          to synchronise the video track on the audio
 
          track. (default disabled)
 
      --sout-transcode-afilter <string>
 
                                Audio filter
 
          Audio filters will be applied to the audio
 
          streams (after conversion filters are
 
          applied). You must enter a comma-separated
 
          list of filters.
 
      --sout-transcode-senc <string>
 
                                Subtitles encoder
 
          This is the subtitles encoder module that
 
          will be used (and its associated options).
 
      --sout-transcode-scodec <string>
 
                                Destination subtitles codec
 
          This is the subtitles coded that will be used.
 
      --sout-transcode-soverlay, --no-sout-transcode-soverlay
 
                                Destination subtitles codec (default disabled)
 
          This is the subtitles coded that will be
 
          used. (default disabled)
 
      --sout-transcode-sfilter <string>
 
                                Overlays
 
          This allows you to add overlays (also known
 
          as "subpictures" on the transcoded video
 
          stream. The subpictures produced by the
 
          filters will be overlayed directly onto the
 
          video. You must specify a comma-separated
 
          list of subpicture modules
 
      --sout-transcode-osd, --no-sout-transcode-osd
 
                                OSD menu (default disabled)
 
          Stream the On Screen Display menu (using the
 
          osdmenu subpicture module). (default disabled)
 
      --sout-transcode-threads <integer>
 
                                Number of threads
 
          Number of threads used for the transcoding.
 
      --sout-transcode-high-priority, --no-sout-transcode-high-priority
 
                                High priority (default disabled)
 
          Runs the optional encoder thread at the
 
          OUTPUT priority instead of VIDEO. (default
 
          disabled)
 
  
  Text subtitles decoder
+
  Text subtitles parser
       --subsdec-align {0 (Center), 1 (Left), 2 (Right)}
+
       --sub-fps=<float>          Frames per second
                                Subtitles justification
+
          Override the normal frames per second
           Set the justification of subtitles
+
          settings. This will only work with MicroDVD
       --subsdec-encoding {Default,ASCII,UTF-8,,ISO-8859-1,CP1252,MacRoman,MacIceland,ISO-8859-15,,ISO-8859-2,CP1250,MacCentralEurope,MacCroatian,MacRomania,,ISO-8859-5,CP1251,MacCyrillic,MacUkraine,KOI8-R,KOI8-U,KOI8-RU,,ISO-8859-6,CP1256,MacArabic,,ISO-8859-7,CP1253,MacGreek,,ISO-8859-8,CP1255,MacHebrew,,ISO-8859-9,CP1254,MacTurkish,,ISO-8859-13,CP1257,,ISO-2022-JP,ISO-2022-JP-1,ISO-2022-JP-2,EUC-JP,SHIFT_JIS,,ISO-2022-CN,ISO-2022-CN-EXT,EUC-CN,EUC-TW,BIG5,BIG5-HKSCS,,ISO-2022-KR,EUC-KR,,MacThai,KOI8-T,,ISO-8859-3,ISO-8859-4,ISO-8859-10,ISO-8859-14,ISO-8859-16,,CP850,CP862,CP866,CP874,CP932,CP949,CP950,CP1133,CP1258,,Macintosh,,UTF-7,UTF-16,UTF-16BE,UTF-16LE,UTF-32,UTF-32BE,UTF-32LE,C99,JAVA,UCS-2,UCS-2BE,UCS-2LE,UCS-4,UCS-4BE,UCS-4LE,,HZ,GBK,GB18030,JOHAB,ARMSCII-8,Georgian-Academy,Georgian-PS,TIS-620,MuleLao-1,VISCII,TCVN,HPROMAN8,NEXTSTEP}
+
          and SubRIP (SRT) subtitles.
                                 Subtitles text encoding
+
      --sub-delay=<integer>      Subtitles delay
           Set the encoding used in text subtitles
+
           Apply a delay to all subtitles (in 1/10s, eg
       --subsdec-autodetect-utf8, --no-subsdec-autodetect-utf8
+
          100 means 10s).
                                 UTF-8 subtitles autodetection (default
+
       --sub-type={auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami,dvdsubtitle}
                                 enabled)
+
                                Subtitles format
           This enables automatic detection of UTF-8
+
          Force the subtiles format. Valid values are :
           encoding within subtitles files. (default
+
          "microdvd", "subrip", "ssa1", "ssa2-4",
           enabled)
+
          "ass", "vplayer" "sami", "dvdsubtitle" and
       --subsdec-formatted, --no-subsdec-formatted
+
          "auto" (meaning autodetection, this should
                                 Formatted Subtitles (default enabled)
+
          always work).
           Some subtitle formats allow for text
+
 
          formatting. VLC partly implements this, but
+
Philips OGT (SVCD subtitle) decoder
          you can choose to disable all formatting.
+
      --svcdsub-debug=<integer>  Enable debug
 +
          This integer when viewed in binary is a
 +
          debugging mask
 +
calls                1
 +
packet
 +
          assembly info  2
 +
 
 +
 
 +
VLM remote control interface
 +
      --telnet-host=<string>    Host
 +
          This is the host on which the interface will
 +
          listen. It defaults to all network interfaces
 +
          (0.0.0.0). If you want this interface to be
 +
          available only on the local machine, enter
 +
          "127.0.0.1".
 +
      --telnet-port=<integer>    Port
 +
          This is the TCP port on which this interface
 +
          will listen. It defaults to 4212.
 +
      --telnet-password=<string> Password
 +
          A single administration password is used to
 +
          protect this interface. The default value is
 +
          "admin".
 +
 
 +
Theora video decoder
 +
      --sout-theora-quality=<integer>
 +
                                Encoding quality
 +
          Enforce a quality between 1 (low) and 10
 +
          (high), instead of specifying a particular
 +
          bitrate. This will produce a VBR stream.
 +
 
 +
Video transformation filter
 +
      --transform-type={90,180,270,hflip,vflip}
 +
                                Transform type
 +
          One of '90', '180', '270', 'hflip' and 'vflip'
 +
 
 +
MPEG Transport Stream demuxer
 +
      --ts-extra-pmt=<string>    Extra PMT
 +
          Allows a user to specify an extra pmt
 +
          (pmt_pid=pid:stream_type[,...]).
 +
      --ts-es-id-pid, --no-ts-es-id-pid
 +
                                Set id of ES to PID (default enabled)
 +
          Set the internal ID of each elementary stream
 +
          handled by VLC to the same value as the PID
 +
          in the TS stream, instead of 1, 2, 3, etc.
 +
          Useful to do '#duplicate{..., select="es=<pid>
 +
          "}'. (default enabled)
 +
      --ts-out=<string>          Fast udp streaming
 +
          Sends TS to specific ip:port by udp (you must
 +
          know what you are doing).
 +
      --ts-out-mtu=<integer>    MTU for out mode
 +
          MTU for out mode.
 +
      --ts-csa-ck=<string>      CSA ck
 +
          Control word for the CSA encryption algorithm
 +
      --ts-csa-pkt=<integer>    Packet size in bytes to decrypt
 +
          Specify the size of the TS packet to decrypt.
 +
          The decryption routines subtract the
 +
          TS-header from the value before decrypting.
 +
      --ts-silent, --no-ts-silent
 +
                                Silent mode (default disabled)
 +
          Do not complain on encrypted PES. (default
 +
          disabled)
 +
      --ts-dump-file=<string>    Filename of dump
 +
          Specify a filename where to dump the TS in.
 +
      --ts-dump-append, --no-ts-dump-append
 +
                                Append (default disabled)
 +
          If the file exists and this option is
 +
          selected, the existing file will not be
 +
          overwritten. (default disabled)
 +
      --ts-dump-size=<integer>  Dump buffer size
 +
          Tweak the buffer size for reading and writing
 +
          an integer number of packets.Specify the size
 +
          of the buffer here and not the number of
 +
          packets.
 +
 
 +
Libtwolame audio encoder
 +
      --sout-twolame-quality=<float>
 +
                                Encoding quality
 +
          Force a specific encoding quality between 0.0
 +
          (high) and 50.0 (low), instead of specifying
 +
          a particular bitrate. This will produce a VBR
 +
          stream.
 +
      --sout-twolame-mode={0 (Stereo), 1 (Dual mono), 2 (Joint stereo)}
 +
                                 Stereo mode
 +
           Handling mode for stereo streams
 +
       --sout-twolame-vbr, --no-sout-twolame-vbr
 +
                                 VBR mode (default disabled)
 +
          Use Variable BitRate. Default is to use
 +
          Constant BitRate (CBR). (default disabled)
 +
      --sout-twolame-psy=<integer>
 +
                                 Psycho-acoustic model
 +
          Integer from -1 (no model) to 4.
 +
 
 +
VCD input
 +
      --vcd-caching=<integer>    Caching value in ms
 +
           Caching value for VCDs. This value should be
 +
          set in milliseconds.
 +
 
 +
Visualizer filter
 +
      --effect-list=<string>    Effects list
 +
          A list of visual effect, separated by
 +
          commas.
 +
Current effects include: dummy,
 +
          scope, spectrum.
 +
      --effect-width=<integer>  Video width
 +
          The width of the effects video window, in
 +
          pixels.
 +
      --effect-height=<integer>  Video height
 +
          The height of the effects video window, in
 +
          pixels.
 +
      --visual-nbbands=<integer> Number of bands
 +
          Number of bands used by spectrum analyzer,
 +
          should be 20 or 80.
 +
      --visual-separ=<integer>  Band separator
 +
           Number of blank pixels between bands.
 +
      --visual-amp=<integer>    Amplification
 +
          This is a coefficient that modifies the
 +
           height of the bands.
 +
       --visual-peaks, --no-visual-peaks
 +
                                 Enable peaks (default enabled)
 +
           Draw "peaks" in the spectrum analyzer.
 
           (default enabled)
 
           (default enabled)
 +
      --spect-show-original, --no-spect-show-original
 +
                                Enable original graphic spectrum (default
 +
                                disabled)
 +
          Enable the "flat" spectrum analyzer in the
 +
          spectrometer. (default disabled)
 +
      --spect-show-base, --no-spect-show-base
 +
                                Enable base (default enabled)
 +
          Defines whether to draw the base of the
 +
          bands. (default enabled)
 +
      --spect-radius=<integer>  Base pixel radius
 +
          Defines radius size in pixels, of base of
 +
          bands(beginning).
 +
      --spect-sections=<integer> Spectral sections
 +
          Determines how many sections of spectrum will
 +
          exist.
 +
      --spect-color=<integer>    V-plane color
 +
          YUV-Color cube shifting across the V-plane (
 +
          0 - 127 ).
 +
      --spect-show-bands, --no-spect-show-bands
 +
                                Enable bands (default enabled)
 +
          Draw bands in the spectrometer. (default
 +
          enabled)
 +
      --spect-nbbands=<integer>  Number of bands
 +
          Number of bands used by the spectrometer,
 +
          from 20 to 80.
 +
      --spect-separ=<integer>    Band separator
 +
          Number of blank pixels between bands.
 +
      --spect-amp=<integer>      Amplification
 +
          This is a coefficient that modifies the
 +
          height of the bands.
 +
      --spect-show-peaks, --no-spect-show-peaks
 +
                                Enable peaks (default enabled)
 +
          Draw "peaks" in the spectrum analyzer.
 +
          (default enabled)
 +
      --spect-peak-width=<integer>
 +
                                Peak extra width
 +
          Additions or subtractions of pixels on the
 +
          peak width.
 +
      --spect-peak-height=<integer>
 +
                                Peak height
 +
          Total pixel height of the peak items.
  
  Text subtitles parser
+
  RTSP VoD server
       --sub-fps <float>         Frames per second
+
       --rtsp-host=<string>       RTSP host address
           Override the normal frames per second
+
           This defines the address, port and path the
           settings. This will only work with MicroDVD
+
           RTSP VOD server will listen on.
           and SubRIP (SRT) subtitles.
+
Syntax is
      --sub-delay <integer>      Subtitles delay
+
           address:port/path. The default is to listen
           Apply a delay to all subtitles (in 1/10s, eg
+
           on all interfaces (address 0.0.0.0), on port
           100 means 10s).
+
           554, with no path.
      --sub-type {auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami,dvdsubtitle}
+
To listen only on the
                                Subtitles format
+
           local interface, use "localhost" as address.
          Force the subtiles format. Valid values are :
+
      --rtsp-raw-mux=<string>    MUX for RAW RTSP transport
           "microdvd", "subrip","ssa1", "ssa2-4", "ass",
+
           MUX for RAW RTSP transport
          "vplayer" "sami", "dvdsubtitle" and "auto"
+
       --rtsp-throttle-users=<integer>
           (meaning autodetection, this should always
+
                                Maximum number of connections
          work).
+
           This limits the maximum number of clients
 
+
           that can connect to the RTSP VOD. 0 means no
Philips OGT (SVCD subtitle) decoder
+
           limit.
       --svcdsub-debug <integer> Enable debug
 
           This integer when viewed in binary is a
 
           debugging mask
 
calls                1
 
packet
 
           assembly info  2
 
  
 
+
  Vorbis audio decoder
VLM remote control interface
+
       --sout-vorbis-quality=<integer>
      --telnet-host <string>    Host
 
          This is the host on which the interface will
 
          listen. It defaults to all network interfaces
 
          (0.0.0.0). If you want this interface to be
 
          available only on the local machine, enter
 
          "127.0.0.1".
 
      --telnet-port <integer>    Port
 
          This is the TCP port on which this interface
 
          will listen. It defaults to 4212.
 
      --telnet-password <string> Password
 
          A single administration password is used to
 
          protect this interface. The default value is
 
          "admin".
 
 
 
  Theora video decoder
 
       --sout-theora-quality <integer>
 
 
                                 Encoding quality
 
                                 Encoding quality
 
           Enforce a quality between 1 (low) and 10
 
           Enforce a quality between 1 (low) and 10
 
           (high), instead of specifying a particular
 
           (high), instead of specifying a particular
 
           bitrate. This will produce a VBR stream.
 
           bitrate. This will produce a VBR stream.
 +
      --sout-vorbis-max-bitrate=<integer>
 +
                                Maximum encoding bitrate
 +
          Maximum bitrate in kbps. This is useful for
 +
          streaming applications.
 +
      --sout-vorbis-min-bitrate=<integer>
 +
                                Minimum encoding bitrate
 +
          Minimum bitrate in kbps. This is useful for
 +
          encoding for a fixed-size channel.
 +
      --sout-vorbis-cbr, --no-sout-vorbis-cbr
 +
                                CBR encoding (default disabled)
 +
          Force a constant bitrate encoding (CBR).
 +
          (default disabled)
  
  Time display sub filter
+
  Wall video filter
       --time-format <string>    Time format string (%Y%m%d %H%M%S)
+
       --wall-cols=<integer>     Number of columns
          Time format string (%Y = year, %m = month, %d
+
           Number of horizontal windows in which to
          = day, %H = hour, %M = minute, %S = second).
+
           split the video.
      --time-x <integer>         X offset
+
       --wall-rows=<integer>      Number of rows
          X offset, from the left screen edge
+
           Number of vertical windows in which to split
      --time-y <integer>        Y offset
+
           the video.
          Y offset, down from the top
+
       --wall-active=<string>    Active windows
      --time-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
           Comma-separated list of active windows,
                                Text position
+
           defaults to all
          You can enforce the text position on the
+
       --wall-element-aspect=<string>
          video (0=center, 1=left, 2=right, 4=top,
+
                                 Element aspect ratio
          8=bottom, you can also use combinations of
+
           Aspect ratio of the individual displays
           these values, e.g. 6 = top-right).
+
           building the wall.
      --time-opacity <integer>  Opacity
 
          Opacity (inverse of transparency) of overlay
 
          text. 0 = transparent, 255 = totally opaque.
 
      --time-color {-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
 
                                Color
 
          Color of the text that will be rendered on
 
           the video. This must be an hexadecimal (like
 
          HTML colors). The first two chars are for
 
          red, then green, then blue. #000000 = black,
 
          #FF0000 = red, #00FF00 = green, #FFFF00 =
 
          yellow (red + green), #FFFFFF = white
 
       --time-size <integer>      Font size, pixels
 
          Font size, in pixels. Default is -1 (use
 
          default font size).
 
 
 
Video transformation filter
 
      --transform-type {90,180,270,hflip,vflip}
 
                                Transform type
 
          One of '90', '180', '270', 'hflip' and 'vflip'
 
 
 
MPEG Transport Stream demuxer
 
      --ts-extra-pmt <string>    Extra PMT
 
          Allows a user to specify an extra pmt
 
           (pmt_pid=pid:stream_type[,...]).
 
      --ts-es-id-pid, --no-ts-es-id-pid
 
                                Set id of ES to PID (default enabled)
 
           Set the internal ID of each elementary stream
 
          handled by VLC to the same value as the PID
 
          in the TS stream, instead of 1, 2, 3, etc.
 
          Useful to do '#duplicate{..., select="es=<pid>
 
          "}'. (default enabled)
 
       --ts-out <string>          Fast udp streaming
 
          Sends TS to specific ip:port by udp (you must
 
          know what you are doing).
 
      --ts-out-mtu <integer>    MTU for out mode
 
          MTU for out mode.
 
      --ts-csa-ck <string>      CSA ck
 
           Control word for the CSA encryption algorithm
 
      --ts-csa-pkt <integer>    Packet size in bytes to decrypt
 
          Specify the size of the TS packet to decrypt.
 
          The decryption routines subtract the
 
          TS-header from the value before decrypting.
 
      --ts-silent, --no-ts-silent
 
                                Silent mode (default disabled)
 
           Do not complain on encrypted PES. (default
 
          disabled)
 
       --ts-dump-file <string>   Filename of dump
 
          Specify a filename where to dump the TS in.
 
      --ts-dump-append, --no-ts-dump-append
 
                                 Append (default disabled)
 
          If the file exists and this option is
 
          selected, the existing file will not be
 
           overwritten. (default disabled)
 
      --ts-dump-size <integer>  Dump buffer size
 
          Tweak the buffer size for reading and writing
 
          an integer number of packets.Specify the size
 
           of the buffer here and not the number of
 
          packets.
 
  
  Libtwolame audio encoder
+
  Win32 waveOut extension output
       --sout-twolame-quality <float>
+
       --waveout-float32, --no-waveout-float32
                                 Encoding quality
+
                                 Use float32 output (default enabled)
          Force a specific encoding quality between 0.0
+
           The option allows you to enable or disable
          (high) and 50.0 (low), instead of specifying
+
           the high-quality float32 audio output mode
           a particular bitrate. This will produce a VBR
+
           (which is not well supported by some
           stream.
+
           soundcards). (default enabled)
      --sout-twolame-mode {0 (Stereo), 1 (Dual mono), 2 (Joint stereo)}
 
                                Stereo mode
 
           Handling mode for stereo streams
 
      --sout-twolame-vbr, --no-sout-twolame-vbr
 
                                VBR mode (default disabled)
 
          Use Variable BitRate. Default is to use
 
           Constant BitRate (CBR). (default disabled)
 
      --sout-twolame-psy <integer>
 
                                Psycho-acoustic model
 
          Integer from -1 (no model) to 4.
 
  
  VCD input
+
  wxWidgets interface module
       --vcd-caching <integer>    Caching value in ms
+
       --wx-embed, --no-wx-embed  Embed video in interface (default enabled)
           Caching value for VCDs. This value should be
+
           Embed the video inside the interface instead
           set in milliseconds.
+
           of having it in a separate window. (default
 
+
          enabled)
Visualizer filter
+
       --wx-bookmarks, --no-wx-bookmarks
       --effect-list <string>    Effects list
+
                                Bookmarks dialog (default disabled)
          A list of visual effect, separated by
+
           Show bookmarks dialog at startup (default
           commas.
+
           disabled)
Current effects include: dummy,
+
       --wx-taskbar, --no-wx-taskbar
           scope, spectrum.
+
                                Taskbar (default enabled)
       --effect-width <integer>  Video width
+
           Show VLC on the taskbar (default enabled)
           The width of the effects video window, in
+
       --wx-extended, --no-wx-extended
          pixels.
+
                                Extended GUI (default disabled)
       --effect-height <integer>  Video height
+
           Show extended GUI (equalizer, image adjust,
          The height of the effects video window, in
+
           video filters...) at startup (default
          pixels.
+
          disabled)
      --visual-nbbands <integer> Number of bands
+
       --wx-minimal, --no-wx-minimal
           Number of bands used by spectrum analyzer,
+
                                Minimal interface (default disabled)
           should be 20 or 80.
+
           Use minimal interface, with no toolbar and
       --visual-separ <integer>  Band separator
+
           fewer menus. (default disabled)
          Number of blank pixels between bands.
+
       --wx-autosize, --no-wx-autosize
      --visual-amp <integer>    Amplification
+
                                 Size to video (default enabled)
           This is a coefficient that modifies the
+
           Resize VLC to match the video resolution.
           height of the bands.
 
       --visual-peaks, --no-visual-peaks
 
                                 Enable peaks (default enabled)
 
           Draw "peaks" in the spectrum analyzer.
 
 
           (default enabled)
 
           (default enabled)
       --spect-show-original, --no-spect-show-original
+
       --wx-playlist-view={0 (Normal), 1 (Embedded), 2 (Both)}
                                Enable original graphic spectrum (default
+
                                 Playlist view
                                 disabled)
+
           There are two possible playlist views in the
           Enable the "flat" spectrum analyzer in the
+
           interface : the normal playlist (separate
           spectrometer. (default disabled)
+
          window), or an embedded playlist (within the
      --spect-show-base, --no-spect-show-base
+
           main interface, but with less features). You
                                Enable base (default enabled)
+
           can select which one will be available on the
          Defines whether to draw the base of the
+
           toolbar (or both).
           bands. (default enabled)
+
       --wx-systray, --no-wx-systray
      --spect-radius <integer>  Base pixel radius
+
                                Systray icon (default disabled)
           Defines radius size in pixels, of base of
+
           Show a systray icon for VLC (default disabled)
           bands(beginning).
+
       --wx-labels, --no-wx-labels
       --spect-sections <integer> Spectral sections
+
                                 Show labels in toolbar (default disabled)
          Determines how many sections of spectrum will
+
           Show labels below the icons in the toolbar.
          exist.
+
          (default disabled)
      --spect-color <integer>    V-plane color
+
       --wx-config-last=<stringlast config
          YUV-Color cube shifting across the V-plane (
+
           last config
           0 - 127 ).
+
 
       --spect-show-bands, --no-spect-show-bands
+
H.264/MPEG4 AVC encoder (using x264 library)
                                 Enable bands (default enabled)
+
       --sout-x264-keyint=<integer>
           Draw bands in the spectrometer. (default
+
                                Maximum GOP size
          enabled)
+
           Sets maximum interval between
       --spect-nbbands <integerNumber of bands
+
          IDR-frames.Larger values save bits, thus
           Number of bands used by the spectrometer,
+
           improving quality for a given bitrate at the
          from 20 to 80.
+
           cost of seeking precision.
       --spect-separ <integer>   Band separator
+
       --sout-x264-min-keyint=<integer>
           Number of blank pixels between bands.
+
                                 Minimum GOP size
      --spect-amp <integer>      Amplification
+
           Sets minimum interval between IDR-frames. In
           This is a coefficient that modifies the
+
           H.264, I-frames do not necessarily bound a
           height of the bands.
+
          closed GOP because it is allowable for a
       --spect-show-peaks, --no-spect-show-peaks
+
           P-frame to be predicted from more frames than
                                Enable peaks (default enabled)
+
           just the one frame before it (also see
          Draw "peaks" in the spectrum analyzer.
+
           reference frame option). Therefore, I-frames
          (default enabled)
+
           are not necessarily seekable. IDR-frames
      --spect-peak-width <integer>
+
           restrict subsequent P-frames from referring
                                 Peak extra width
+
           to any frame prior to the IDR-frame.  
           Additions or subtractions of pixels on the
+
If
           peak width.
+
           scenecuts appear within this interval, they
      --spect-peak-height <integer>
+
          are still encoded as I-frames, but do not
                                Peak height
+
           start a new GOP.
           Total pixel height of the peak items.
+
       --sout-x264-scenecut=<integer>
 
+
                                 Extra I-frames aggressivity
RTSP VoD server
+
           Scene-cut detection. Controls how
      --rtsp-host <string>      RTSP host address
+
           aggressively to insert extra I-frames. With
           This defines the address, port and path the
+
           small values of scenecut, the codec often has
           RTSP VOD server will listen on.
+
          to force an I-frame when it would exceed
Syntax is
+
          keyint. Good values of scenecut may find a
           address:port/path. The default is to listen
+
           better location for the I-frame. Large values
           on all interfaces (address 0.0.0.0), on port
+
           use more I-frames than necessary, thus
           554, with no path.
+
           wasting bits. -1 disables scene-cut
To listen only on the
+
          detection, so I-frames are inserted only
           local interface, use "localhost" as address.
+
          every other keyint frames, which probably
      --rtsp-raw-mux <string>    MUX for RAW RTSP transport
+
           leads to ugly encoding artifacts. Range 1 to
           MUX for RAW RTSP transport
+
           100.
       --rtsp-throttle-users <integer>
+
       --sout-x264-bframes=<integer>
                                 Maximum number of connections
+
                                 B-frames between I and P
           This limits the maximum number of clients
+
           Number of consecutive B-frames between I and
           that can connect to the RTSP VOD. 0 means no
+
           P-frames. Range 1 to 16.
           limit.
+
       --sout-x264-b-adapt, --no-sout-x264-b-adapt
 
+
                                 Adaptive B-frame decision (default enabled)
Vorbis audio decoder
+
           Force the specified number of consecutive
      --sout-vorbis-quality <integer>
+
          B-frames to be used, except possibly before
                                Encoding quality
+
           an I-frame. (default enabled)
           Enforce a quality between 1 (low) and 10
+
       --sout-x264-b-bias=<integer>
           (high), instead of specifying a particular
+
                                 Influence (bias) B-frames usage
           bitrate. This will produce a VBR stream.
+
           Bias the choice to use B-frames. Positive
      --sout-vorbis-max-bitrate <integer>
+
           values cause more B-frames, negative values
                                Maximum encoding bitrate
+
           cause less B-frames.
           Maximum bitrate in kbps. This is useful for
+
       --sout-x264-bpyramid, --no-sout-x264-bpyramid
           streaming applications.
+
                                 Keep some B-frames as references (default
       --sout-vorbis-min-bitrate <integer>
 
                                 Minimum encoding bitrate
 
           Minimum bitrate in kbps. This is useful for
 
           encoding for a fixed-size channel.
 
       --sout-vorbis-cbr, --no-sout-vorbis-cbr
 
                                 CBR encoding (default disabled)
 
           Force a constant bitrate encoding (CBR).
 
           (default disabled)
 
 
 
DirectX video output
 
       --directx-hw-yuv, --no-directx-hw-yuv
 
                                 Use hardware YUV->RGB conversions (default
 
                                enabled)
 
           Try to use hardware acceleration for YUV->RGB
 
           conversions. This option doesn't have any
 
           effect when using overlays. (default enabled)
 
       --directx-use-sysmem, --no-directx-use-sysmem
 
                                 Use video buffers in system memory (default
 
 
                                 disabled)
 
                                 disabled)
           Create video buffers in system memory instead
+
           Allows B-frames to be used as references for
           of video memory. This isn't recommended as
+
           predicting other frames. Keeps the middle of
           usually using video memory allows to benefit
+
          2+ consecutive B-frames as a reference, and
           from more hardware acceleration (like
+
           reorders frame appropriately. (default
           rescaling or YUV->RGB conversions). This
+
           disabled)
           option doesn't have any effect when using
+
      --sout-x264-cabac, --no-sout-x264-cabac
           overlays. (default disabled)
+
                                CABAC (default enabled)
       --directx-3buffering, --no-directx-3buffering
+
           CABAC (Context-Adaptive Binary Arithmetic
                                 Use triple buffering for overlays (default
+
          Coding). Slightly slows down encoding and
                                enabled)
+
           decoding, but should save 10 to 15% bitrate.
           Try to use triple buffering when using YUV
+
           (default enabled)
          overlays. That results in much better video
+
       --sout-x264-ref=<integer>  Number of reference frames
           quality (no flickering). (default enabled)
+
          Number of previous frames used as predictors.
       --directx-device {}        Name of desired display device
+
          This is effective in Anime, but seems to make
           In a multiple monitor configuration, you can
+
          little difference in live-action source
           specify the Windows device name of the
+
          material. Some decoders are unable to deal
           display that you want the video window to
+
          with large frameref values. Range 1 to 16.
           open on. For example, "\\.\DISPLAY1" or
+
      --sout-x264-nf, --no-sout-x264-nf
           "\\.\DISPLAY2".
+
                                 Skip loop filter (default disabled)
       --directx-wallpaper, --no-directx-wallpaper
+
           Deactivate the deblocking loop filter
                                 Enable wallpaper mode (default disabled)
+
           (decreases quality). (default disabled)
           The wallpaper mode allows you to display the
+
       --sout-x264-deblock=<string>
           video as the desktop background. Note that
+
                                Loop filter AlphaC0 and Beta parameters
           this feature only works in overlay mode and
+
                                alpha:beta
           the desktop must not already have a
+
          Loop filter AlphaC0 and Beta parameters.
           wallpaper. (default disabled)
+
          Range -6 to 6 for both alpha and beta
 
+
           parameters. -6 means light filter, 6 means
Wall video filter
+
          strong.
       --wall-cols <integer>     Number of columns
+
      --sout-x264-level=<string> H.264 level
           Number of horizontal windows in which to
+
           Specify H.264 level (as defined by Annex A of
           split the video.
+
          the standard). Levels are not enforced; it's
       --wall-rows <integer>     Number of rows
+
           up to the user to select a level compatible
           Number of vertical windows in which to split
+
           with the rest of the encoding options. Range
           the video.
+
           1 to 5.1 (10 to 51 is also allowed).
       --wall-active <string>     Active windows
+
       --sout-x264-interlaced, --no-sout-x264-interlaced
           Comma-separated list of active windows,
+
                                 Interlaced mode (default disabled)
           defaults to all
+
           Pure-interlaced mode. (default disabled)
       --wall-element-aspect <string>
+
      --sout-x264-qp=<integer>  Set QP
                                 Element aspect ratio
+
           This selects the quantizer to use. Lower
           Aspect ratio of the individual displays
+
           values result in better fidelity, but higher
           building the wall.
+
           bitrates. 26 is a good default value. Range 0
 
+
           (lossless) to 51.
Win32 waveOut extension output
+
      --sout-x264-crf=<integer>  Quality-based VBR
       --waveout-float32, --no-waveout-float32
+
          1-pass Quality-based VBR. Range 0 to 51.
                                 Use float32 output (default enabled)
+
       --sout-x264-qpmin=<integer>
           The option allows you to enable or disable
+
                                Min QP
           the high-quality float32 audio output mode
+
          Minimum quantizer parameter. 15 to 35 seems
           (which is not well supported by some
+
           to be a useful range.
           soundcards). (default enabled)
+
      --sout-x264-qpmax=<integer>
 +
                                Max QP
 +
           Maximum quantizer parameter.
 +
       --sout-x264-qpstep=<integer>
 +
                                Max QP step
 +
          Max QP step between frames.
 +
      --sout-x264-ratetol=<float>
 +
                                Average bitrate tolerance
 +
           Allowed variance in average bitrate (in
 +
           kbits/s).
 +
       --sout-x264-vbv-maxrate=<integer>
 +
                                Max local bitrate
 +
           Sets a maximum local bitrate (in kbits/s).
 +
      --sout-x264-vbv-bufsize=<integer>
 +
                                VBV buffer
 +
          Averaging period for the maximum local
 +
           bitrate (in kbits).
 +
       --sout-x264-vbv-init=<float>
 +
                                 Initial VBV buffer occupancy
 +
           Sets the initial buffer occupancy as a
 +
           fraction of the buffer size. Range 0.0 to 1.0.
 +
      --sout-x264-ipratio=<float>
 +
                                QP factor between I and P
 +
          QP factor between I and P. Range 1.0 to 2.0.
 +
       --sout-x264-pbratio=<float>
 +
                                QP factor between P and B
 +
          QP factor between P and B. Range 1.0 to 2.0.
 +
      --sout-x264-chroma-qp-offset=<integer>
 +
                                 QP difference between chroma and luma
 +
          QP difference between chroma and luma.
 +
      --sout-x264-qcomp=<float>  QP curve compression
 +
          QP curve compression. Range 0.0 (CBR) to 1.0
 +
          (QCP).
 +
      --sout-x264-cplxblur=<float>
 +
                                Reduce fluctuations in QP
 +
           This reduces the fluctuations in QP before
 +
          curve compression. Temporally blurs
 +
          complexity.
 +
      --sout-x264-qblur=<float>  Reduce fluctuations in QP
 +
           This reduces the fluctations in QP after
 +
          curve compression. Temporally blurs quants.
 +
      --sout-x264-partitions={none,fast,normal,slow,all}
 +
                                Partitions to consider
 +
          Partitions to consider in analyse mode:
 +
-
 +
          none  :
 +
- fast  : i4x4
 +
- normal:
 +
           i4x4,p8x8,(i8x8)
 +
- slow  : i4x4,p8x8,(i8x8),b
 +
           8x8
 +
- all  : i4x4,p8x8,(i8x8),b8x8,p4x4
 +
(p4x
 +
          4 requires p8x8. i8x8 requires 8x8dct).
 +
      --sout-x264-direct={none,spatial,temporal,auto}
 +
                                Direct MV prediction mode
 +
          Direct MV prediction mode.
 +
      --sout-x264-direct-8x8=<integer>
 +
                                Direct prediction size
 +
          Direct prediction size:  -  0: 4x4
 +
-  1:
 +
          8x8
 +
- -1: smallest possible according to
 +
          level
  
wxWidgets interface module
+
       --sout-x264-weightb, --no-sout-x264-weightb
       --wx-embed, --no-wx-embed  Embed video in interface (default enabled)
+
                                Weighted prediction for B-frames (default
          Embed the video inside the interface instead
+
                                 disabled)
          of having it in a separate window. (default
+
           Weighted prediction for B-frames. (default
          enabled)
 
      --wx-bookmarks, --no-wx-bookmarks
 
                                 Bookmarks dialog (default disabled)
 
           Show bookmarks dialog at startup (default
 
 
           disabled)
 
           disabled)
       --wx-taskbar, --no-wx-taskbar
+
       --sout-x264-me={dia,hex,umh,esa}
                                Taskbar (default enabled)
+
                                Integer pixel motion estimation method
           Show VLC on the taskbar (default enabled)
+
          Selects the motion estimation algorithm:  -
       --wx-extended, --no-wx-extended
+
          dia: diamond search, radius 1 (fast)
                                 Extended GUI (default disabled)
+
- hex:
           Show extended GUI (equalizer, image adjust,
+
          hexagonal search, radius 2
           video filters...) at startup (default
+
- umh: uneven
           disabled)
+
          multi-hexagon search (better but slower)
       --wx-minimal, --no-wx-minimal
+
-
                                 Minimal interface (default disabled)
+
           esa: exhaustive search (extremely slow,
           Use minimal interface, with no toolbar and
+
          primarily for testing)
           fewer menus. (default disabled)
+
 
       --wx-autosize, --no-wx-autosize
+
       --sout-x264-merange=<integer>
                                 Size to video (default enabled)
+
                                 Maximum motion vector search range
           Resize VLC to match the video resolution.
+
          Maximum distance to search for motion
           (default enabled)
+
          estimation, measured from predicted
       --wx-playlist-view {0 (Normal), 1 (Embedded), 2 (Both)}
+
          position(s). Default of 16 is good for most
                                 Playlist view
+
           footage, high motion sequences may benefit
          There are two possible playlist views in the
+
           from settings between 24 and 32. Range 0 to
          interface : the normal playlist (separate
+
          64.
           window), or an embedded playlist (within the
+
      --sout-x264-subme=<integer>
           main interface, but with less features). You
+
                                Subpixel motion estimation and partition
          can select which one will be available on the
+
                                decision quality
          toolbar (or both).
+
          This parameter controls quality versus speed
       --wx-systray, --no-wx-systray
+
          tradeoffs involved in the motion estimation
                                 Systray icon (default disabled)
+
          decision process (lower = quicker and higher
           Show a systray icon for VLC (default disabled)
+
           = better quality). Range 1 to 7.
       --wx-labels, --no-wx-labels
+
       --sout-x264-b-rdo, --no-sout-x264-b-rdo
                                 Show labels in toolbar (default disabled)
+
                                 RD based mode decision for B-frames (default
           Show labels below the icons in the toolbar.
+
                                disabled)
           (default disabled)
+
           RD based mode decision for B-frames. This
       --wx-config-last <stringlast config
+
           requires subme 6 (or higher). (default
           last config
+
          disabled)
 +
       --sout-x264-mixed-refs, --no-sout-x264-mixed-refs
 +
                                Decide references on a per partition basis
 +
                                 (default disabled)
 +
           Allows each 8x8 or 16x8 partition to
 +
          independently select a reference frame, as
 +
          opposed to only one ref per macroblock.
 +
           (default disabled)
 +
       --sout-x264-chroma-me, --no-sout-x264-chroma-me
 +
                                 Chroma in motion estimation (default enabled)
 +
           Chroma ME for subpel and mode decision in
 +
           P-frames. (default enabled)
 +
       --sout-x264-bime, --no-sout-x264-bime
 +
                                Jointly optimize both MVs in B-frames
 +
                                 (default disabled)
 +
           Joint bidirectional motion refinement.
 +
          (default disabled)
 +
       --sout-x264-8x8dct, --no-sout-x264-8x8dct
 +
                                 Adaptive spatial transform size (default
 +
                                disabled)
 +
           SATD-based decision for 8x8 transform in
 +
           inter-MBs. (default disabled)
 +
       --sout-x264-trellis=<integer>
 +
                                Trellis RD quantization
 +
          Trellis RD quantization:
 +
  - 0: disabled
 +
-
 +
           1: enabled only on the final encode of a MB
  
H.264/MPEG4 AVC encoder (using x264 library)
+
          - 2: enabled on all mode decisions
       --sout-x264-keyint <integer>
+
This
                                 Maximum GOP size
+
          requires CABAC.
          Sets maximum interval between
+
       --sout-x264-fast-pskip, --no-sout-x264-fast-pskip
           IDR-frames.Larger values save bits, thus
+
                                 Early SKIP detection on P-frames (default
           improving quality for a given bitrate at the
+
                                enabled)
          cost of seeking precision.
+
           Early SKIP detection on P-frames. (default
       --sout-x264-min-keyint <integer>
+
           enabled)
                                 Minimum GOP size
+
       --sout-x264-dct-decimate, --no-sout-x264-dct-decimate
          Sets minimum interval between IDR-frames. In
+
                                 Coefficient thresholding on P-frames (default
           H.264, I-frames do not necessarily bound a
+
                                enabled)
          closed GOP because it is allowable for a
+
           Coefficient thresholding on P-frames.Eliminate
           P-frame to be predicted from more frames than
+
          dct blocks containing only a small single
          just the one frame before it (also see
+
           coefficient. (default enabled)
          reference frame option). Therefore, I-frames
+
      --sout-x264-nr=<integer>  Noise reduction
          are not necessarily seekable. IDR-frames
+
           Dct-domain noise reduction. Adaptive
          restrict subsequent P-frames from referring
+
           pseudo-deadzone. 10 to 1000 seems to be a
           to any frame prior to the IDR-frame.  
+
           useful range.
If
+
       --sout-x264-deadzone-inter=<integer>
           scenecuts appear within this interval, they
+
                                 Inter luma quantization deadzone
          are still encoded as I-frames, but do not
+
           Set the size of the intra luma quantization
           start a new GOP.
+
           deadzone. Range 0 to 32.
       --sout-x264-scenecut <integer>
+
      --sout-x264-deadzone-intra=<integer>
                                 Extra I-frames aggressivity
+
                                Intra luma quantization deadzone
           Scene-cut detection. Controls how
+
           Set the size of the intra luma quantization
           aggressively to insert extra I-frames. With
+
           deadzone. Range 0 to 32.
           small values of scenecut, the codec often has
+
      --sout-x264-asm, --no-sout-x264-asm
           to force an I-frame when it would exceed
+
                                CPU optimizations (default enabled)
          keyint. Good values of scenecut may find a
+
           Use assembler CPU optimizations. (default
          better location for the I-frame. Large values
+
           enabled)
          use more I-frames than necessary, thus
+
       --sout-x264-psnr, --no-sout-x264-psnr
          wasting bits. -1 disables scene-cut
+
                                 PSNR computation (default disabled)
          detection, so I-frames are inserted only
+
           Compute and print PSNR stats. This has no
          every other keyint frames, which probably
+
           effect on the actual encoding quality.
           leads to ugly encoding artifacts. Range 1 to
+
          (default disabled)
           100.
+
       --sout-x264-ssim, --no-sout-x264-ssim
       --sout-x264-bframes <integer>
+
                                 SSIM computation (default disabled)
                                 B-frames between I and P
+
           Compute and print SSIM stats. This has no
           Number of consecutive B-frames between I and
+
          effect on the actual encoding quality.
           P-frames. Range 1 to 16.
+
           (default disabled)
       --sout-x264-b-adapt, --no-sout-x264-b-adapt
+
      --sout-x264-quiet, --no-sout-x264-quiet
                                 Adaptive B-frame decision (default enabled)
+
                                Quiet mode (default disabled)
           Force the specified number of consecutive
+
           Quiet mode. (default disabled)
           B-frames to be used, except possibly before
+
       --sout-x264-sps-id=<integer>
           an I-frame. (default enabled)
+
                                 SPS and PPS id numbers
       --sout-x264-b-bias <integer>
+
           Set SPS and PPS id numbers to allow
                                 B-frames usage
+
          concatenating streams with different settings.
           Bias the choice to use B-frames. Positive
+
      --sout-x264-aud, --no-sout-x264-aud
          values cause more B-frames, negative values
+
                                Access unit delimiters (default disabled)
           cause less B-frames.
+
           Generate access unit delimiter NAL units.
       --sout-x264-bpyramid, --no-sout-x264-bpyramid
+
          (default disabled)
                                 Keep some B-frames as references (default
+
       --sout-x264-verbose, --no-sout-x264-verbose
                                disabled)
+
                                 Statistics (default disabled)
           Allows B-frames to be used as references for
+
          Print stats for each frame. (default disabled)
           predicting other frames. Keeps the middle of
+
 
           2+ consecutive B-frames as a reference, and
+
DirectShow input
           reorders frame appropriately. (default
+
      --dshow-caching=<integer>  Caching value in ms
 +
          Caching value for DirectShow streams. This
 +
          value should be set in millisecondss.
 +
      --dshow-vdev={,none}      Video device name
 +
           Name of the video device that will be used by
 +
          the DirectShow plugin. If you don't specify
 +
          anything, the default device will be used.
 +
      --dshow-adev={,none}      Audio device name
 +
          Name of the audio device that will be used by
 +
           the DirectShow plugin. If you don't specify
 +
          anything, the default device will be used.
 +
          You can specify a standard size (cif, d1,
 +
          ...) or <width>x<height>
 +
      --dshow-size=<string>      Video size
 +
          Size of the video that will be displayed by
 +
           the DirectShow plugin. If you don't specify
 +
          anything the default size for your device
 +
          will be used.
 +
      --dshow-chroma=<string>    Video input chroma format
 +
          Force the DirectShow video input to use a
 +
          specific chroma format (eg. I420 (default),
 +
           RV24, etc.)
 +
      --dshow-fps=<float>        Video input frame rate
 +
          Force the DirectShow video input to use a
 +
          specific frame rate(eg. 0 means default, 25,
 +
          29.97, 50, 59.94, etc.)
 +
      --dshow-config, --no-dshow-config
 +
                                Device properties (default disabled)
 +
          Show the properties dialog of the selected
 +
          device before starting the stream. (default
 
           disabled)
 
           disabled)
       --sout-x264-cabac, --no-sout-x264-cabac
+
       --dshow-tuner, --no-dshow-tuner
                                 CABAC (default enabled)
+
                                 Tuner properties (default disabled)
           CABAC (Context-Adaptive Binary Arithmetic
+
           Show the tuner properties [channel selection]
          Coding). Slightly slows down encoding and
+
          page. (default disabled)
           decoding, but should save 10 to 15% bitrate.
+
      --dshow-tuner-channel=<integer>
           (default enabled)
+
                                Tuner TV Channel
       --sout-x264-ref <integer> Number of reference frames
+
           Set the TV channel the tuner will set to (0
          Number of previous frames used as predictors.
+
           means default).
           This is effective in Anime, but seems to make
+
       --dshow-tuner-country=<integer>
           little difference in live-action source
+
                                Tuner country code
          material. Some decoders are unable to deal
+
           Set the tuner country code that establishes
           with large frameref values. Range 1 to 16.
+
           the current channel-to-frequency mapping (0
       --sout-x264-nf, --no-sout-x264-nf
+
           means default).
                                 Skip loop filter (default disabled)
+
       --dshow-tuner-input={0 (Default), 1 (Cable), 2 (Antenna)}
           Deactivate the deblocking loop filter
+
                                 Tuner input type
          (decreases quality). (default disabled)
+
           Select the tuner input type (Cable/Antenna).
       --sout-x264-filter <string>
+
       --dshow-video-input=<integer>
                                 Loop filter AlphaC0 and Beta parameters
+
                                 Video input pin
                                alpha:beta
+
          Select the video input source, such as
           Loop filter AlphaC0 and Beta parameters.
+
           composite, s-video, or tuner. Since these
           Range -6 to 6 for both alpha and beta
+
           settings are hardware-specific, you should
           parameters. -6 means light filter, 6 means
+
          find good settings in the "Device config"
           strong.
+
           area, and use those numbers here. -1 means
       --sout-x264-qp <integer>   Set QP
+
           that settings will not be changed.
           This selects the quantizer to use. Lower
+
       --dshow-audio-input=<integer>
          values result in better fidelity, but higher
+
                                Audio input pin
          bitrates. 26 is a good default value. Range 0
+
           Select the audio input source. See the "video
           (lossless) to 51.
+
           input" option.
       --sout-x264-crf <integer> Quality-based VBR
+
       --dshow-video-output=<integer>
           1-pass Quality-based VBR. Range 0 to 51.
+
                                Video output pin
       --sout-x264-qpmin <integer>
+
           Select the video output type. See the "video
                                 Min QP
+
          input" option.
           Minimum quantizer parameter. 15 to 35 seems
+
       --dshow-audio-output=<integer>
           to be a useful range.
+
                                 Audio output pin
       --sout-x264-qpmax <integer>
+
           Select the audio output type. See the "video
                                 Max QP
+
           input" option.
           Maximum quantizer parameter.
+
       --dshow-amtuner-mode={0 (Default), 1 (TV), 2 (FM radio), 4 (AM radio), 8 (DSS)}
       --sout-x264-qpstep <integer>
+
                                 AM Tuner mode
                                Max QP step
+
          AM Tuner mode. Can be one of DEFAULT, TV,
           Max QP step between frames.
+
           AM_RADIO, FM_RADIO or DSS.
       --sout-x264-ratetol <float>
+
 
                                Average bitrate tolerance
+
Skinnable Interface
           Allowed variance in average bitrate (in
+
       --skins2-last=<string>     Skin to use
           kbits/s).
+
           Path to the skin to use.
       --sout-x264-vbv-maxrate <integer>
+
       --skins2-config=<string>   Config of last used skin
                                 Max local bitrate
+
          Windows configuration of the last skin used.
           Sets a maximum local bitrate (in kbits/s).
+
           This option is updated automatically, do not
       --sout-x264-vbv-bufsize <integer>
+
           touch it.
                                 VBV buffer
+
       --skins2-systray, --no-skins2-systray
           Averaging period for the maximum local
+
                                 Systray icon (default disabled)
          bitrate (in kbits).
+
           Show a systray icon for VLC (default disabled)
       --sout-x264-vbv-init <float>
+
       --skins2-taskbar, --no-skins2-taskbar
                                 Initial VBV buffer occupancy
+
                                 Show VLC on the taskbar (default enabled)
           Sets the initial buffer occupancy as a
+
           Show VLC on the taskbar (default enabled)
           fraction of the buffer size. Range 0.0 to 1.0.
+
       --skins2-transparency, --no-skins2-transparency
      --sout-x264-ipratio <float>
+
                                 Enable transparency effects (default disabled)
                                QP factor between I and P
+
           You can disable all transparency effects if
           QP factor between I and P. Range 1.0 to 2.0.
+
           you want. This is mainly useful when moving
      --sout-x264-pbratio <float>
+
           windows does not behave correctly. (default
                                QP factor between P and B
+
           disabled)
           QP factor between P and B. Range 1.0 to 2.0.
+
       --skinned-playlist, --no-skinned-playlist
       --sout-x264-chroma-qp-offset <integer>
+
                                 Use a skinned playlist (default enabled)
                                 QP difference between chroma and luma
+
           Use a skinned playlist (default enabled)
          QP difference between chroma and luma.
+
 
      --sout-x264-qcomp <float>  QP curve compression
+
DirectX video output
          QP curve compression. Range 0.0 (CBR) to 1.0
+
       --directx-hw-yuv, --no-directx-hw-yuv
           (QCP).
+
                                 Use hardware YUV->RGB conversions (default
      --sout-x264-cplxblur <float>
+
                                enabled)
                                Reduce fluctuations in QP
+
           Try to use hardware acceleration for YUV->RGB
          This reduces the fluctuations in QP before
+
           conversions. This option doesn't have any
          curve compression. Temporally blurs
+
           effect when using overlays. (default enabled)
          complexity.
+
       --directx-use-sysmem, --no-directx-use-sysmem
       --sout-x264-qblur <float>  Reduce fluctuations in QP
+
                                 Use video buffers in system memory (default
          This reduces the fluctations in QP after
 
          curve compression. Temporally blurs quants.
 
      --sout-x264-analyse {,none,fast,normal,slow,all}
 
                                 Partitions to consider
 
          Partitions to consider in analyse mode:
 
-
 
          none  :
 
- fast  : i4x4
 
- normal:
 
          i4x4,p8x8,(i8x8)
 
- slow  : i4x4,p8x8,(i8x8),b
 
           8x8
 
- all  : i4x4,p8x8,(i8x8),b8x8,p4x4
 
(p4x
 
           4 requires p8x8. i8x8 requires 8x8dct).
 
      --sout-x264-direct {,none,spatial,temporal,auto}
 
                                Direct MV prediction mode
 
           Direct MV prediction mode.
 
       --sout-x264-weightb, --no-sout-x264-weightb
 
                                 Weighted prediction for B-frames (default
 
 
                                 disabled)
 
                                 disabled)
           Weighted prediction for B-frames. (default
+
           Create video buffers in system memory instead
           disabled)
+
           of video memory. This isn't recommended as
      --sout-x264-me {,dia,hex,umh,esa}
+
           usually using video memory allows to benefit
                                Integer pixel motion estimation method
+
           from more hardware acceleration (like
          Selects the motion estimation algorithm:  -
+
           rescaling or YUV->RGB conversions). This
          dia: diamond search, radius 1 (fast)
+
           option doesn't have any effect when using
- hex:
+
           overlays. (default disabled)
          hexagonal search, radius 2
+
       --directx-3buffering, --no-directx-3buffering
- umh: uneven
+
                                 Use triple buffering for overlays (default
          multi-hexagon search (better but slower)
+
                                 enabled)
-
+
           Try to use triple buffering when using YUV
          esa: exhaustive search (extremely slow,
+
           overlays. That results in much better video
          primarily for testing)
+
           quality (no flickering). (default enabled)
 
+
       --directx-device={}        Name of desired display device
      --sout-x264-merange <integer>
+
           In a multiple monitor configuration, you can
                                Maximum motion vector search range
+
           specify the Windows device name of the
           Maximum distance to search for motion
+
           display that you want the video window to
           estimation, measured from predicted
+
           open on. For example, "\\.\DISPLAY1" or
          position(s). Default of 16 is good for most
+
           "\\.\DISPLAY2".
           footage, high motion sequences may benefit
+
       --directx-wallpaper, --no-directx-wallpaper
          from settings between 24 and 32. Range 0 to
+
                                 Enable wallpaper mode  (default disabled)
          64.
+
           The wallpaper mode allows you to display the
      --sout-x264-subme <integer>
+
           video as the desktop background. Note that
                                Subpixel motion estimation and partition
+
           this feature only works in overlay mode and
                                decision quality
+
           the desktop must not already have a
          This parameter controls quality versus speed
+
           wallpaper. (default disabled)
          tradeoffs involved in the motion estimation
 
          decision process (lower = quicker and higher
 
          = better quality). Range 1 to 7.
 
      --sout-x264-b-rdo, --no-sout-x264-b-rdo
 
                                RD based mode decision for B-frames (default
 
                                disabled)
 
          RD based mode decision for B-frames. This
 
           requires subme 6 (or higher). (default
 
           disabled)
 
      --sout-x264-mixed-refs, --no-sout-x264-mixed-refs
 
                                Decide references on a per partition basis
 
                                (default disabled)
 
          Allows each 8x8 or 16x8 partition to
 
          independently select a reference frame, as
 
          opposed to only one ref per macroblock.
 
          (default disabled)
 
       --sout-x264-chroma-me, --no-sout-x264-chroma-me
 
                                 Ignore chroma in motion estimation (default
 
                                 enabled)
 
           Chroma ME for subpel and mode decision in
 
           P-frames. (default enabled)
 
      --sout-x264-bime, --no-sout-x264-bime
 
                                Jointly optimize both MVs in B-frames
 
                                (default disabled)
 
          Joint bidirectional motion refinement.
 
           (default disabled)
 
      --sout-x264-8x8dct, --no-sout-x264-8x8dct
 
                                Adaptive spatial transform size (default
 
                                disabled)
 
          SATD-based decision for 8x8 transform in
 
          inter-MBs. (default disabled)
 
       --sout-x264-trellis <integer>
 
                                Trellis RD quantization
 
           Trellis RD quantization:
 
- 0: disabled
 
-
 
           1: enabled only on the final encode of a MB
 
 
 
           - 2: enabled on all mode decisions
 
This
 
           requires CABAC.
 
      --sout-x264-fast-pskip, --no-sout-x264-fast-pskip
 
                                Early SKIP detection on P-frames (default
 
                                enabled)
 
          Early SKIP detection on P-frames. (default
 
          enabled)
 
      --sout-x264-dct-decimate, --no-sout-x264-dct-decimate
 
                                Coefficient thresholding on P-frames (default
 
                                enabled)
 
          Coefficient thresholding on P-frames.Eliminate
 
          dct blocks containing only a small single
 
          coefficient. (default enabled)
 
      --sout-x264-nr <integer>  Noise reduction
 
          Dct-domain noise reduction. Adaptive
 
           pseudo-deadzone. 10 to 1000 seems to be a
 
          useful range.
 
       --sout-x264-asm, --no-sout-x264-asm
 
                                 CPU optimizations (default enabled)
 
          Use assembler CPU optimizations. (default
 
          enabled)
 
      --sout-x264-psnr, --no-sout-x264-psnr
 
                                PSNR computation (default disabled)
 
           Compute and print PSNR stats. This has no
 
           effect on the actual encoding quality.
 
           (default disabled)
 
      --sout-x264-quiet, --no-sout-x264-quiet
 
                                Quiet mode (default disabled)
 
           Quiet mode. (default disabled)
 
      --sout-x264-verbose, --no-sout-x264-verbose
 
                                Statistics (default disabled)
 
           Print stats for each frame. (default disabled)
 
 
</nowiki>
 
</nowiki>
  
 
==See also==
 
==See also==
 
*[[Mac OS X]] for special notes on using the command line on Mac OS X
 
*[[Mac OS X]] for special notes on using the command line on Mac OS X

Revision as of 21:49, 12 January 2007

As you may have noticed, running the command

vlc --help

on some command prompts is not very useful due to to the non-scrollable pop-up window that opened.

If you look for help, on a particular module, use

vlc -p module --advanced

Here's the output of vlc --longhelp --advanced --help-verbose of the development version 0.9.0-svn-20070112-0001 (12 jan. 2007) in Windows.

     
Usage: vlc.exe [options] [stream] ...
You can specify multiple streams on the commandline. They will be enqueued in the playlist.
The first item specified will be played first.

Options-styles:
  --option  A global option that is set for the duration of the program.
   -option  A single letter version of a global --option.
   :option  An option that only applies to the stream directly before it
            and that overrides previous settings.

Stream MRL syntax:
  [[access][/demux]://]URL[@[title][:chapter][-[title][:chapter]]] [:option=value ...]

  Many of the global --options can also be used as MRL specific :options.
  Multiple :option=value pairs can be specified.

URL syntax:
  [file://]filename              Plain media file
  http://ip:port/file            HTTP URL
  ftp://ip:port/file             FTP URL
  mms://ip:port/file             MMS URL
  screen://                      Screen capture
  [dvd://][device][@raw_device]  DVD device
  [vcd://][device]               VCD device
  [cdda://][device]              Audio CD device
  udp:[[<source address>]@[<bind address>][:<bind port>]]
                                 UDP stream sent by a streaming server
  vlc:pause:<seconds>            Special item to pause the playlist for a certain time
  vlc:quit                       Special item to quit VLC

 Audio
      --audio, --no-audio        Enable audio (default enabled)
          You can completely disable the audio output.
          The audio decoding stage will not take place,
          thus saving some processing power. (default
          enabled)
      --volume=<integer>         Default audio volume
          You can set the default audio output volume
          here, in a range from 0 to 1024.
      --volume-step=<integer>    Audio output volume step
          The step size of the volume is adjustable
          using this option, in a range from 0 to 1024.
      --aout-rate=<integer>      Audio output frequency (Hz)
          You can force the audio output frequency
          here. Common values are -1 (default), 48000,
          44100, 32000, 22050, 16000, 11025, 8000.
      --hq-resampling, --no-hq-resampling
                                 High quality audio resampling (default
                                 enabled)
          This uses a high quality audio resampling
          algorithm. High quality audio resampling can
          be processor intensive so you can disable it
          and a cheaper resampling algorithm will be
          used instead. (default enabled)
      --spdif, --no-spdif        Use S/PDIF when available (default disabled)
          S/PDIF can be used by default when your
          hardware supports it as well as the audio
          stream being played. (default disabled)
      --force-dolby-surround={0 (Auto), 1 (On), 2 (Off)}
                                 Force detection of Dolby Surround
          Use this when you know your stream is (or is
          not) encoded with Dolby Surround but fails to
          be detected as such. Even if the stream is
          not actually encoded with Dolby Surround,
          turning on this option might enhance your
          experience, especially when combined with the
          Headphone Channel Mixer.
      --audio-desync=<integer>   Audio desynchronization compensation
          This delays the audio output. The delay must
          be given in milliseconds.This can be handy if
          you notice a lag between the video and the
          audio.
      --aout=<string>            Audio output module
          This is the audio output method used by VLC.
          The default behavior is to automatically
          select the best method available.
      --audio-filter=<string>    Audio filters
          This adds audio post processing filters, to
          modify the sound rendering.
      --audio-visual=<string>    Audio visualizations 
          This adds visualization modules (spectrum
          analyzer, etc.).

 Video
      --video, --no-video        Enable video (default enabled)
          You can completely disable the video output.
          The video decoding stage will not take place,
          thus saving some processing power. (default
          enabled)
      --grayscale, --no-grayscale
                                 Grayscale video output (default disabled)
          Output video in grayscale. As the color
          information aren't decoded, this can save
          some processing power. (default disabled)
  -f, --fullscreen, --no-fullscreen
                                 Fullscreen video output (default disabled)
          Start video in fullscreen mode (default
          disabled)
      --embedded-video, --no-embedded-video
                                 Embedded video (default enabled)
          Embed the video output in the main interface.
          (default enabled)
      --drop-late-frames, --no-drop-late-frames
                                 Drop late frames (default enabled)
          This drops frames that are late (arrive to
          the video output after their intended display
          date). (default enabled)
      --skip-frames, --no-skip-frames
                                 Skip frames (default enabled)
          This option enables framedropping on MPEG2
          stream. Framedropping occurs when your
          computer is not powerful enough (default
          enabled)
      --quiet-synchro, --no-quiet-synchro
                                 Quiet synchro (default disabled)
          This avoids flooding the message log with
          debug output from the video output
          synchronization mechanism. (default disabled)
      --overlay, --no-overlay    Overlay video output (default enabled)
          Overlay is the hardware acceleration
          capability of your video card (ability to
          render video directly). VLC will try to use
          it by default. (default enabled)
      --video-on-top, --no-video-on-top
                                 Always on top (default disabled)
          Always place the video window on top of other
          windows. (default disabled)
      --disable-screensaver, --no-disable-screensaver
                                 Disable screensaver (default enabled)
          Disable the screensaver during video
          playback. (default enabled)
      --snapshot-path=<string>   Video snapshot directory (or filename)
          Directory where the video snapshots will be
          stored.
      --snapshot-prefix=<string> Video snapshot file prefix
          Video snapshot file prefix
      --snapshot-format={png,jpg}
                                 Video snapshot format
          Image format which will be used to store the
          video snapshots
      --snapshot-preview, --no-snapshot-preview
                                 Display video snapshot preview (default
                                 enabled)
          Display the snapshot preview in the screen's
          top-left corner. (default enabled)
      --snapshot-sequential, --no-snapshot-sequential
                                 Use sequential numbers instead of timestamps
                                 (default disabled)
          Use sequential numbers instead of timestamps
          for snapshot numbering (default disabled)
      --width=<integer>          Video width
          You can enforce the video width. By default
          (-1) VLC will adapt to the video
          characteristics.
      --height=<integer>         Video height
          You can enforce the video height. By default
          (-1) VLC will adapt to the video
          characteristics.
      --video-x=<integer>        Video X coordinate
          You can enforce the position of the top left
          corner of the video window (X coordinate).
      --video-y=<integer>        Video Y coordinate
          You can enforce the position of the top left
          corner of the video window (Y coordinate).
      --crop=<string>            Video cropping
          This forces the cropping of the source video.
          Accepted formats are x:y (4:3, 16:9, etc.)
          expressing the global image aspect.
      --custom-crop-ratios=<string>
                                 Custom crop ratios list
          Comma seperated list of crop ratios which
          will be added in the interface's crop ratios
          list.
      --aspect-ratio=<string>    Source aspect ratio
          This forces the source aspect ratio. For
          instance, some DVDs claim to be 16:9 while
          they are actually 4:3. This can also be used
          as a hint for VLC when a movie does not have
          aspect ratio information. Accepted formats
          are x:y (4:3, 16:9, etc.) expressing the
          global image aspect, or a float value (1.25,
          1.3333, etc.) expressing pixel squareness.
      --monitor-par=<string>     Monitor pixel aspect ratio
          This forces the monitor aspect ratio. Most
          monitors have square pixels (1:1). If you
          have a 16:9 screen, you might need to change
          this to 4:3 in order to keep proportions.
      --custom-aspect-ratios=<string>
                                 Custom aspect ratios list
          Comma seperated list of aspect ratios which
          will be added in the interface's aspect ratio
          list.
      --hdtv-fix, --no-hdtv-fix  Fix HDTV height (default enabled)
          This allows proper handling of HDTV-1080
          video format even if broken encoder
          incorrectly sets height to 1088 lines. You
          should only disable this option if your video
          has a non-standard format requiring all 1088
          lines. (default enabled)
      --video-deco, --no-video-deco
                                 Window decorations (default enabled)
          VLC can avoid creating window caption,
          frames, etc... around the video, giving a
          "minimal" window. (default enabled)
      --video-title=<string>     Video title
          Custom title for the video window (in case
          the video is not embedded in the interface).
      --align={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Video alignment
          Enforce the alignment of the video in its
          window. By default (0) it will be centered
          (0=center, 1=left, 2=right, 4=top, 8=bottom,
          you can also use combinations of these
          values, like 6=4+2 meaning top-right).
      --zoom=<float>             Zoom video
          You can zoom the video by the specified
          factor.
  -V, --vout=<string>            Video output module
          This is the the video output method used by
          VLC. The default behavior is to automatically
          select the best method available.
      --video-filter=<string>    Video filter module
          This adds post-processing filters to enhance
          the picture quality, for instance
          deinterlacing, or distortthe video.
      --vout-filter=<string>     (null)

 Subpictures
      --spu, --no-spu            Enable sub-pictures (default enabled)
          You can completely disable the sub-picture
          processing. (default enabled)
      --osd, --no-osd            On Screen Display (default enabled)
          VLC can display messages on the video. This
          is called OSD (On Screen Display). (default
          enabled)
      --text-renderer=<string>   Text rendering module
          VLC normally uses Freetype for rendering, but
          this allows you to use svg for instance.
      --sub-file=<string>        Use subtitle file
          Load this subtitle file. To be used when
          autodetect cannot detect your subtitle file.
      --sub-autodetect-file, --no-sub-autodetect-file
                                 Autodetect subtitle files (default enabled)
          Automatically detect a subtitle file, if no
          subtitle filename is specified (based on the
          filename of the movie). (default enabled)
      --sub-autodetect-fuzzy=<integer>
                                 Subtitle autodetection fuzziness
          This determines how fuzzy subtitle and movie
          filename matching will be. Options are:
0 =
          no subtitles autodetected
1 = any subtitle
          file
2 = any subtitle file containing the
          movie name
3 = subtitle file matching the
          movie name with additional chars
4 = subtitle
          file matching the movie name exactly
      --sub-autodetect-path=<string>
                                 Subtitle autodetection paths
          Look for a subtitle file in those paths too,
          if your subtitle file was not found in the
          current directory.
      --sub-margin=<integer>     Force subtitle position
          You can use this option to place the
          subtitles under the movie, instead of over
          the movie. Try several positions.
      --sub-filter=<string>      Subpictures filter module
          This adds so-called "subpicture filters".
          These filters overlay some images or text
          over the video (like a logo, arbitraty
          text...).
      --france, --no-france      France (default disabled)
          If you live in France, it is not allowed to
          workaround any Digital Restrictions
          Management measure. (default disabled)
      --program=<integer>        Program
          Choose the program to select by giving its
          Service ID. Only use this option if you want
          to read a multi-program stream (like DVB
          streams for example).
      --programs=<string>        Programs
          Choose the programs to select by giving a
          comma-separated list of Service IDs (SIDs).
          Only use this option if you want to read a
          multi-program stream (like DVB streams for
          example).
      --audio-track=<integer>    Audio track
          Stream number of the audio track to use (from
          0 to n).
      --sub-track=<integer>      Subtitles track
          Stream number of the subtitle track to use
          (from 0 to n).
      --audio-language=<string>  Audio language
          Language of the audio track you want to use
          (comma separated, two or three letter country
          code).
      --sub-language=<string>    Subtitle language
          Language of the subtitle track you want to
          use (comma separated, two or tree letter
          country code).
      --audio-track-id=<integer> Audio track ID
          Stream ID of the audio track to use.
      --sub-track-id=<integer>   Subtitles track ID
          Stream ID of the subtitle track to use.
      --input-repeat=<integer>   Input repetitions
          Number of time the same input will be repeated
      --start-time=<integer>     Start time
          The stream will start at this position (in
          seconds).
      --stop-time=<integer>      Stop time
          The stream will stop at this position (in
          seconds).
      --input-list=<string>      Input list
          You can give a comma-separated list of inputs
          that will be concatenated together after the
          normal one.
      --input-slave=<string>     Input slave (experimental)
          This allows you to play from several inputs
          at the same time. This feature is
          experimental, not all formats are supported.
          Use a '#' separated list of inputs.
      --bookmarks=<string>       Bookmarks list for a stream
          You can manually give a list of bookmarks for
          a stream in the form "{name=bookmark-name,time
          =optional-time-offset,bytes=optional-byte-offs
          et},{...}"
      --dvd=<string>             DVD device
          This is the default DVD drive (or file) to
          use. Don't forget the colon after the drive
          letter (eg. D:)
      --vcd=<string>             VCD device
          This is the default VCD device to use.
      --cd-audio=<string>        Audio CD device
          This is the default Audio CD device to use.
      --server-port=<integer>    UDP port
          This is the default port used for UDP
          streams. Default is 1234.
      --mtu=<integer>            MTU of the network interface
          This is the maximum packet size that can be
          transmitted over the network interface. On
          Ethernet it is usually 1500 bytes.
  -6, --ipv6, --no-ipv6          Force IPv6 (default disabled)
          IPv6 will be used by default for all
          connections. (default disabled)
  -4, --ipv4, --no-ipv4          Force IPv4 (default disabled)
          IPv4 will be used by default for all
          connections. (default disabled)
      --ipv4-timeout=<integer>   TCP connection timeout
          Default TCP connection timeout (in
          milliseconds). 
      --socks=<string>           SOCKS server
          SOCKS proxy server to use. This must be of
          the form address:port. It will be used for
          all TCP connections
      --socks-user=<string>      SOCKS user name
          User name to be used for connection to the
          SOCKS proxy.
      --socks-pwd=<string>       SOCKS password
          Password to be used for connection to the
          SOCKS proxy.
      --meta-title=<string>      Title metadata
          Allows you to specify a "title" metadata for
          an input.
      --meta-author=<string>     Author metadata
          Allows you to specify an "author" metadata
          for an input.
      --meta-artist=<string>     Artist metadata
          Allows you to specify an "artist" metadata
          for an input.
      --meta-genre=<string>      Genre metadata
          Allows you to specify a "genre" metadata for
          an input.
      --meta-copyright=<string>  Copyright metadata
          Allows you to specify a "copyright" metadata
          for an input.
      --meta-description=<string>
                                 Description metadata
          Allows you to specify a "description"
          metadata for an input.
      --meta-date=<string>       Date metadata
          Allows you to specify a "date" metadata for
          an input.
      --meta-url=<string>        URL metadata
          Allows you to specify a "url" metadata for an
          input.
      --cr-average=<integer>     Clock reference average counter
          When using the PVR input (or a very irregular
          source), you should set this to 10000.
      --clock-synchro={-1 (Default), 0 (Disable), 1 (Enable)}
                                 Clock synchronisation
          It is possible to disable the input clock
          synchronisation for real-time sources. Use
          this if you experience jerky playback of
          network streams.
      --network-synchronisation, --no-network-synchronisation
                                 Network synchronisation (default disabled)
          This allows you to remotely synchronise
          clocks for server and client. The detailed
          settings are available in Advanced / Network
          Sync. (default disabled)

 Decoders
      --codec=<string>           Preferred decoders list
          List of codecs that VLC will use in priority.
          For instance, 'dummy,a52' will try the dummy
          and a52 codecs before trying the other ones.
          Only advanced users should alter this option
          as it can break playback of all your streams.
      --encoder=<string>         Preferred encoders list
          This allows you to select a list of encoders
          that VLC will use in priority.

 Input
      --access=<string>          Access module
          This allows you to force an access module.
          You can use it if the correct access is not
          automatically detected. You should not set
          this as a global option unless you really
          know what you are doing.
      --access-filter=<string>   Access filter module
          Access filters are used to modify the stream
          that is being read. This is used for instance
          for timeshifting.
      --demux=<string>           Demux module
          Demultiplexers are used to separate the
          "elementary" streams (like audio and video
          streams). You can use it if the correct
          demuxer is not automatically detected. You
          should not set this as a global option unless
          you really know what you are doing.

 Stream output
      --sout=<string>            Default stream output chain
          You can enter here a default stream output
          chain. Refer to the documentation to learn
          how to build such chains.Warning: this chain
          will be enabled for all streams.
      --sout-display, --no-sout-display
                                 Display while streaming (default disabled)
          Play locally the stream while streaming it.
          (default disabled)
      --sout-keep, --no-sout-keep
                                 Keep stream output open (default disabled)
          This allows you to keep an unique stream
          output instance across multiple playlist item
          (automatically insert the gather stream
          output if not specified) (default disabled)
      --sout-all, --no-sout-all  Enable streaming of all ES (default disabled)
          Stream all elementary streams (video, audio
          and subtitles) (default disabled)
      --sout-audio, --no-sout-audio
                                 Enable audio stream output (default enabled)
          Choose whether the audio stream should be
          redirected to the stream output facility when
          this last one is enabled. (default enabled)
      --sout-video, --no-sout-video
                                 Enable video stream output (default enabled)
          Choose whether the video stream should be
          redirected to the stream output facility when
          this last one is enabled. (default enabled)
      --sout-spu, --no-sout-spu  Enable SPU stream output (default enabled)
          Choose whether the SPU streams should be
          redirected to the stream output facility when
          this last one is enabled. (default enabled)
      --vlm-conf=<string>        VLM configuration file
          Read a VLM configuration file as soon as VLM
          is started.
      --mux=<string>             Mux module
          This is a legacy entry to let you configure
          mux modules
      --access_output=<string>   Access output module
          This is a legacy entry to let you configure
          access output modules
      --ttl=<integer>            Hop limit (TTL)
          This is the hop limit (also known as
          "Time-To-Live" or TTL) of the multicast
          packets sent by the stream output (-1 = use
          operating system built-in default).
      --miface=<string>          Multicast output interface
          Default multicast interface. This overrides
          the routing table.
      --miface-addr=<string>     IPv4 multicast output interface address
          IPv4 adress for the default multicast
          interface. This overrides the routing table.
      --dscp=<integer>           DiffServ Code Point
          Differentiated Services Code Point for
          outgoing UDP streams (or IPv4 Type Of
          Service, or IPv6 Traffic Class). This is used
          for network Quality of Service.
      --packetizer=<string>      Preferred packetizer list
          This allows you to select the order in which
          VLC will choose its packetizers.
      --sap-flow-control, --no-sap-flow-control
                                 Control SAP flow (default disabled)
          If this option is enabled, the flow on the
          SAP multicast address will be controlled.
          This is needed if you want to make
          announcements on the MBone. (default disabled)
      --sap-interval=<integer>   SAP announcement interval
          When the SAP flow control is disabled, this
          lets you set the fixed interval between SAP
          announcements.

 CPU
      --fpu, --no-fpu            Enable FPU support (default enabled)
          If your processor has a floating point
          calculation unit, VLC can take advantage of
          it. (default enabled)
      --mmx, --no-mmx            Enable CPU MMX support (default enabled)
          If your processor supports the MMX
          instructions set, VLC can take advantage of
          them. (default enabled)
      --3dn, --no-3dn            Enable CPU 3D Now! support (default enabled)
          If your processor supports the 3D Now!
          instructions set, VLC can take advantage of
          them. (default enabled)
      --mmxext, --no-mmxext      Enable CPU MMX EXT support (default enabled)
          If your processor supports the MMX EXT
          instructions set, VLC can take advantage of
          them. (default enabled)
      --sse, --no-sse            Enable CPU SSE support (default enabled)
          If your processor supports the SSE
          instructions set, VLC can take advantage of
          them. (default enabled)
      --sse2, --no-sse2          Enable CPU SSE2 support (default enabled)
          If your processor supports the SSE2
          instructions set, VLC can take advantage of
          them. (default enabled)

 Miscellaneous
  -A, --memcpy=<string>          Memory copy module
          You can select which memory copy module you
          want to use. By default VLC will select the
          fastest one supported by your hardware.
      --plugins-cache, --no-plugins-cache
                                 Use a plugins cache (default enabled)
          Use a plugins cache which will greatly
          improve the startup time of VLC. (default
          enabled)
      --plugin-path=<string>     Modules search path
          Additional path for VLC to look for its
          modules.
      --minimize-threads, --no-minimize-threads
                                 Minimize number of threads (default disabled)
          This option minimizes the number of threads
          needed to run VLC. (default disabled)
      --one-instance, --no-one-instance
                                 Allow only one running instance (default
                                 disabled)
          Allowing only one running instance of VLC can
          sometimes be useful, for example if you
          associated VLC with some media types and you
          don't want a new instance of VLC to be opened
          each time you double-click on a file in the
          explorer. This option will allow you to play
          the file with the already running instance or
          enqueue it. (default disabled)
      --started-from-file, --no-started-from-file
                                 VLC is started from file association (default
                                 disabled)
          Tell VLC that it is being launched due to a
          file association in the OS (default disabled)
      --one-instance-when-started-from-file, --no-one-instance-when-started-from-file
                                 One instance when started from file (default
                                 enabled)
          Allow only one running instance when started
          from file. (default enabled)
      --playlist-enqueue, --no-playlist-enqueue
                                 Enqueue items to playlist when in one
                                 instance mode (default disabled)
          When using the one instance only option,
          enqueue items to playlist and keep playing
          current item. (default disabled)
      --high-priority, --no-high-priority
                                 Increase the priority of the process (default
                                 disabled)
          Increasing the priority of the process will
          very likely improve your playing experience
          as it allows VLC not to be disturbed by other
          applications that could otherwise take too
          much processor time. However be advised that
          in certain circumstances (bugs) VLC could
          take all the processor time and render the
          whole system unresponsive which might require
          a reboot of your machine. (default disabled)
      --fast-mutex, --no-fast-mutex
                                 Fast mutex on NT/2K/XP (developers only)
                                 (default disabled)
          On Windows NT/2K/XP we use a slow mutex
          implementation but which allows us to
          correctly implement condition variables. You
          can also use the faster Win9x implementation
          but you might experience problems with it.
          (default disabled)
      --win9x-cv-method=<integer>
                                 Condition variables implementation for Win9x
                                 (developers only)
          On Windows 9x/Me you can use a fast but
          incorrect condition variables implementation
          (more precisely there is a possibility for a
          race condition to happen). However it is
          possible to use slower alternatives which are
          more robust. Currently you can choose between
          implementation 0 (which is the fastest but
          slightly incorrect), 1 (default) and 2.

 Playlist
  -Z, --random, --no-random      Play files randomly forever (default disabled)
          VLC will randomly play files in the playlist
          until interrupted. (default disabled)
  -L, --loop, --no-loop          Repeat all (default disabled)
          VLC will keep playing the playlist
          indefinitely. (default disabled)
  -R, --repeat, --no-repeat      Repeat current item (default disabled)
          VLC will keep playing the current playlist
          item. (default disabled)
      --play-and-exit, --no-play-and-exit
                                 Play and exit (default disabled)
          Exit if there are no more items in the
          playlist. (default disabled)
      --play-and-stop, --no-play-and-stop
                                 Play and stop (default disabled)
          Stop the playlist after each played playlist
          item. (default disabled)
      --media-library, --no-media-library
                                 Use media library (default enabled)
          The media library is automatically saved and
          reloaded each time you start VLC. (default
          enabled)
      --playlist-tree={0 (Default), 1 (Always), 2 (Never)}
                                 Use playlist tree
          The playlist can use a tree to categorize
          some items, like the contents of a directory.
          "Default" means that the tree will only be
          used when really needed.
      --open=<string>            Default stream
          This stream will always be opened at VLC
          startup.
      --auto-preparse, --no-auto-preparse
                                 Automatically preparse files (default enabled)
          Automatically preparse files added to the
          playlist (to retrieve some metadata).
          (default enabled)
      --album-art={0 (Manual download only), 1 (When track starts playing), 2 (As soon as track is added)}
                                 Album art policy
          Choose how album art will be downloaded.
  -S, --services-discovery=<string>
                                 Services discovery modules
          Specifies the services discovery modules to
          load, separated by semi-colons. Typical
          values are sap, hal, ...
  -v, --verbose=<integer>        Verbosity (0,1,2)
          This is the verbosity level (0=only errors
          and standard messages, 1=warnings, 2=debug).
  -q, --quiet, --no-quiet        Be quiet (default disabled)
          Turn off all warning and information
          messages. (default disabled)
      --file-logging, --no-file-logging
                                 Log to file (default disabled)
          Log all VLC messages to a text file. (default
          disabled)
      --language={auto,en,en_GB,ca,cs,da,de,es,fr,gl,he,hu,it,ja,ka,ko,ms,nl,oc,pt_BR,ro,ru,sk,sl,sv,tr,zh_CN,zh_TW}
                                 Language
          You can manually select a language for the
          interface. The system language is
          auto-detected if "auto" is specified here.
      --color, --no-color        Color messages (default disabled)
          This enables colorization of the messages
          sent to the console Your terminal needs Linux
          color support for this to work. (default
          disabled)
      --advanced, --no-advanced  Show advanced options (default enabled)
          When this is enabled, the preferences and/or
          interfaces will show all available options,
          including those that most users should never
          touch. (default enabled)
      --interact, --no-interact  Interface interaction (default disabled)
          When this is enabled, the interface will show
          a dialog box each time some user input is
          required. (default disabled)
      --show-intf, --no-show-intf
                                 Show interface with mouse (default disabled)
          When this is enabled, the interface is shown
          when you move the mouse to the edge of the
          screen in fullscreen mode. (default disabled)
      --stats, --no-stats        Collect statistics (default enabled)
          Collect miscellaneous statistics. (default
          enabled)
  -I, --intf=<string>            Interface module
          This is the main interface used by VLC. The
          default behavior is to automatically select
          the best module available.
      --extraintf=<string>       Extra interface modules
          You can select "additional interfaces" for
          VLC. They will be launched in the background
          in addition to the default interface. Use a
          comma separated list of interface modules.
          (common values are "rc" (remote control),
          "http", "gestures" ...)
      --control=<string>         Control interfaces
          You can select control interfaces for VLC.

 Hot keys
      --key-fullscreen=<integer> Fullscreen
          Select the hotkey to use to swap fullscreen
          state.
      --key-play-pause=<integer> Play/Pause
          Select the hotkey to use to swap paused state.
      --key-pause=<integer>      Pause only
          Select the hotkey to use to pause.
      --key-play=<integer>       Play only
          Select the hotkey to use to play.
      --key-faster=<integer>     Faster
          Select the hotkey to use for fast forward
          playback.
      --key-slower=<integer>     Slower
          Select the hotkey to use for slow motion
          playback.
      --key-next=<integer>       Next
          Select the hotkey to use to skip to the next
          item in the playlist.
      --key-prev=<integer>       Previous
          Select the hotkey to use to skip to the
          previous item in the playlist.
      --key-stop=<integer>       Stop
          Select the hotkey to stop playback.
      --key-position=<integer>   Position
          Select the hotkey to display the position.
      --key-jump-extrashort=<integer>
                                 Very short backwards jump
          Select the hotkey to make a very short
          backwards jump.
      --key-jump+extrashort=<integer>
                                 Very short forward jump
          Select the hotkey to make a very short
          forward jump.
      --key-jump-short=<integer> Short backwards jump
          Select the hotkey to make a short backwards
          jump.
      --key-jump+short=<integer> Short forward jump
          Select the hotkey to make a short forward
          jump.
      --key-jump-medium=<integer>
                                 Medium backwards jump
          Select the hotkey to make a medium backwards
          jump.
      --key-jump+medium=<integer>
                                 Medium forward jump
          Select the hotkey to make a medium forward
          jump.
      --key-jump-long=<integer>  Long backwards jump
          Select the hotkey to make a long backwards
          jump.
      --key-jump+long=<integer>  Long forward jump
          Select the hotkey to make a long forward jump.
      --key-nav-activate=<integer>
                                 Activate
          Select the key to activate selected item in
          DVD menus.
      --key-nav-up=<integer>     Navigate up
          Select the key to move the selector up in DVD
          menus.
      --key-nav-down=<integer>   Navigate down
          Select the key to move the selector down in
          DVD menus.
      --key-nav-left=<integer>   Navigate left
          Select the key to move the selector left in
          DVD menus.
      --key-nav-right=<integer>  Navigate right
          Select the key to move the selector right in
          DVD menus.
      --key-disc-menu=<integer>  Go to the DVD menu
          Select the key to take you to the DVD menu
      --key-title-prev=<integer> Select previous DVD title
          Select the key to choose the previous title
          from the DVD
      --key-title-next=<integer> Select next DVD title
          Select the key to choose the next title from
          the DVD
      --key-chapter-prev=<integer>
                                 Select prev DVD chapter
          Select the key to choose the previous chapter
          from the DVD
      --key-chapter-next=<integer>
                                 Select next DVD chapter
          Select the key to choose the next chapter
          from the DVD
      --key-quit=<integer>       Quit
          Select the hotkey to quit the application.
      --key-vol-up=<integer>     Volume up
          Select the key to increase audio volume.
      --key-vol-down=<integer>   Volume down
          Select the key to decrease audio volume.
      --key-vol-mute=<integer>   Mute
          Select the key to mute audio.
      --key-subdelay-up=<integer>
                                 Subtitle delay up
          Select the key to increase the subtitle delay.
      --key-subdelay-down=<integer>
                                 Subtitle delay down
          Select the key to decrease the subtitle delay.
      --key-audiodelay-up=<integer>
                                 Audio delay up
          Select the key to increase the audio delay.
      --key-audiodelay-down=<integer>
                                 Audio delay down
          Select the key to decrease the audio delay.
      --key-audio-track=<integer>
                                 Cycle audio track
          Cycle through the available audio
          tracks(languages).
      --key-subtitle-track=<integer>
                                 Cycle subtitle track
          Cycle through the available subtitle tracks.
      --key-aspect-ratio=<integer>
                                 Cycle source aspect ratio
          Cycle through a predefined list of source
          aspect ratios.
      --key-crop=<integer>       Cycle video crop
          Cycle through a predefined list of crop
          formats.
      --key-deinterlace=<integer>
                                 Cycle deinterlace modes
          Cycle through deinterlace modes.
      --key-intf-show=<integer>  Show interface
          Raise the interface above all other windows.
      --key-intf-hide=<integer>  Hide interface
          Lower the interface below all other windows.
      --key-snapshot=<integer>   Take video snapshot
          Takes a video snapshot and writes it to disk.
      --key-history-back=<integer>
                                 Go back in browsing history
          Select the key to go back (to the previous
          media item) in the browsing history.
      --key-history-forward=<integer>
                                 Go forward in browsing history
          Select the key to go forward (to the next
          media item) in the browsing history.
      --key-record=<integer>     Record
          Record access filter start/stop.
      --key-dump=<integer>       Dump
          Media dump access filter trigger.
      --key-zoom=<integer>       Zoom
          Zoom
      --key-unzoom=<integer>     Un-Zoom
          Un-Zoom
      --key-crop-top=<integer>   Crop one pixel from the top of the video
          Crop one pixel from the top of the video
      --key-uncrop-top=<integer> Uncrop one pixel from the top of the video
          Uncrop one pixel from the top of the video
      --key-crop-left=<integer>  Crop one pixel from the left of the video
          Crop one pixel from the left of the video
      --key-uncrop-left=<integer>
                                 Uncrop one pixel from the left of the video
          Uncrop one pixel from the left of the video
      --key-crop-bottom=<integer>
                                 Crop one pixel from the bottom of the video
          Crop one pixel from the bottom of the video
      --key-uncrop-bottom=<integer>
                                 Uncrop one pixel from the bottom of the video
          Uncrop one pixel from the bottom of the video
      --key-crop-right=<integer> Crop one pixel from the right of the video
          Crop one pixel from the right of the video
      --key-uncrop-right=<integer>
                                 Uncrop one pixel from the right of the video
          Uncrop one pixel from the right of the video
      --extrashort-jump-size=<integer>
                                 Very short jump length
          Very short jump length, in seconds.
      --short-jump-size=<integer>
                                 Short jump length
          Short jump length, in seconds.
      --medium-jump-size=<integer>
                                 Medium jump length
          Medium jump length, in seconds.
      --long-jump-size=<integer> Long jump length
          Long jump length, in seconds.
      --key-set-bookmark1=<integer>
                                 Set playlist bookmark 1
          Select the key to set this playlist bookmark.
      --key-set-bookmark2=<integer>
                                 Set playlist bookmark 2
          Select the key to set this playlist bookmark.
      --key-set-bookmark3=<integer>
                                 Set playlist bookmark 3
          Select the key to set this playlist bookmark.
      --key-set-bookmark4=<integer>
                                 Set playlist bookmark 4
          Select the key to set this playlist bookmark.
      --key-set-bookmark5=<integer>
                                 Set playlist bookmark 5
          Select the key to set this playlist bookmark.
      --key-set-bookmark6=<integer>
                                 Set playlist bookmark 6
          Select the key to set this playlist bookmark.
      --key-set-bookmark7=<integer>
                                 Set playlist bookmark 7
          Select the key to set this playlist bookmark.
      --key-set-bookmark8=<integer>
                                 Set playlist bookmark 8
          Select the key to set this playlist bookmark.
      --key-set-bookmark9=<integer>
                                 Set playlist bookmark 9
          Select the key to set this playlist bookmark.
      --key-set-bookmark10=<integer>
                                 Set playlist bookmark 10
          Select the key to set this playlist bookmark.
      --key-play-bookmark1=<integer>
                                 Play playlist bookmark 1
          Select the key to play this bookmark.
      --key-play-bookmark2=<integer>
                                 Play playlist bookmark 2
          Select the key to play this bookmark.
      --key-play-bookmark3=<integer>
                                 Play playlist bookmark 3
          Select the key to play this bookmark.
      --key-play-bookmark4=<integer>
                                 Play playlist bookmark 4
          Select the key to play this bookmark.
      --key-play-bookmark5=<integer>
                                 Play playlist bookmark 5
          Select the key to play this bookmark.
      --key-play-bookmark6=<integer>
                                 Play playlist bookmark 6
          Select the key to play this bookmark.
      --key-play-bookmark7=<integer>
                                 Play playlist bookmark 7
          Select the key to play this bookmark.
      --key-play-bookmark8=<integer>
                                 Play playlist bookmark 8
          Select the key to play this bookmark.
      --key-play-bookmark9=<integer>
                                 Play playlist bookmark 9
          Select the key to play this bookmark.
      --key-play-bookmark10=<integer>
                                 Play playlist bookmark 10
          Select the key to play this bookmark.
      --bookmark1=<string>       Playlist bookmark 1
          This allows you to define playlist bookmarks.
      --bookmark2=<string>       Playlist bookmark 2
          This allows you to define playlist bookmarks.
      --bookmark3=<string>       Playlist bookmark 3
          This allows you to define playlist bookmarks.
      --bookmark4=<string>       Playlist bookmark 4
          This allows you to define playlist bookmarks.
      --bookmark5=<string>       Playlist bookmark 5
          This allows you to define playlist bookmarks.
      --bookmark6=<string>       Playlist bookmark 6
          This allows you to define playlist bookmarks.
      --bookmark7=<string>       Playlist bookmark 7
          This allows you to define playlist bookmarks.
      --bookmark8=<string>       Playlist bookmark 8
          This allows you to define playlist bookmarks.
      --bookmark9=<string>       Playlist bookmark 9
          This allows you to define playlist bookmarks.
      --bookmark10=<string>      Playlist bookmark 10
          This allows you to define playlist bookmarks.

 Help options
  -h, --help                     print help for VLC (can be combined with
                                 --advanced)
  -H, --longhelp                 print help for VLC and all its modules (can
                                 be combined with --advanced)
      --advanced                 print help for the advanced options
      --help-verbose             ask for extra verbosity when displaying help
  -l, --list                     print a list of available modules
  -p, --module=<string>          print help on a specific module (can be
                                 combined with --advanced)
      --save-config              save the current command line options in the
                                 config
      --reset-config             reset the current config to the default values
      --config=<string>          use alternate config file
      --reset-plugins-cache      resets the current plugins cache
      --version                  print version information

 ATSC A/52 (AC-3) audio decoder
      --a52-dynrng, --no-a52-dynrng
                                 A/52 dynamic range compression (default
                                 enabled)
          Dynamic range compression makes the loud
          sounds softer, and the soft sounds louder, so
          you can more easily listen to the stream in a
          noisy environment without disturbing anyone.
          If you disable the dynamic range compression
          the playback will be more adapted to a movie
          theater or a listening room. (default enabled)
      --a52-upmix, --no-a52-upmix
                                 Enable internal upmixing (default disabled)
          Enable the internal upmixing algorithm (not
          recommended). (default disabled)

 Standard filesystem directory input
      --recursive={none,collapse,expand}
                                 Subdirectory behavior
          Select whether subdirectories must be
          expanded.
none: subdirectories do not appear
          in the playlist.
collapse: subdirectories
          appear but are expanded on first
          play.
expand: all subdirectories are
          expanded.

      --ignore-filetypes=<string>
                                 Ignored extensions
          Files with these extensions will not be added
          to playlist when opening a directory.
This is
          useful if you add directories that contain
          playlist files for instance. Use a
          comma-separated list of extensions.

 Fake input
      --fake-caching=<integer>   Caching value in ms
          Caching value for fake streams. This value
          should be set in milliseconds.
      --fake-fps=<float>         Framerate
          Number of frames per second (eg. 24, 25,
          29.97, 30).
      --fake-id=<integer>        ID
          Set the ID of the fake elementary stream for
          use in #duplicate{} constructs (default 0).
      --fake-duration=<integer>  Duration in ms
          Duration of the fake streaming before faking
          an end-of-file (default is 0, meaning that
          the stream is unlimited).

 File input
      --file-caching=<integer>   Caching value in ms
          Caching value for files. This value should be
          set in milliseconds.

 Dump
      --dump-force, --no-dump-force
                                 Force use of dump module (default disabled)
          Activate the dump module even for media with
          fast seeking. (default disabled)
      --dump-margin=<integer>    Maximum size of temporary file (Mb)
          The dump module will abort dumping of the
          media if more than this much megabyte were
          performed.

 Record
      --record-path=<string>     Record directory
          Directory where the record will be stored.

 Timeshift
      --timeshift-granularity=<integer>
                                 Timeshift granularity
          This is the size of the temporary files that
          will be used to store the timeshifted streams.
      --timeshift-dir=<string>   Timeshift directory
          Directory used to store the timeshift
          temporary files.
      --timeshift-force, --no-timeshift-force
                                 Force use of the timeshift module (default
                                 disabled)
          Force use of the timeshift module even if the
          access declares that it can control pace or
          pause. (default disabled)

 FTP input
      --ftp-caching=<integer>    Caching value in ms
          Caching value for FTP streams. This value
          should be set in milliseconds.
      --ftp-user=<string>        FTP user name
          User name that will be used for the
          connection.
      --ftp-pwd=<string>         FTP password
          Password that will be used for the connection.
      --ftp-account=<string>     FTP account
          Account that will be used for the connection.

 HTTP input
      --http-proxy=<string>      HTTP proxy
          HTTP proxy to be usesd It must be of the form
          http://[user[:pass]@]myproxy.mydomain:myport/
          ; if empty, the http_proxy environment
          variable will be tried.
      --http-caching=<integer>   Caching value in ms
          Caching value for HTTP streams. This value
          should be set in milliseconds.
      --http-user-agent=<string> HTTP user agent
          User agent that will be used for the
          connection.
      --http-reconnect, --no-http-reconnect
                                 Auto re-connect (default disabled)
          Automatically try to reconnect to the stream
          in case of a sudden disconnect. (default
          disabled)
      --http-continuous, --no-http-continuous
                                 Continuous stream (default disabled)
          Read a file that is being constantly updated
          (for example, a JPG file on a server).You
          should not globally enable this option as it
          will break all other types of HTTP streams.
          (default disabled)

 Microsoft Media Server (MMS) input
      --mms-caching=<integer>    Caching value in ms
          Caching value for MMS streams. This value
          should be set in milliseconds.
      --mms-all, --no-mms-all    Force selection of all streams (default
                                 disabled)
          MMS streams can contain several elementary
          streams, with different bitrates. You can
          choose to select all of them. (default
          disabled)
      --mms-maxbitrate=<integer> Maximum bitrate
          Select the stream with the maximum bitrate
          under that limit.

 File stream output
      --sout-file-append, --no-sout-file-append
                                 Append to file (default disabled)
          Append to file if it exists instead of
          replacing it. (default disabled)

 HTTP stream output
      --sout-http-user=<string>  Username
          User name that will be requested to access
          the stream.
      --sout-http-pwd=<string>   Password
          Password that will be requested to access the
          stream.
      --sout-http-mime=<string>  Mime
          MIME returned by the server (autodetected if
          not specified.
      --sout-http-cert=<string>  Certificate file
          Path to the x509 PEM certificate file that
          will be used for HTTPS.
      --sout-http-key=<string>   Private key file
          Path to the x509 PEM private key file that
          will be used for HTTPS. Leave empty if you
          don't have one.
      --sout-http-ca=<string>    Root CA file
          Path to the x509 PEM trusted root CA
          certificates (certificate authority) file
          that will be used for HTTPS. Leave empty if
          you don't have one.
      --sout-http-crl=<string>   CRL file
          Path to the x509 PEM Certificates Revocation
          List file that will be used for SSL. Leave
          empty if you don't have one.
      --sout-http-bonjour, --no-sout-http-bonjour
                                 Advertise with Bonjour (default disabled)
          Advertise the stream with the Bonjour
          protocol. (default disabled)

 IceCAST output
      --sout-shout-name=<string> Stream name
          Name to give to this stream/channel on the
          shoutcast/icecast server.
      --sout-shout-description=<string>
                                 Stream description
          Description of the stream content or
          information about your channel.
      --sout-shout-mp3, --no-sout-shout-mp3
                                 Stream MP3 (default disabled)
          You normally have to feed the shoutcast
          module with Ogg streams. It is also possible
          to stream MP3 instead, so you can forward MP3
          streams to the shoutcast/icecast server.
          (default disabled)
      --sout-shout-genre=<string>
                                 Genre description
          Genre of the content. 
      --sout-shout-url=<string>  URL description
          URL with information about the stream or your
          channel. 
      --sout-shout-bitrate=<string>
                                 Bitrate
          Bitrate information of the transcoded stream. 
      --sout-shout-samplerate=<string>
                                 Samplerate
          Samplerate information of the transcoded
          stream. 
      --sout-shout-channels=<string>
                                 Number of channels
          Number of channels information of the
          transcoded stream. 
      --sout-shout-quality=<string>
                                 Ogg Vorbis Quality
          Ogg Vorbis Quality information of the
          transcoded stream. 
      --sout-shout-public, --no-sout-shout-public
                                 Stream public (default disabled)
          Make the server publicly available on the
          'Yellow Pages' (directory listing of streams)
          on the icecast/shoutcast website. Requires
          the bitrate information specified for
          shoutcast. Requires Ogg streaming for
          icecast. (default disabled)

 UDP stream output
      --sout-udp-caching=<integer>
                                 Caching value (ms)
          Default caching value for outbound UDP
          streams. This value should be set in
          milliseconds.
      --sout-udp-group=<integer> Group packets
          Packets can be sent one by one at the right
          time or by groups. You can choose the number
          of packets that will be sent at a time. It
          helps reducing the scheduling load on
          heavily-loaded systems.
      --sout-udp-raw, --no-sout-udp-raw
                                 Raw write (default disabled)
          Packets will be sent directly, without trying
          to fill the MTU (ie, without trying to make
          the biggest possible packets in order to
          improve streaming). (default disabled)

 Real RTSP
      --realrtsp-caching=<integer>
                                 Caching value (ms)
          Caching value for RTSP streams. This value
          should be set in milliseconds.

 SMB input
      --smb-caching=<integer>    Caching value in ms
          Caching value for SMB streams. This value
          should be set in milliseconds.
      --smb-user=<string>        SMB user name
          User name that will be used for the
          connection.
      --smb-pwd=<string>         SMB password
          Password that will be used for the connection.
      --smb-domain=<string>      SMB domain
          Domain/Workgroup that will be used for the
          connection.

 TCP input
      --tcp-caching=<integer>    Caching value in ms
          Caching value for TCP streams. This value
          should be set in milliseconds.

 UDP/RTP input
      --udp-caching=<integer>    Caching value in ms
          Caching value for UDP streams. This value
          should be set in milliseconds.
      --rtp-late=<integer>       RTP reordering timeout in ms
          VLC reorders RTP packets. The input will wait
          for late packets at most the time specified
          here (in milliseconds).
      --udp-auto-mtu, --no-udp-auto-mtu
                                 Autodetection of MTU (default enabled)
          Automatically detect the line's MTU. This
          will increase the size if truncated packets
          are found (default enabled)

 Image properties filter
      --contrast=<float>         Image contrast (0-2)
          Set the image contrast, between 0 and 2.
          Defaults to 1.
      --brightness=<float>       Image brightness (0-2)
          Set the image brightness, between 0 and 2.
          Defaults to 1.
      --hue=<integer>            Image hue (0-360)
          Set the image hue, between 0 and 360.
          Defaults to 0.
      --saturation=<float>       Image saturation (0-3)
          Set the image saturation, between 0 and 3.
          Defaults to 1.
      --gamma=<float>            Image gamma (0-10)
          Set the image gamma, between 0.01 and 10.
          Defaults to 1.
      --brightness-threshold, --no-brightness-threshold
                                 Brightness threshold (default disabled)
          When this mode is enabled, pixels will be
          shown as black or white. The threshold value
          will be the brighness defined below. (default
          disabled)

 DirectX audio output
      --directx-audio-device=<integer>
                                 Output device
          DirectX device number: 0 default device, 1..N
          device by number(Note that the default device
          appears as 0 AND another number).
      --directx-audio-float32, --no-directx-audio-float32
                                 Use float32 output (default disabled)
          The option allows you to enable or disable
          the high-quality float32 audio output mode
          (which is not well supported by some
          soundcards). (default disabled)

 File audio output
      --audiofile-format={u8,s8,u16,s16,u16_le,s16_le,u16_be,s16_be,fixed32,float32,spdif}
                                 Output format
          One of "u8", "s8", "u16", "s16", "u16_le",
          "s16_le", "u16_be", "s16_be", "fixed32",
          "float32" or "spdif"
      --audiofile-channels=<integer>
                                 Number of output channels
          By default, all the channels of the incoming
          will be saved but you can restrict the number
          of channels here.
      --audiofile-file=<string>  Output file
          File to which the audio samples will be
          written to.
      --audiofile-wav, --no-audiofile-wav
                                 Add WAVE header (default enabled)
          Instead of writing a raw file, you can add a
          WAV header to the file. (default enabled)

 Audioscrobbler submission Plugin
      --lastfm-username=<string> Username
          The username of your last.fm account
      --lastfm-password=<string> Password
          The password of your last.fm account

 AVI demuxer
      --avi-interleaved, --no-avi-interleaved
                                 Force interleaved method (default disabled)
          Force interleaved method. (default disabled)
      --avi-index={0 (Ask), 1 (Always fix), 2 (Never fix)}
                                 Force index creation
          Recreate a index for the AVI file. Use this
          if your AVI file is damaged or incomplete
          (not seekable).

 Audio CD input
      --cdda-caching=<integer>   Caching value in ms
          Default caching value for Audio CDs. This
          value should be set in milliseconds.
      --cdda-track=<integer>     (null)
      --cdda-first-sector=<integer>
                                 (null)
      --cdda-last-sector=<integer>
                                 (null)
      --cddb-server=<string>     CDDB Server
          Address of the CDDB server to use.
      --cddb-port=<integer>      CDDB port
          CDDB Server port to use.

 Clone video filter
      --clone-count=<integer>    Number of clones
          Number of video windows in which to clone the
          video.
      --clone-vout-list=<string> Video output modules
          You can use specific video output modules for
          the clones. Use a comma-separated list of
          modules.

 Color threshold filter
      --colorthres-color={16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 65280 (Lime), 255 (Blue), 65535 (Aqua)}
                                 Color
          Colors similar to this will be kept, others
          will be grayscaled. This must be an
          hexadecimal (like HTML colors). The first two
          chars are for red, then green, then blue.
          #000000 = black, #FF0000 = red, #00FF00 =
          green, #FFFF00 = yellow (red + green),
          #FFFFFF = white
      --colorthres-saturationthres=<integer>
                                 saturaton threshold
                --colorthres-similaritythres=<integer>
                                 similarity threshold
          
 Crop video filter
      --crop-geometry=<string>   Crop geometry (pixels)
          Set the geometry of the zone to crop. This is
          set as <width> x <height> + <left offset> +
          <top offset>.
      --autocrop, --no-autocrop  Automatic cropping (default disabled)
          Automatically detect black borders and crop
          them. (default disabled)
      --autocrop-ratio-max=<integer>
                                 Ratio max (x 1000)
          Maximum image ratio. The crop plugin will
          never automatically crop to a higher ratio
          (ie, to a more "flat" image). The value is
          x1000: 1333 means 4/3.
      --crop-ratio=<integer>     Manual ratio
          Force a ratio (0 for automatic). Value is
          x1000: 1333 means 4/3.
      --autocrop-time=<integer>  Number of images for change
          The number of consecutive images with the
          same detected ratio (different from the
          previously detected ratio) to consider that
          ratio chnged and trigger recrop.
      --autocrop-diff=<integer>  Number of lines for change
          The minimum difference in the number of
          detected black lines to consider that ratio
          changed and trigger recrop.
      --autocrop-non-black-pixels=<integer>
                                 Number of non black pixels 
          The maximum of non-black pixels in a line to
          consider that the line is black.
      --autocrop-skip-percent=<integer>
                                 Skip percentage (%)
          Percentage of the line to consider while
          checking for black lines. This allows to skip
          logos in black borders and crop them anyway.
      --autocrop-luminance-threshold=<integer>
                                 Luminance threshold 
          Maximum luminance to consider a pixel as
          black (0-255).

 Deinterlacing video filter
      --deinterlace-mode={discard,blend,mean,bob,linear,x}
                                 Deinterlace mode
          Deinterlace method to use for local playback.
      --sout-deinterlace-mode={discard,blend,mean,bob,linear,x}
                                 Streaming deinterlace mode
          Deinterlace method to use for streaming.

 File dumpper
      --demuxdump-file=<string>  Dump filename
          Name of the file to which the raw stream will
          be dumped.
      --demuxdump-append, --no-demuxdump-append
                                 Append to existing file (default disabled)
          If the file already exists, it will not be
          overwritten. (default disabled)

 Dummy interface function
      --dummy-quiet, --no-dummy-quiet
                                 Do not open a DOS command box interface
                                 (default disabled)
          By default the dummy interface plugin will
          start a DOS command box. Enabling the quiet
          mode will not bring this command box but can
          also be pretty annoying when you want to stop
          VLC and no video window is open. (default
          disabled)
      --dummy-save-es, --no-dummy-save-es
                                 Save raw codec data (default disabled)
          Save the raw codec data if you have
          selected/forced the dummy decoder in the main
          options. (default disabled)
      --dummy-chroma=<string>    Dummy image chroma format
          Force the dummy video output to create images
          using a specific chroma format instead of
          trying to improve performances by using the
          most efficient one.

 DVB subtitles decoder
      --dvbsub-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Subpicture position
          You can enforce the subpicture position on
          the video (0=center, 1=left, 2=right, 4=top,
          8=bottom, you can also use combinations of
          these values, e.g. 6=top-right).
      --dvbsub-x=<integer>       Decoding X coordinate
          X coordinate of the rendered subtitle
      --dvbsub-y=<integer>       Decoding Y coordinate
          Y coordinate of the rendered subtitle
      --sout-dvbsub-x=<integer>  Encoding X coordinate
          X coordinate of the encoded subtitle
      --sout-dvbsub-y=<integer>  Encoding Y coordinate
          Y coordinate of the encoded subtitle

 DVDnav Input
      --dvdnav-angle=<integer>   DVD angle
          Default DVD angle.
      --dvdnav-caching=<integer> Caching value in ms
          Caching value for DVDs. This value should be
          set in milliseconds.
      --dvdnav-menu, --no-dvdnav-menu
                                 Start directly in menu (default enabled)
          Start the DVD directly in the main menu. This
          will try to skip all the useless warning
          introductions. (default enabled)

 DVDRead Input (DVD without menu support)
      --dvdread-angle=<integer>  DVD angle
          Default DVD angle.
      --dvdread-caching=<integer>
                                 Caching value in ms
          Caching value for DVDs. This value should be
          set in milliseconds.
      --dvdread-css-method={title,disc,key}
                                 Method used by libdvdcss for decryption
          Set the method used by libdvdcss for key
          decryption.
title: decrypted title key is
          guessed from the encrypted sectors of the
          stream. Thus it should work with a file as
          well as the DVD device. But it sometimes
          takes much time to decrypt a title key and
          may even fail. With this method, the key is
          only checked at the beginning of each title,
          so it won't work if the key changes in the
          middle of a title.
disc: the disc key is
          first cracked, then all title keys can be
          decrypted instantly, which allows us to check
          them often.
key: the same as "disc" if you
          don't have a file with player keys at
          compilation time. If you do, the decryption
          of the disc key will be faster with this
          method. It is the one that was used by
          libcss.
The default method is: key.

 Equalizer with 10 bands
      --equalizer-preset={flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
                                 Equalizer preset
          Preset to use for the equalizer.
      --equalizer-bands=<string> Bands gain
          Don't use presets, but manually specified
          bands. You need to provide 10 values between
          -20dB and 20dB, separated by spaces, e.g. "0
          2 4 2 0 -2 -4 -2 0"
      --equalizer-2pass, --no-equalizer-2pass
                                 Two pass (default disabled)
          Filter the audio twice. This provides a more
          intense effect. (default disabled)
      --equalizer-preamp=<float> Global gain
          Set the global gain in dB (-20 ... 20).

 Extract RGB component video filter
      --extract-component={16711680 (Red), 65280 (Green), 255 (Blue)}
                                 RGB component to extract
          RGB component to extract. 0 for Red, 1 for
          Green and 2 for Blue.

 Fake video decoder
      --fake-file=<string>       Image file
          Path of the image file for fake input.
      --fake-width=<integer>     Video width
          Output video width.
      --fake-height=<integer>    Video height
          Output video height.
      --fake-keep-ar, --no-fake-keep-ar
                                 Keep aspect ratio (default disabled)
          Consider width and height as maximum values.
          (default disabled)
      --fake-aspect-ratio=<string>
                                 Background aspect ratio
          Aspect ratio of the image file (4:3, 16:9).
          Default is square pixels.
      --fake-deinterlace, --no-fake-deinterlace
                                 Deinterlace video (default disabled)
          Deinterlace the image after loading it.
          (default disabled)
      --fake-deinterlace-module={deinterlace,ffmpeg-deinterlace}
                                 Deinterlace module
          Deinterlace module to use.

 FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
      --ffmpeg-dr, --no-ffmpeg-dr
                                 Direct rendering (default enabled)
          Direct rendering (default enabled)
      --ffmpeg-error-resilience=<integer>
                                 Error resilience
          Ffmpeg can do error resilience.
However, with
          a buggy encoder (such as the ISO MPEG-4
          encoder from M$) this can produce a lot of
          errors.
Valid values range from 0 to 4 (0
          disables all errors resilience).
      --ffmpeg-workaround-bugs=<integer>
                                 Workaround bugs
          Try to fix some bugs:
1  autodetect
2  old
          msmpeg4
4  xvid interlaced
8  ump4 
16 no
          padding
32 ac vlc
64 Qpel chroma.
This must
          be the sum of the values. For example, to fix
          "ac vlc" and "ump4", enter 40.
      --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
                                 Hurry up (default disabled)
          The decoder can partially decode or skip
          frame(s) when there is not enough time. It's
          useful with low CPU power but it can produce
          distorted pictures. (default disabled)
      --ffmpeg-vismv=<integer>   Visualize motion vectors
          You can overlay the motion vectors (arrows
          showing how the images move) on the image.
          This value is a mask, based on these
          values:
1 - visualize forward predicted MVs
          of P frames
2 - visualize forward predicted
          MVs of B frames
4 - visualize backward
          predicted MVs of B frames
To visualize all
          vectors, the value should be 7.
      --ffmpeg-lowres=<integer>  Low resolution decoding
          Only decode a low resolution version of the
          video. This requires less processing power
      --ffmpeg-skiploopfilter={0 (None), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)}
                                 Skip the loop filter for H.264 decoding
          Skipping the loop filter (aka deblocking)
          usually has a detrimental effect on quality.
          However it provides a big speedup for high
          definition streams.
      --ffmpeg-pp-q=<integer>    Post processing quality
          Quality of post processing. Valid range is 0
          to 6
Higher levels require considerable more
          CPU power, but produce better looking
          pictures.
      --ffmpeg-pp-name=<string>  FFmpeg post processing filter chains
          <filterName>[:<option>[:<option>...]][[,|/][-]
          <filterName>[:<option>...]]...
long form
          example:
vdeblock:autoq/hdeblock:autoq/linblen
          ddeint    default,-vdeblock
short form
          example:
vb:a/hb:a/lb de,-vb
more examples:
tn
          :64:128:256
Filters                       
          Options
short  long name       short   long
          option     Description
*      *              
          a       autoq           cpu power dependant
          enabler
                       c       chrom 
                   chrominance filtring enabled
       
                         y       nochrom        
          chrominance filtring disabled
hb     hdeblock
                 (2 Threshold)           horizontal
          deblocking filter
       1. difference
          factor: default=64, higher -> more
          deblocking
       2. flatness threshold:
          default=40, lower -> more deblocking
        
                        the h & v deblocking filters
          share these
                       so u cant
          set different thresholds for h / v
vb    
          vdeblock        (2 Threshold)          
          vertical deblocking filter
h1     x1hdeblock 
                                      Experimental h
          deblock filter 1
v1     x1vdeblock           
                            Experimental v deblock
          filter 1
dr     dering                       
                    Deringing filter
al     autolevels 
                                      automatic
          brightness / contrast
                      
          f       fullyrange      stretch luminance to
          (0..255)
lb     linblenddeint                
                    linear blend deinterlacer
li    
          linipoldeint                           
          linear interpolating deinterlace
ci    
          cubicipoldeint                          cubic
          interpolating deinterlacer
md     mediandeint
                                      median
          deinterlacer
fd     ffmpegdeint              
                        ffmpeg deinterlacer
de    
          default                                
          hb:a,vb:a,dr:a,al
fa     fast                
                             h1:a,v1:a,dr:a,al
tn    
          tmpnoise        (3 Thresholds)         
          Temporal Noise Reducer
                      
          1. <= 2. <= 3.          larger -> stronger
          filtering
fq     forceQuant      <quantizer> 
                     Force quantizer

      --ffmpeg-debug=<integer>   Debug mask
          Set ffmpeg debug mask
      --sout-ffmpeg-hq={rd,bits,simple}
                                 Quality level
          Quality level for the encoding of motions
          vectors (this can slow down the encoding very
          much).
      --sout-ffmpeg-keyint=<integer>
                                 Ratio of key frames
          Number of frames that will be coded for one
          key frame.
      --sout-ffmpeg-bframes=<integer>
                                 Ratio of B frames
          Number of B frames that will be coded between
          two reference frames.
      --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up
                                 Hurry up (default disabled)
          The encoder can make on-the-fly quality
          tradeoffs if your CPU can't keep up with the
          encoding rate. It will disable trellis
          quantization, then the rate distortion of
          motion vectors (hq), and raise the noise
          reduction threshold to ease the encoder's
          task. (default disabled)
      --sout-ffmpeg-interlace, --no-sout-ffmpeg-interlace
                                 Interlaced encoding (default disabled)
          Enable dedicated algorithms for interlaced
          frames. (default disabled)
      --sout-ffmpeg-interlace-me, --no-sout-ffmpeg-interlace-me
                                 Interlaced motion estimation (default enabled)
          Enable interlaced motion estimation
          algorithms. This requires more CPU. (default
          enabled)
      --sout-ffmpeg-vt=<integer> Video bitrate tolerance
          Video bitrate tolerance in kbit/s.
      --sout-ffmpeg-pre-me, --no-sout-ffmpeg-pre-me
                                 Pre-motion estimation (default disabled)
          Enable the pre-motion estimation algorithm.
          (default disabled)
      --sout-ffmpeg-strict-rc, --no-sout-ffmpeg-strict-rc
                                 Strict rate control (default disabled)
          Enable the strict rate control algorithm.
          (default disabled)
      --sout-ffmpeg-rc-buffer-size=<integer>
                                 Rate control buffer size
          Rate control buffer size (in kbytes). A
          bigger buffer will allow for better rate
          control, but will cause a delay in the stream.
      --sout-ffmpeg-rc-buffer-aggressivity=<float>
                                 Rate control buffer aggressiveness
          Rate control buffer aggressiveness.
      --sout-ffmpeg-i-quant-factor=<float>
                                 I quantization factor
          Quantization factor of I frames, compared
          with P frames (for instance 1.0 => same
          qscale for I and P frames).
      --sout-ffmpeg-noise-reduction=<integer>
                                 Noise reduction
          Enable a simple noise reduction algorithm to
          lower the encoding length and bitrate, at the
          expense of lower quality frames.
      --sout-ffmpeg-mpeg4-matrix, --no-sout-ffmpeg-mpeg4-matrix
                                 MPEG4 quantization matrix (default disabled)
          Use the MPEG4 quantization matrix for MPEG2
          encoding. This generally yields a better
          looking picture, while still retaining the
          compatibility with standard MPEG2 decoders.
          (default disabled)
      --sout-ffmpeg-qmin=<integer>
                                 Minimum video quantizer scale
          Minimum video quantizer scale.
      --sout-ffmpeg-qmax=<integer>
                                 Maximum video quantizer scale
          Maximum video quantizer scale.
      --sout-ffmpeg-trellis, --no-sout-ffmpeg-trellis
                                 Trellis quantization (default disabled)
          Enable trellis quantization (rate distortion
          for block coefficients). (default disabled)
      --sout-ffmpeg-qscale=<float>
                                 Fixed quantizer scale
          A fixed video quantizer scale for VBR
          encoding (accepted values: 0.01 to 255.0).
      --sout-ffmpeg-strict=<integer>
                                 Strict standard compliance
          Force a strict standard compliance when
          encoding (accepted values: -1, 0, 1).
      --sout-ffmpeg-lumi-masking=<float>
                                 Luminance masking
          Raise the quantizer for very bright
          macroblocks (default: 0.0).
      --sout-ffmpeg-dark-masking=<float>
                                 Darkness masking
          Raise the quantizer for very dark macroblocks
          (default: 0.0).
      --sout-ffmpeg-p-masking=<float>
                                 Motion masking
          Raise the quantizer for macroblocks with a
          high temporal complexity (default: 0.0).
      --sout-ffmpeg-border-masking=<float>
                                 Border masking
          Raise the quantizer for macroblocks at the
          border of the frame (default: 0.0).
      --sout-ffmpeg-luma-elim-threshold=<integer>
                                 Luminance elimination
          Eliminates luminance blocks when the PSNR
          isn't much changed (default: 0.0). The H264
          specification recommends -4.
      --sout-ffmpeg-chroma-elim-threshold=<integer>
                                 Chrominance elimination
          Eliminates chrominance blocks when the PSNR
          isn't much changed (default: 0.0). The H264
          specification recommends 7.

 Freetype2 font renderer
      --freetype-font=<string>   Font
          Filename for the font you want to use
      --freetype-fontsize=<integer>
                                 Font size in pixels
          This is the default size of the fonts that
          will be rendered on the video. If set to
          something different than 0 this option will
          override the relative font size.
      --freetype-opacity=<integer>
                                 Opacity
          The opacity (inverse of transparency) of the
          text that will be rendered on the video. 0 =
          transparent, 255 = totally opaque. 
      --freetype-color={0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
                                 Text default color
          The color of the text that will be rendered
          on the video. This must be an hexadecimal
          (like HTML colors). The first two chars are
          for red, then green, then blue. #000000 =
          black, #FF0000 = red, #00FF00 = green,
          #FFFF00 = yellow (red + green), #FFFFFF =
          white
      --freetype-rel-fontsize={20 (Smaller), 18 (Small), 16 (Normal), 12 (Large), 6 (Larger)}
                                 Relative font size
          This is the relative default size of the
          fonts that will be rendered on the video. If
          absolute font size is set, relative size will
          be overriden.
      --freetype-effect={1 (Background), 2 (Outline), 3 (Fat Outline)}
                                 Font Effect
          It is possible to apply effects to the
          rendered text to improve its readability.
      --freetype-yuvp, --no-freetype-yuvp
                                 Use YUVP renderer (default disabled)
          This renders the font using "paletized YUV".
          This option is only needed if you want to
          encode into DVB subtitles (default disabled)

 Mouse gestures control interface
      --gestures-threshold=<integer>
                                 Motion threshold (10-100)
          Amount of movement required for a mouse
          gesture to be recorded.
      --gestures-button={left,middle,right}
                                 Trigger button
          Trigger button for mouse gestures.

 GnuTLS TLS encryption layer
      --tls-check-cert, --no-tls-check-cert
                                 Check TLS/SSL server certificate validity
                                 (default enabled)
          This ensures that the server certificate is
          valid (i.e. signed by an approved
          Certification Authority). (default enabled)
      --tls-check-hostname, --no-tls-check-hostname
                                 Check TLS/SSL server hostname in certificate
                                 (default enabled)
          This ensures that the server hostname in
          certificate matches the requested host name.
          (default enabled)
      --gnutls-dh-bits=<integer> Diffie-Hellman prime bits
          This allows you to modify the Diffie-Hellman
          prime's number of bits, used for TLS or
          SSL-based server-side encryption. This is
          generally not needed.
      --gnutls-cache-expiration=<integer>
                                 Expiration time for resumed TLS sessions
          It is possible to cache the resumed TLS
          sessions. This is the expiration time of the
          sessions stored in this cache, in seconds.
      --gnutls-cache-size=<integer>
                                 Number of resumed TLS sessions
          This is the maximum number of resumed TLS
          sessions that the cache will hold.

 Goom effect
      --goom-width=<integer>     Goom display width
          This allows you to set the resolution of the
          Goom display (bigger resolution will be
          prettier but more CPU intensive).
      --goom-height=<integer>    Goom display height
          This allows you to set the resolution of the
          Goom display (bigger resolution will be
          prettier but more CPU intensive).
      --goom-speed=<integer>     Goom animation speed
          This allows you to set the animation speed
          (between 1 and 10, defaults to 6).

 Gradient video filter
      --gradient-mode={gradient,edge,hough}
                                 Distort mode
          Distort mode, one of "gradient", "edge" and
          "hough".
      --gradient-type=<integer>  Gradient image type
          Gradient image type (0 or 1). 0 will turn the
          image to white while 1 will keep colors.
      --gradient-cartoon, --no-gradient-cartoon
                                 Apply cartoon effect (default enabled)
          Apply cartoon effect. It is only used by
          "gradient" and "edge". (default enabled)

 Growl Notification Plugin
      --growl-server=<string>    Growl server
          This is the host to which Growl notifications
          will be sent. By default, notifications are
          sent locally.
      --growl-password=<string>  Growl password
          Growl password on the server.
      --growl-port=<integer>     Growl UDP port
          Growl UDP port on the server.

 H264 video demuxer
      --h264-fps=<float>         Frames per Second
          Desired frame rate for the H264 stream.

 Headphone virtual spatialization effect
      --headphone-dim=<integer>  Characteristic dimension
          Distance between front left speaker and
          listener in meters.
      --headphone-compensate, --no-headphone-compensate
                                 Compensate delay (default disabled)
          The delay which is introduced by the physical
          algorithm may sometimes be disturbing for the
          synchronization between lips-movement and
          speech. In case, turn this on to compensate.
          (default disabled)
      --headphone-dolby, --no-headphone-dolby
                                 No decoding of Dolby Surround (default
                                 disabled)
          Dolby Surround encoded streams won't be
          decoded before being processed by this
          filter. Enabling this setting is not
          recommended. (default disabled)

 HTTP remote control interface
      --http-host=<string>       Host address
          Address and port the HTTP interface will
          listen on. It defaults to all network
          interfaces (0.0.0.0). If you want the HTTP
          interface to be available only on the local
          machine, enter 127.0.0.1
      --http-src=<string>        Source directory
          Source directory
      --http-charset=<string>    Charset
          Charset declared in Content-Type header
          (default UTF-8).
      --http-handlers=<string>   Handlers
          List of handler extensions and executable
          paths (for instance: php=/usr/bin/php,pl=/usr/
          bin/perl).
      --http-intf-cert=<string>  Certificate file
          HTTP interface x509 PEM certificate file
          (enables SSL).
      --http-intf-key=<string>   Private key file
          HTTP interface x509 PEM private key file.
      --http-intf-ca=<string>    Root CA file
          HTTP interface x509 PEM trusted root CA
          certificates file.
      --http-intf-crl=<string>   CRL file
          HTTP interace Certificates Revocation List
          file.

 Image video output
      --image-out-format={png,jpeg}
                                 Image format
          Format of the output images (png or jpg).
      --image-width=<integer>    Image width
          You can enforce the image width. By default
          (-1) VLC will adapt to the video
          characteristics.
      --image-height=<integer>   Image height
          You can enforce the image height. By default
          (-1) VLC will adapt to the video
          characteristics.
      --image-out-ratio=<integer>
                                 Recording ratio
          Ratio of images to record. 3 means that one
          image out of three is recorded.
      --image-out-prefix=<string>
                                 Filename prefix
          Prefix of the output images filenames. Output
          filenames will have the "prefixNUMBER.format"
          form.
      --image-out-replace, --no-image-out-replace
                                 Always write to the same file (default
                                 disabled)
          Always write to the same file instead of
          creating one file per image. In this case,
          the number is not appended to the filename.
          (default disabled)

 RTP/RTSP/SDP demuxer (using Live555)
      --rtsp-tcp, --no-rtsp-tcp  Use RTP over RTSP (TCP) (default disabled)
          Use RTP over RTSP (TCP) (default disabled)
      --rtp-client-port=<integer>
                                 Client port
          Port to use for the RTP source of the session
      --rtsp-http, --no-rtsp-http
                                 Tunnel RTSP and RTP over HTTP (default
                                 disabled)
          Tunnel RTSP and RTP over HTTP (default
          disabled)
      --rtsp-http-port=<integer> HTTP tunnel port
          Port to use for tunneling the RTSP/RTP over
          HTTP.
      --rtsp-caching=<integer>   Caching value (ms)
          Allows you to modify the default caching
          value for RTSP streams. This value should be
          set in millisecond units.
      --rtsp-kasenna, --no-rtsp-kasenna
                                 Kasenna RTSP dialect (default disabled)
          Kasenna servers use an old and unstandard
          dialect of RTSP. When you set this parameter,
          VLC will try this dialect for communication.
          In this mode you cannot connect to normal
          RTSP servers. (default disabled)
      --rtsp-user=<string>       RTSP user name
          Allows you to modify the user name that will
          be used for authenticating the connection.
      --rtsp-pwd=<string>        RTSP password
          Allows you to modify the password that will
          be used for the connection.

 File logging
      --logfile=<string>         Log filename
          Specify the log filename.
      --logmode={text,html}      Log format
          Specify the log format. Available choices are
          "text" (default) and "html".
      --rrd-file=<string>        RRD output file
          Output data for RRDTool in this file.

 Logo video filter
      --logo-file=<string>       Logo filenames
          Full path of the image files to use. Format
          is <image>[,<delay in ms>[,<alpha>]][;<image>[
          ,<delay>[,<alpha>]]][;...]. If you only have
          one file, simply enter its filename.
      --logo-x=<integer>         X coordinate
          X coordinate of the logo. You can move the
          logo by left-clicking it.
      --logo-y=<integer>         Y coordinate
          Y coordinate of the logo. You can move the
          logo by left-clicking it.
      --logo-delay=<integer>     Logo individual image time in ms
          Individual image display time of 0 - 60000 ms.
      --logo-repeat=<integer>    Logo animation # of loops
          Number of loops for the logo animation.-1 =
          continuous, 0 = disabled
      --logo-transparency=<integer>
                                 Transparency of the logo
          Logo transparency value (from 0 for full
          transparency to 255 for full opacity).
      --logo-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Logo position
          Enforce the logo position on the video
          (0=center, 1=left, 2=right, 4=top, 8=bottom,
          you can also use combinations of these
          values, eg 6 = top-right).

 Marquee display
      --marq-marquee=<string>    Text
          Marquee text to display. (Available format
          strings: Time related: %Y = year, %m = month,
          %d = day, %H = hour, %M = minute, %S =
          second, ... Meta data related: $a = artist,
          $b = album, $c = copyright, $d = description,
          $e = encoded by, $g = genre, $l = language,
          $n = track num, $p = now playing, $r =
          rating, $s = subtitles language, $t = title,
          $u = url, $A = date, $B = audio bitrate (in
          kb/s), $C = chapter,$D = duration, $F = full
          name with path, $I = title, $L = time left,
          $N = name, $O = audio language, $P = position
          (in %), $R = rate, $S = audio sample rate (in
          kHz), $T = time, $U = publisher, $V = volume,
          $_ = new line) 
      --marq-x=<integer>         X offset
          X offset, from the left screen edge.
      --marq-y=<integer>         Y offset
          Y offset, down from the top.
      --marq-position=<integer>  Marquee position
          You can enforce the marquee position on the
          video (0=center, 1=left, 2=right, 4=top,
          8=bottom, you can also use combinations of
          these values, eg 6 = top-right).
      --marq-opacity=<integer>   Opacity
          Opacity (inverse of transparency) of
          overlayed text. 0 = transparent, 255 =
          totally opaque. 
      --marq-color={-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
                                 Color
          Color of the text that will be rendered on
          the video. This must be an hexadecimal (like
          HTML colors). The first two chars are for
          red, then green, then blue. #000000 = black,
          #FF0000 = red, #00FF00 = green, #FFFF00 =
          yellow (red + green), #FFFFFF = white
      --marq-size=<integer>      Font size, pixels
          Font size, in pixels. Default is -1 (use
          default font size).
      --marq-timeout=<integer>   Timeout
          Number of milliseconds the marquee must
          remain displayed. Default value is 0 (remains
          forever).

 M-JPEG camera demuxer
      --mjpeg-fps=<float>        Frames per Second
          This is the desired frame rate when playing
          MJPEG from a file. Use 0 (this is the default
          value) for a live stream (from a camera).

 Matroska stream demuxer
      --mkv-use-ordered-chapters, --no-mkv-use-ordered-chapters
                                 Ordered chapters (default enabled)
          Play ordered chapters as specified in the
          segment. (default enabled)
      --mkv-use-chapter-codec, --no-mkv-use-chapter-codec
                                 Chapter codecs (default enabled)
          Use chapter codecs found in the segment.
          (default enabled)
      --mkv-preload-local-dir, --no-mkv-preload-local-dir
                                 Preload Directory (default enabled)
          Preload matroska files from the same family
          in the same directory (not good for broken
          files). (default enabled)
      --mkv-seek-percent, --no-mkv-seek-percent
                                 Seek based on percent not time (default
                                 disabled)
          Seek based on percent not time. (default
          disabled)
      --mkv-use-dummy, --no-mkv-use-dummy
                                 Dummy Elements (default disabled)
          Read and discard unknown EBML elements (not
          good for broken files). (default disabled)

 MOD demuxer (libmodplug)
      --mod-noisereduction, --no-mod-noisereduction
                                 Noise reduction (default enabled)
          Enable noise reduction algorithm (default
          enabled)
      --mod-reverb, --no-mod-reverb
                                 Reverb (default disabled)
          Enable reverberation (default disabled)
      --mod-reverb-level=<integer>
                                 Reverberation level
          Reverberation level (from 0 to 100, default
          value is 0).
      --mod-reverb-delay=<integer>
                                 Reverberation delay
          Reverberation delay, in ms. Usual values are
          from to 40 to 200ms.
      --mod-megabass, --no-mod-megabass
                                 Mega bass (default disabled)
          Enable megabass mode (default disabled)
      --mod-megabass-level=<integer>
                                 Mega bass level
          Megabass mode level (from 0 to 100, default
          value is 0).
      --mod-megabass-range=<integer>
                                 Mega bass cutoff
          Megabass mode cutoff frequency, in Hz.This is
          the maximum frequency for which the megabass
          effect applies. Valid values are from 10 to
          100 Hz
      --mod-surround, --no-mod-surround
                                 Surround (default disabled)
          Surround (default disabled)
      --mod-surround-level=<integer>
                                 Surround level
          Surround effect level (from 0 to 100, default
          value is 0).
      --mod-surround-delay=<integer>
                                 Surround delay (ms)
          Surround delay, in ms. Usual values are from
          5 to 40 ms

 Audio filter for stereo to mono conversion
      --sout-mono-downmix, --no-sout-mono-downmix
                                 Use downmix algorithme. (default disabled)
          This option selects a stereo to mono downmix
          algorithm that is used in the headphone
          channel mixer. Itgives the effect of standing
          in a room full of speakers. (default disabled)
      --sout-mono-channel={0 (Left), 1 (Right), 2 (Left rear), 4 (Right rear), 8 (Center), 5 (Left front)}
                                 Select channel to keep
          This option silences all other channels
          except the selected channel. Choose one from
          (0=left, 1=right 2=rear left, 3=rear right,
          4=center, 5=left front)

 Mosaic video sub filter
      --mosaic-alpha=<integer>   Transparency
          Transparency of the mosaic foreground
          pictures. 0 means transparent, 255 opaque
          (default).
      --mosaic-height=<integer>  Height
          Total height of the mosaic, in pixels.
      --mosaic-width=<integer>   Width
          Total width of the mosaic, in pixels.
      --mosaic-align={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Mosaic alignment
          You can enforce the mosaic alignment on the
          video (0=center, 1=left, 2=right, 4=top,
          8=bottom, you can also use combinations of
          these values, eg 6 = top-right).
      --mosaic-xoffset=<integer> Top left corner X coordinate
          X Coordinate of the top-left corner of the
          mosaic.
      --mosaic-yoffset=<integer> Top left corner Y coordinate
          Y Coordinate of the top-left corner of the
          mosaic.
      --mosaic-borderw=<integer> Border width
          Width in pixels of the border between
          miniatures.
      --mosaic-borderh=<integer> Border height
          Height in pixels of the border between
          miniatures.
      --mosaic-position={0 (auto), 1 (fixed), 2 (offsets)}
                                 Positioning method
          Positioning method for the mosaic. auto:
          automatically choose the best number of rows
          and columns. fixed: use the user-defined
          number of rows and columns. offsets: use the
          user-defined offsets for each image.
      --mosaic-rows=<integer>    Number of rows
          Number of image rows in the mosaic (only used
          if positionning method is set to "fixed".
      --mosaic-cols=<integer>    Number of columns
          Number of image columns in the mosaic (only
          used if positionning method is set to "fixed".
      --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
                                 Keep aspect ratio (default disabled)
          Keep the original aspect ratio when resizing
          mosaic elements. (default disabled)
      --mosaic-keep-picture, --no-mosaic-keep-picture
                                 Keep original size (default disabled)
          Keep the original size of mosaic elements.
          (default disabled)
      --mosaic-order=<string>    Elements order
          You can enforce the order of the elements on
          the mosaic. You must give a comma-separated
          list of picture ID(s).These IDs are assigned
          in the "mosaic-bridge" module.
      --mosaic-offsets=<string>  Offsets in order
          You can enforce the (x,y) offsets of the
          elements on the mosaic (only used if
          positioning method is set to "offsets"). You
          must give a comma-separated list of
          coordinates (eg: 10,10,150,10).
      --mosaic-delay=<integer>   Delay
          Pictures coming from the mosaic elements will
          be delayed according to this value (in
          milliseconds). For high values you will need
          to raise caching at input.
      --mosaic-bs, --no-mosaic-bs
                                 Bluescreen (default disabled)
          This effect, also known as "greenscreen" or
          "chroma key" blends the "blue parts" of the
          foreground images of the mosaic on the
          background (like wheather forecast
          presenters). You can choose the "key" color
          for blending (blue by default). (default
          disabled)
      --mosaic-bsu=<integer>     Bluescreen U value
          "U" value for the bluescreen key color (in
          YUV values). From 0 to 255. Defaults to 120
          for blue.
      --mosaic-bsv=<integer>     Bluescreen V value
          "V" value for the bluescreen key color (in
          YUV values). From 0 to 255. Defaults to 90
          for blue.
      --mosaic-bsut=<integer>    Bluescreen U tolerance
          Tolerance of the bluescreen blender on color
          variations for the U plane. A value between
          10 and 20 seems sensible.
      --mosaic-bsvt=<integer>    Bluescreen V tolerance
          Tolerance of the bluescreen blender on color
          variations for the V plane. A value between
          10 and 20 seems sensible.

 Motion blur filter
      --blur-factor=<integer>    Blur factor (1-127)
          The degree of blurring from 1 to 127.

 MusePack demuxer
      --mpc-replaygain-type={0 (None), 1 (Title), 2 (Album)}
                                 Replay Gain type
          Musepack can have a title-specific replay
          gain (volume control) or an album-specific
          one. Choose which type you want to use

 MSN Now-Playing
      --msn-format=<string>      MSN Title format string
          Format of the string to send to MSN {0}
          Artist, {1} Title, {2} Album. Defaults to
          "Artist - Title" ({0} - {1}).

 ASF muxer
      --sout-asf-title=<string>  Title
          Title to put in ASF comments.
      --sout-asf-author=<string> Author
          Author to put in ASF comments.
      --sout-asf-copyright=<string>
                                 Copyright
          Copyright string to put in ASF comments.
      --sout-asf-comment=<string>
                                 Comment
          Comment to put in ASF comments.
      --sout-asf-rating=<string> Rating
          "Rating" to put in ASF comments.
      --sout-asf-packet-size=<integer>
                                 Packet Size
          ASF packet size -- default is 4096 bytes

 MP4/MOV muxer
      --sout-mp4-faststart, --no-sout-mp4-faststart
                                 Create "Fast Start" files (default enabled)
          Create "Fast Start" files. "Fast Start" files
          are optimized for downloads and allow the
          user to start previewing the file while it is
          downloading. (default enabled)

 Multipart JPEG muxer
      --sout-mpjpeg-separator=<string>
                                 Multipart separator string
          Multipart strings like MPJPEG use a specific
          string to separate its content pieces. You
          can select this string. Default is
          --myboundary

 PS muxer
      --sout-ps-dts-delay=<integer>
                                 DTS delay (ms)
          Delay the DTS (decoding time stamps) and PTS
          (presentation timestamps) of the data in the
          stream, compared to the SCRs. This allows for
          some buffering inside the client decoder.
      --sout-ps-pes-max-size=<integer>
                                 PES maximum size
          Set the maximum allowed PES size when
          producing the MPEG PS streams.

 TS muxer (libdvbpsi)
      --sout-ts-pid-video=<integer>
                                 Video PID
          Assign a fixed PID to the video stream. The
          PCR PID will automatically be the video.
      --sout-ts-pid-audio=<integer>
                                 Audio PID
          Assign a fixed PID to the audio stream.
      --sout-ts-pid-spu=<integer>
                                 SPU PID
          Assign a fixed PID to the SPU.
      --sout-ts-pid-pmt=<integer>
                                 PMT PID
          Assign a fixed PID to the PMT
      --sout-ts-tsid=<integer>   TS ID
          Assign a fixed Transport Stream ID.
      --sout-ts-netid=<integer>  NET ID
          Assign a fixed Network ID (for SDT table)
      --sout-ts-program-pmt=<string>
                                 PMT Program numbers
          Assign a program number to each PMT. This
          requires "Set PID to ID of ES" to be enabled.
      --sout-ts-es-id-pid, --no-sout-ts-es-id-pid
                                 Set PID to ID of ES (default disabled)
          Sets PID to the ID if the incoming ES. This
          is for use with --ts-es-id-pid, and allows to
          have the same PIDs in the input and output
          streams. (default disabled)
      --sout-ts-muxpmt=<string>  Mux PMT (requires --sout-ts-es-id-pid)
          Define the pids to add to each pmt. This
          requires "Set PID to ID of ES" to be enabled.
      --sout-ts-sdtdesc=<string> SDT Descriptors (requires --sout-ts-es-id-pid)
          Defines the descriptors of each SDT.
          Thisrequires "Set PID to ID of ES" to be
          enabled.
      --sout-ts-alignment, --no-sout-ts-alignment
                                 Data alignment (default enabled)
          Enforces alignment of all access units on PES
          boundaries. Disabling this might save some
          bandwidth but introduce incompatibilities.
          (default enabled)
      --sout-ts-shaping=<integer>
                                 Shaping delay (ms)
          Cut the stream in slices of the given
          duration, and ensure a constant bitrate
          between the two boundaries. This avoids
          having huge bitrate peaks, especially for
          reference frames.
      --sout-ts-use-key-frames, --no-sout-ts-use-key-frames
                                 Use keyframes (default disabled)
          If enabled, and shaping is specified, the TS
          muxer will place the boundaries at the end of
          I pictures. In that case, the shaping
          duration given by the user is a worse case
          used when no reference frame is available.
          This enhances the efficiency of the shaping
          algorithm, since I frames are usually the
          biggest frames in the stream. (default
          disabled)
      --sout-ts-pcr=<integer>    PCR delay (ms)
          Set at which interval PCRs (Program Clock
          Reference) will be sent (in milliseconds).
          This value should be below 100ms. (default is
          70ms).
      --sout-ts-bmin=<integer>   Minimum B (deprecated)
          This setting is deprecated and not used
          anymore
      --sout-ts-bmax=<integer>   Maximum B (deprecated)
          This setting is deprecated and not used
          anymore
      --sout-ts-dts-delay=<integer>
                                 DTS delay (ms)
          Delay the DTS (decoding time stamps) and PTS
          (presentation timestamps) of the data in the
          stream, compared to the PCRs. This allows for
          some buffering inside the client decoder.
      --sout-ts-crypt-audio, --no-sout-ts-crypt-audio
                                 Crypt audio (default enabled)
          Crypt audio using CSA (default enabled)
      --sout-ts-crypt-video, --no-sout-ts-crypt-video
                                 Crypt video (default enabled)
          Crypt video using CSA (default enabled)
      --sout-ts-csa-ck=<string>  CSA Key
          CSA encryption key. This must be a 16 char
          string (8 hexadecimal bytes).
      --sout-ts-csa-pkt=<integer>
                                 Packet size in bytes to encrypt
          Size of the TS packet to encrypt. The
          encryption routines subtract the TS-header
          from the value before encrypting. 

 Network synchronisation
      --netsync-master, --no-netsync-master
                                 Act as master (default disabled)
          Should act as the master client for the
          network synchronisation? (default disabled)
      --netsync-master-ip=<string>
                                 Master client ip address
          IP address of the master client used for the
          network synchronisation.

 Volume normalizer
      --norm-buff-size=<integer> Number of audio buffers
          This is the number of audio buffers on which
          the power measurement is made. A higher
          number of buffers will increase the response
          time of the filter to a spike but will make
          it less sensitive to short variations.
      --norm-max-level=<float>   Max level
          If the average power over the last N buffers
          is higher than this value, the volume will be
          normalized. This value is a positive floating
          point number. A value between 0.5 and 10
          seems sensible.

 Windows Service interface
      --ntservice-install, --no-ntservice-install
                                 Install Windows Service (default disabled)
          Install the Service and exit. (default
          disabled)
      --ntservice-uninstall, --no-ntservice-uninstall
                                 Uninstall Windows Service (default disabled)
          Uninstall the Service and exit. (default
          disabled)
      --ntservice-name=<string>  Display name of the Service
          Change the display name of the Service.
      --ntservice-options=<string>
                                 Configuration options
          Configuration options that will be used by
          the Service (eg. --foo=bar --no-foobar). It
          should be specified at install time so the
          Service is properly configured.
      --ntservice-extraintf=<string>
                                 Extra interface modules
          Additional interfaces spawned by the Service.
          It should be specified at install time so the
          Service is properly configured. Use a comma
          separated list of interface modules. (common
          values are: logger, sap, rc, http)

 OpenGL video output
      --opengl-cube-speed=<float>
                                 OpenGL cube rotation speed
          Rotation speed of the OpenGL cube effect, if
          enabled.
      --opengl-accuracy=<integer>
                                 OpenGL sampling accuracy 
          Select the accuracy of 3D object sampling(1 =
          min and 10 = max)
      --opengl-pov-x=<float>     Point of view x-coordinate
          Point of view (X coordinate) of the
          cube/cylinder effect, if enabled.
      --opengl-pov-y=<float>     Point of view y-coordinate
          Point of view (Y coordinate) of the
          cube/cylinder effect, if enabled.
      --opengl-pov-z=<float>     Point of view z-coordinate
          Point of view (Z coordinate) of the
          cube/cylinder effect, if enabled.
      --opengl-cylinder-radius=<float>
                                 OpenGL Cylinder radius
          Radius of the OpenGL cylinder effect, if
          enabled
      --opengl-effect={none,cube,transparent-cube,cylinder,torus,sphere,SQUAREXY,SQUARER,ASINXY,ASINR,SINEXY,SINER}
                                 Effect
          Several visual OpenGL effects are available.

 On Screen Display menu
      --osdmenu-x=<integer>      X coordinate
          You can move the OSD menu by left-clicking on
          it.
      --osdmenu-y=<integer>      Y coordinate
          You can move the OSD menu by left-clicking on
          it.
      --osdmenu-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Menu position
          You can enforce the OSD menu position on the
          video (0=center, 1=left, 2=right, 4=top,
          8=bottom, you can also use combinations of
          these values, eg. 6 = top-right).
      --osdmenu-file=<string>    Configuration file
          Configuration file for the OSD Menu
      --osdmenu-file-path=<string>
                                 Path to OSD menu images
          Path to the OSD menu images. This will
          override the path defined in the OSD
          configuration file.
      --osdmenu-timeout=<integer>
                                 Menu timeout
          OSD menu pictures get a default timeout of 15
          seconds added to their remaining time. This
          will ensure that they are at least the
          specified time visible.
      --osdmenu-update=<integer> Menu update interval
          The default is to update the OSD menu picture
          every 200 ms. Shorten the update time for
          environments that experience transmissions
          errors. Be careful with this option as
          encoding OSD menu pictures is very computing
          intensive. The range is 0 - 1000 ms.

 MPEG-I/II video packetizer
      --packetizer-mpegvideo-sync-iframe, --no-packetizer-mpegvideo-sync-iframe
                                 Sync on Intra Frame (default disabled)
          Normally the packetizer would sync on the
          next full frame. This flags instructs the
          packetizer to sync on the first Intra Frame
          found. (default disabled)

 Panoramix: wall with overlap video filter
      --panoramix-cols=<integer> Number of columns
          Select the number of horizontal video windows
          in which to split the video
      --panoramix-rows=<integer> Number of rows
          Select the number of vertical video windows
          in which to split the video
      --offset-x, --no-offset-x  Offset X offset (automatic compensation)
                                 (default enabled)
          Select if you want an automatic offset in
          horizontal (in case of misalignment due to
          autoratio control) (default enabled)
      --bz-length=<integer>      length of the overlapping area (in %)
          Select in percent the length of the blended
          zone
      --bz-height=<integer>      height of the overlapping area (in %)
          Select in percent the height of the blended
          zone (case of 2x2 wall)
      --panoramix-attenuate, --no-panoramix-attenuate
                                 Attenuation (default enabled)
          Check this option if you want attenuate
          blended zone by this plug-in (if option is
          unchecked, attenuate is made by opengl)
          (default enabled)
      --bz-begin=<integer>       Attenuation, begin (in %)
          Select in percent the Lagrange coeff of the
          beginning blended zone
      --bz-middle=<integer>      Attenuation, middle (in %)
          Select in percent the Lagrange coeff of the
          middle of blended zone
      --bz-end=<integer>         Attenuation, end (in %)
          Select in percent the Lagrange coeff of the
          end of blended zone
      --bz-middle-pos=<integer>  middle position (in %)
          Select in percent (50 is center) the position
          of the middle point (Lagrange) of blended zone
      --bz-gamma-red=<float>     Gamma (Red) correction
          Select the gamma for the correction of
          blended zone (Red or Y component)
      --bz-gamma-green=<float>   Gamma (Green) correction
          Select the gamma for the correction of
          blended zone (Green or U component)
      --bz-gamma-blue=<float>    Gamma (Blue) correction
          Select the gamma for the correction of
          blended zone (Blue or V component)
      --bz-blackcrush-red=<integer>
                                 Black Crush for Red
          Select the Black Crush of blended zone (Red
          or Y component)
      --bz-blackcrush-green=<integer>
                                 Black Crush for Green
          Select the Black Crush of blended zone (Green
          or U component)
      --bz-blackcrush-blue=<integer>
                                 Black Crush for Blue
          Select the Black Crush of blended zone (Blue
          or V component)
      --bz-whitecrush-red=<integer>
                                 White Crush for Red
          Select the White Crush of blended zone (Red
          or Y component)
      --bz-whitecrush-green=<integer>
                                 White Crush for Green
          Select the White Crush of blended zone (Green
          or U component)
      --bz-whitecrush-blue=<integer>
                                 White Crush for Blue
          Select the White Crush of blended zone (Blue
          or V component)
      --bz-blacklevel-red=<integer>
                                 Black Level for Red
          Select the Black Level of blended zone (Red
          or Y component)
      --bz-blacklevel-green=<integer>
                                 Black Level for Green
          Select the Black Level of blended zone (Green
          or U component)
      --bz-blacklevel-blue=<integer>
                                 Black Level for Blue
          Select the Black Level of blended zone (Blue
          or V component)
      --bz-whitelevel-red=<integer>
                                 White Level for Red
          Select the White Level of blended zone (Red
          or Y component)
      --bz-whitelevel-green=<integer>
                                 White Level for Green
          Select the White Level of blended zone (Green
          or U component)
      --bz-whitelevel-blue=<integer>
                                 White Level for Blue
          Select the White Level of blended zone (Blue
          or V component)
      --wall-active=<string>     Active windows
          Comma separated list of active windows,
          defaults to all

 Parametric Equalizer
      --param-eq-lowf=<float>    Low freq (Hz)
                --param-eq-lowgain=<float> Low freq gain (Db)
                --param-eq-highf=<float>   High freq (Hz)
                --param-eq-highgain=<float>
                                 High freq gain (Db)
                --param-eq-f1=<float>      Freq 1 (Hz)
                --param-eq-gain1=<float>   Freq 1 gain (Db)
                --param-eq-q1=<float>      Freq 1 Q
                --param-eq-f2=<float>      Freq 2 (Hz)
                --param-eq-gain2=<float>   Freq 2 gain (Db)
                --param-eq-q2=<float>      Freq 2 Q
                --param-eq-f3=<float>      Freq 3 (Hz)
                --param-eq-gain3=<float>   Freq 3 gain (Db)
                --param-eq-q3=<float>      Freq 3 Q
          
 Playlist
      --playlist-autostart, --no-playlist-autostart
                                 Auto start (default enabled)
          Automatically start playing the playlist
          content once it's loaded.
 (default enabled)
      --parent-item=<integer>    (null)
      --shoutcast-show-adult, --no-shoutcast-show-adult
                                 Show shoutcast adult content (default
                                 disabled)
          Show NC17 rated video streams when using
          shoutcast video playlists. (default disabled)

 Podcasts
      --podcast-urls=<string>    Podcast URLs list
          Enter the list of podcasts to retrieve,
          separated by '|' (pipe).

 PORTAUDIO audio output
      --portaudio-device=<integer>
                                 Output device
          Portaudio identifier for the output device

 MPEG-PS demuxer
      --ps-trust-timestamps, --no-ps-trust-timestamps
                                 Trust MPEG timestamps (default enabled)
          Normally we use the timestamps of the MPEG
          files to calculate position and duration.
          However sometimes this might not be usable.
          Disable this option to calculate from the
          bitrate instead. (default enabled)

 Puzzle interactive game video filter
      --puzzle-rows=<integer>    Number of puzzle rows
          Number of puzzle rows
      --puzzle-cols=<integer>    Number of puzzle columns
          Number of puzzle columns
      --puzzle-black-slot, --no-puzzle-black-slot
                                 Make one tile a black slot (default disabled)
          Make one slot black. Other tiles can only be
          swapped with the black slot. (default
          disabled)

 Qt interface
      --qt-always-video, --no-qt-always-video
                                 FIXME (default disabled)
          FIXME (default disabled)

 Remote control interface
      --rc-show-pos, --no-rc-show-pos
                                 Show stream position (default disabled)
          Show the current position in seconds within
          the stream from time to time. (default
          disabled)
      --rc-fake-tty, --no-rc-fake-tty
                                 Fake TTY (default disabled)
          Force the rc module to use stdin as if it was
          a TTY. (default disabled)
      --rc-unix=<string>         UNIX socket command input
          Accept commands over a Unix socket rather
          than stdin.
      --rc-host=<string>         TCP command input
          Accept commands over a socket rather than
          stdin. You can set the address and port the
          interface will bind to.
      --rc-quiet, --no-rc-quiet  Do not open a DOS command box interface
                                 (default disabled)
          By default the rc interface plugin will start
          a DOS command box. Enabling the quiet mode
          will not bring this command box but can also
          be pretty annoying when you want to stop VLC
          and no video window is open. (default
          disabled)

 Rotate video filter
      --rotate-angle=<integer>   Angle in degrees
          Angle in degrees (0 to 359)

 RSS and Atom feed display
      --rrs-urls=<string>        Feed URLs
          RSS/Atom feed '|' (pipe) seperated URLs.
      --rrs-x=<integer>          X offset
          X offset, from the left screen edge.
      --rrs-y=<integer>          Y offset
          Y offset, down from the top.
      --rrs-position={0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Text position
          You can enforce the text position on the
          video (0=center, 1=left, 2=right, 4=top,
          8=bottom; you can also use combinations of
          these values, eg 6 = top-right).
      --rrs-opacity=<integer>    Opacity
          Opacity (inverse of transparency) of overlay
          text. 0 = transparent, 255 = totally opaque.
      --rrs-color={-268435456 (Default), 0 (Black), 8421504 (Gray), 12632256 (Silver), 16777215 (White), 8388608 (Maroon), 16711680 (Red), 16711935 (Fuchsia), 16776960 (Yellow), 8421376 (Olive), 32768 (Green), 32896 (Teal), 65280 (Lime), 8388736 (Purple), 128 (Navy), 255 (Blue), 65535 (Aqua)}
                                 Color
          Color of the text that will be rendered on
          the video. This must be an hexadecimal (like
          HTML colors). The first two chars are for
          red, then green, then blue. #000000 = black,
          #FF0000 = red, #00FF00 = green, #FFFF00 =
          yellow (red + green), #FFFFFF = white
      --rrs-size=<integer>       Font size, pixels
          Font size, in pixels. Default is -1 (use
          default font size).
      --rrs-speed=<integer>      Speed of feeds
          Speed of the RSS/Atom feeds (bigger is
          slower).
      --rrs-length=<integer>     Max length
          Maximum number of characters displayed on the
          screen.
      --rrs-ttl=<integer>        Refresh time
          Number of seconds between each forced refresh
          of the feeds. 0 means that the feeds are
          never updated.
      --rrs-images, --no-rrs-images
                                 Feed images (default enabled)
          Display feed images if available. (default
          enabled)

 SAP Announcements
      --sap-addr=<string>        SAP multicast address
          The SAP module normally chooses itself the
          right addresses to listen to. However, you
          can specify a specific address.
      --sap-ipv4, --no-sap-ipv4  IPv4 SAP (default enabled)
          Listen to IPv4 announcements on the standard
          address. (default enabled)
      --sap-ipv6, --no-sap-ipv6  IPv6 SAP (default enabled)
          Listen to IPv6 announcements on the standard
          addresses. (default enabled)
      --sap-timeout=<integer>    SAP timeout (seconds)
          Delay after which SAP items get deleted if no
          new announcement is received.
      --sap-parse, --no-sap-parse
                                 Try to parse the announce (default enabled)
          This enables actual parsing of the announces
          by the SAP module. Otherwise, all
          announcements are parsed by the "livedotcom"
          (RTP/RTSP) module. (default enabled)
      --sap-strict, --no-sap-strict
                                 SAP Strict mode (default disabled)
          When this is set, the SAP parser will discard
          some non-compliant announcements. (default
          disabled)
      --sap-timeshift, --no-sap-timeshift
                                 Allow timeshifting (default disabled)
          This automatically enables timeshifting for
          streams discovered through SAP announcements.
          (default disabled)

 Screen Input
      --screen-caching=<integer> Caching value in ms
          Caching value for screen capture. This value
          should be set in milliseconds.
      --screen-fps=<float>       Frame rate
          Desired frame rate for the capture.
      --screen-fragment-size=<integer>
                                 Capture fragment size
          Optimize the capture by fragmenting the
          screen in chunks of predefined height (16
          might be a good value, and 0 means disabled).

 Shoutcast radio listings

 Show interface with mouse
      --showintf-threshold=<integer>
                                 Threshold
          Height of the zone triggering the interface.

 Bridge stream output
      --sout-bridge-out-id=<integer>
                                 ID
          Integer identifier for this elementary
          stream. This will be used to "find" this
          stream later.
      --sout-bridge-in-delay=<integer>
                                 Delay
          Pictures coming from the picture video
          outputs will be delayed according to this
          value (in milliseconds, should be >= 100 ms).
          For high values, you will need to raise
          caching values.
      --sout-bridge-in-id-offset=<integer>
                                 ID Offset
          Offset to add to the stream IDs specified in
          bridge_out to obtain the stream IDs bridge_in
          will register.

 Display stream output
      --sout-display-audio, --no-sout-display-audio
                                 Enable audio (default enabled)
          Enable/disable audio rendering. (default
          enabled)
      --sout-display-video, --no-sout-display-video
                                 Enable video (default enabled)
          Enable/disable video rendering. (default
          enabled)
      --sout-display-delay=<integer>
                                 Delay
          Introduces a delay in the display of the
          stream.

 Elementary stream output
      --sout-es-access=<string>  Output access method
          This is the default output access method that
          will be used.
      --sout-es-access-audio=<string>
                                 Audio output access method
          This is the output access method that will be
          used for audio.
      --sout-es-access-video=<string>
                                 Video output access method
          This is the output access method that will be
          used for video.
      --sout-es-mux=<string>     Output muxer
          This is the default muxer method that will be
          used.
      --sout-es-mux-audio=<string>
                                 Audio output muxer
          This is the muxer that will be used for audio.
      --sout-es-mux-video=<string>
                                 Video output muxer
          This is the muxer that will be used for video.
      --sout-es-dst=<string>     Output URL
          This is the default output URI.
      --sout-es-dst-audio=<string>
                                 Audio output URL
          This is the output URI that will be used for
          audio.
      --sout-es-dst-video=<string>
                                 Video output URL
          This is the output URI that will be used for
          video.

 Mosaic bridge stream output
      --sout-mosaic-bridge-id=<string>
                                 ID
          Specify an identifier string for this
          subpicture
      --sout-mosaic-bridge-width=<integer>
                                 Video width
          Output video width.
      --sout-mosaic-bridge-height=<integer>
                                 Video height
          Output video height.
      --sout-mosaic-bridge-sar=<string>
                                 Sample aspect ratio
          Sample aspect ratio of the destination (1:1,
          3:4, 2:3).

 RTP stream output
      --sout-rtp-dst=<string>    Destination
          This is the output URL that will be used.
      --sout-rtp-sdp=<string>    SDP
          This allows you to specify how the SDP
          (Session Descriptor) for this RTP session
          will be made available. You must use an url:
          http://location to access the SDP via HTTP,
          rtsp://location for RTSP access, and sap://
          for the SDP to be announced via SAP.
      --sout-rtp-mux=<string>    Muxer
          This allows you to specify the muxer used for
          the streaming output. Default is to use no
          muxer (standard RTP stream).
      --sout-rtp-name=<string>   Session name
          This is the name of the session that will be
          announced in the SDP (Session Descriptor).
      --sout-rtp-description=<string>
                                 Session description
          This allows you to give a broader description
          of the stream, that will be announced in the
          SDP (Session Descriptor).
      --sout-rtp-url=<string>    Session URL
          This allows you to give an URL with more
          details about the stream (often the website
          of the streaming organization), that will be
          announced in the SDP (Session Descriptor).
      --sout-rtp-email=<string>  Session email
          This allows you to give a contact mail
          address for the stream, that will be
          announced in the SDP (Session Descriptor).
      --sout-rtp-port=<integer>  Port
          This allows you to specify the base port for
          the RTP streaming.
      --sout-rtp-port-audio=<integer>
                                 Audio port
          This allows you to specify the default audio
          port for the RTP streaming.
      --sout-rtp-port-video=<integer>
                                 Video port
          This allows you to specify the default video
          port for the RTP streaming.
      --sout-rtp-ttl=<integer>   Hop limit (TTL)
          This is the hop limit (also known as
          "Time-To-Live" or TTL) of the multicast
          packets sent by the stream output (0 = use
          operating system built-in default).
      --sout-rtp-mp4a-latm, --no-sout-rtp-mp4a-latm
                                 MP4A LATM (default disabled)
          This allows you to stream MPEG4 LATM audio
          streams (see RFC3016). (default disabled)

 Standard stream output
      --sout-standard-access=<string>
                                 Output access method
          This is the output access method that will be
          used.
      --sout-standard-mux=<string>
                                 Output muxer
          This is the muxer that will be used.
      --sout-standard-dst=<string>
                                 Output destination
          This is the destination (URL) that will be
          used for the stream.
      --sout-standard-sap, --no-sout-standard-sap
                                 SAP announcing (default disabled)
          Announce this session with SAP. (default
          disabled)
      --sout-standard-name=<string>
                                 Session name
          This allows you to specify a name for the
          session, that will be announced if you choose
          to use SAP.
      --sout-standard-group=<string>
                                 Session groupname
          This allows you to specify a group for the
          session, that will be announced if you choose
          to use SAP.

 Transcode stream output
      --sout-transcode-venc=<string>
                                 Video encoder
          This is the video encoder module that will be
          used (and its associated options).
      --sout-transcode-vcodec=<string>
                                 Destination video codec
          This is the video codec that will be used.
      --sout-transcode-vb=<integer>
                                 Video bitrate
          Target bitrate of the transcoded video stream.
      --sout-transcode-scale=<float>
                                 Video scaling
          Scale factor to apply to the video while
          transcoding (eg: 0.25)
      --sout-transcode-fps=<float>
                                 Video frame-rate
          Target output frame rate for the video stream.
      --sout-transcode-hurry-up, --no-sout-transcode-hurry-up
                                 Hurry up (default enabled)
          The transcoder will drop frames if your CPU
          can't keep up with the encoding rate.
          (default enabled)
      --sout-transcode-deinterlace, --no-sout-transcode-deinterlace
                                 Deinterlace video (default disabled)
          Deinterlace the video before encoding.
          (default disabled)
      --sout-transcode-deinterlace-module={deinterlace,ffmpeg-deinterlace}
                                 Deinterlace module
          Specify the deinterlace module to use.
      --sout-transcode-width=<integer>
                                 Video width
          Output video width.
      --sout-transcode-height=<integer>
                                 Video height
          Output video height.
      --sout-transcode-maxwidth=<integer>
                                 Maximum video width
          Maximum output video width.
      --sout-transcode-maxheight=<integer>
                                 Maximum video height
          Maximum output video height.
      --sout-transcode-vfilter=<string>
                                 Video filter
          Video filters will be applied to the video
          streams (after overlays are applied). You
          must enter a comma-separated list of filters.
      --sout-transcode-croptop=<integer>
                                 Video crop (top)
          Number of pixels to crop at the top of the
          video.
      --sout-transcode-cropleft=<integer>
                                 Video crop (left)
          Number of pixels to crop at the left of the
          video.
      --sout-transcode-cropbottom=<integer>
                                 Video crop (bottom)
          Number of pixels to crop at the bottom of the
          video.
      --sout-transcode-cropright=<integer>
                                 Video crop (right)
          Number of pixels to crop at the right of the
          video.
      --sout-transcode-paddtop=<integer>
                                 Video padding (top)
          Size of the black border to add at the top of
          the video.
      --sout-transcode-paddleft=<integer>
                                 Video padding (left)
          Size of the black border to add at the left
          of the video.
      --sout-transcode-paddbottom=<integer>
                                 Video padding (bottom)
          Size of the black border to add at the bottom
          of the video.
      --sout-transcode-paddright=<integer>
                                 Video padding (right)
          Size of the black border to add at the right
          of the video.
      --sout-transcode-canvas-width=<integer>
                                 Video canvas width
          This will automatically crod and pad the
          video to a specified width.
      --sout-transcode-canvas-height=<integer>
                                 Video canvas height
          This will automatically crod and pad the
          video to a specified height.
      --sout-transcode-canvas-aspect=<string>
                                 Video canvas aspect ratio
          This sets aspect (like 4:3) of the video
          canvas and letterbox the video accordingly.
      --sout-transcode-aenc=<string>
                                 Audio encoder
          This is the audio encoder module that will be
          used (and its associated options).
      --sout-transcode-acodec=<string>
                                 Destination audio codec
          This is the audio codec that will be used.
      --sout-transcode-ab=<integer>
                                 Audio bitrate
          Target bitrate of the transcoded audio stream.
      --sout-transcode-channels=<integer>
                                 Audio channels
          Number of audio channels in the transcoded
          streams.
      --sout-transcode-samplerate=<integer>
                                 Audio sample rate
          Sample rate of the transcoded audio stream
          (11250, 22500, 44100 or 48000).
      --sout-transcode-audio-sync, --no-sout-transcode-audio-sync
                                 Synchronise on audio track (default disabled)
          This option will drop/duplicate video frames
          to synchronise the video track on the audio
          track. (default disabled)
      --sout-transcode-afilter=<string>
                                 Audio filter
          Audio filters will be applied to the audio
          streams (after conversion filters are
          applied). You must enter a comma-separated
          list of filters.
      --sout-transcode-senc=<string>
                                 Subtitles encoder
          This is the subtitles encoder module that
          will be used (and its associated options).
      --sout-transcode-scodec=<string>
                                 Destination subtitles codec
          This is the subtitles codec that will be used.
      --sout-transcode-soverlay, --no-sout-transcode-soverlay
                                 Destination subtitles codec (default disabled)
          This is the subtitles codec that will be
          used. (default disabled)
      --sout-transcode-sfilter=<string>
                                 Overlays
          This allows you to add overlays (also known
          as "subpictures" on the transcoded video
          stream. The subpictures produced by the
          filters will be overlayed directly onto the
          video. You must specify a comma-separated
          list of subpicture modules
      --sout-transcode-osd, --no-sout-transcode-osd
                                 OSD menu (default disabled)
          Stream the On Screen Display menu (using the
          osdmenu subpicture module). (default disabled)
      --sout-transcode-threads=<integer>
                                 Number of threads
          Number of threads used for the transcoding.
      --sout-transcode-high-priority, --no-sout-transcode-high-priority
                                 High priority (default disabled)
          Runs the optional encoder thread at the
          OUTPUT priority instead of VIDEO. (default
          disabled)

 Text subtitles decoder
      --subsdec-align={0 (Center), 1 (Left), 2 (Right)}
                                 Subtitles justification
          Set the justification of subtitles
      --subsdec-encoding={Default,ASCII,UTF-8,,ISO-8859-1,CP1252,MacRoman,MacIceland,ISO-8859-15,,ISO-8859-2,CP1250,MacCentralEurope,MacCroatian,MacRomania,,ISO-8859-5,CP1251,MacCyrillic,MacUkraine,KOI8-R,KOI8-U,KOI8-RU,,ISO-8859-6,CP1256,MacArabic,,ISO-8859-7,CP1253,MacGreek,,ISO-8859-8,CP1255,MacHebrew,,ISO-8859-9,CP1254,MacTurkish,,ISO-8859-13,CP1257,,ISO-2022-JP,ISO-2022-JP-1,ISO-2022-JP-2,EUC-JP,SHIFT_JIS,,ISO-2022-CN,ISO-2022-CN-EXT,EUC-CN,EUC-TW,BIG5,BIG5-HKSCS,,ISO-2022-KR,EUC-KR,,MacThai,KOI8-T,,ISO-8859-3,ISO-8859-4,ISO-8859-10,ISO-8859-14,ISO-8859-16,,CP850,CP862,CP866,CP874,CP932,CP949,CP950,CP1133,CP1258,,Macintosh,,UTF-7,UTF-16,UTF-16BE,UTF-16LE,UTF-32,UTF-32BE,UTF-32LE,C99,JAVA,UCS-2,UCS-2BE,UCS-2LE,UCS-4,UCS-4BE,UCS-4LE,,HZ,GBK,GB18030,JOHAB,ARMSCII-8,Georgian-Academy,Georgian-PS,TIS-620,MuleLao-1,VISCII,TCVN,HPROMAN8,NEXTSTEP}
                                 Subtitles text encoding
          Set the encoding used in text subtitles
      --subsdec-autodetect-utf8, --no-subsdec-autodetect-utf8
                                 UTF-8 subtitles autodetection (default
                                 enabled)
          This enables automatic detection of UTF-8
          encoding within subtitles files. (default
          enabled)
      --subsdec-formatted, --no-subsdec-formatted
                                 Formatted Subtitles (default enabled)
          Some subtitle formats allow for text
          formatting. VLC partly implements this, but
          you can choose to disable all formatting.
          (default enabled)

 Text subtitles parser
      --sub-fps=<float>          Frames per second
          Override the normal frames per second
          settings. This will only work with MicroDVD
          and SubRIP (SRT) subtitles.
      --sub-delay=<integer>      Subtitles delay
          Apply a delay to all subtitles (in 1/10s, eg
          100 means 10s).
      --sub-type={auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami,dvdsubtitle}
                                 Subtitles format
          Force the subtiles format. Valid values are :
          "microdvd", "subrip",  "ssa1", "ssa2-4",
          "ass", "vplayer" "sami", "dvdsubtitle" and
          "auto" (meaning autodetection, this should
          always work).

 Philips OGT (SVCD subtitle) decoder
      --svcdsub-debug=<integer>  Enable debug
          This integer when viewed in binary is a
          debugging mask
calls                 1
packet
          assembly info  2


 VLM remote control interface
      --telnet-host=<string>     Host
          This is the host on which the interface will
          listen. It defaults to all network interfaces
          (0.0.0.0). If you want this interface to be
          available only on the local machine, enter
          "127.0.0.1".
      --telnet-port=<integer>    Port
          This is the TCP port on which this interface
          will listen. It defaults to 4212.
      --telnet-password=<string> Password
          A single administration password is used to
          protect this interface. The default value is
          "admin".

 Theora video decoder
      --sout-theora-quality=<integer>
                                 Encoding quality
          Enforce a quality between 1 (low) and 10
          (high), instead of specifying a particular
          bitrate. This will produce a VBR stream.

 Video transformation filter
      --transform-type={90,180,270,hflip,vflip}
                                 Transform type
          One of '90', '180', '270', 'hflip' and 'vflip'

 MPEG Transport Stream demuxer
      --ts-extra-pmt=<string>    Extra PMT
          Allows a user to specify an extra pmt
          (pmt_pid=pid:stream_type[,...]).
      --ts-es-id-pid, --no-ts-es-id-pid
                                 Set id of ES to PID (default enabled)
          Set the internal ID of each elementary stream
          handled by VLC to the same value as the PID
          in the TS stream, instead of 1, 2, 3, etc.
          Useful to do '#duplicate{..., select="es=<pid>
          "}'. (default enabled)
      --ts-out=<string>          Fast udp streaming
          Sends TS to specific ip:port by udp (you must
          know what you are doing).
      --ts-out-mtu=<integer>     MTU for out mode
          MTU for out mode.
      --ts-csa-ck=<string>       CSA ck
          Control word for the CSA encryption algorithm
      --ts-csa-pkt=<integer>     Packet size in bytes to decrypt
          Specify the size of the TS packet to decrypt.
          The decryption routines subtract the
          TS-header from the value before decrypting. 
      --ts-silent, --no-ts-silent
                                 Silent mode (default disabled)
          Do not complain on encrypted PES. (default
          disabled)
      --ts-dump-file=<string>    Filename of dump
          Specify a filename where to dump the TS in.
      --ts-dump-append, --no-ts-dump-append
                                 Append (default disabled)
          If the file exists and this option is
          selected, the existing file will not be
          overwritten. (default disabled)
      --ts-dump-size=<integer>   Dump buffer size
          Tweak the buffer size for reading and writing
          an integer number of packets.Specify the size
          of the buffer here and not the number of
          packets.

 Libtwolame audio encoder
      --sout-twolame-quality=<float>
                                 Encoding quality
          Force a specific encoding quality between 0.0
          (high) and 50.0 (low), instead of specifying
          a particular bitrate. This will produce a VBR
          stream.
      --sout-twolame-mode={0 (Stereo), 1 (Dual mono), 2 (Joint stereo)}
                                 Stereo mode
          Handling mode for stereo streams
      --sout-twolame-vbr, --no-sout-twolame-vbr
                                 VBR mode (default disabled)
          Use Variable BitRate. Default is to use
          Constant BitRate (CBR). (default disabled)
      --sout-twolame-psy=<integer>
                                 Psycho-acoustic model
          Integer from -1 (no model) to 4.

 VCD input
      --vcd-caching=<integer>    Caching value in ms
          Caching value for VCDs. This value should be
          set in milliseconds.

 Visualizer filter
      --effect-list=<string>     Effects list
          A list of visual effect, separated by
          commas.
Current effects include: dummy,
          scope, spectrum.
      --effect-width=<integer>   Video width
          The width of the effects video window, in
          pixels.
      --effect-height=<integer>  Video height
          The height of the effects video window, in
          pixels.
      --visual-nbbands=<integer> Number of bands
          Number of bands used by spectrum analyzer,
          should be 20 or 80.
      --visual-separ=<integer>   Band separator
          Number of blank pixels between bands.
      --visual-amp=<integer>     Amplification
          This is a coefficient that modifies the
          height of the bands.
      --visual-peaks, --no-visual-peaks
                                 Enable peaks (default enabled)
          Draw "peaks" in the spectrum analyzer.
          (default enabled)
      --spect-show-original, --no-spect-show-original
                                 Enable original graphic spectrum (default
                                 disabled)
          Enable the "flat" spectrum analyzer in the
          spectrometer. (default disabled)
      --spect-show-base, --no-spect-show-base
                                 Enable base (default enabled)
          Defines whether to draw the base of the
          bands. (default enabled)
      --spect-radius=<integer>   Base pixel radius
          Defines radius size in pixels, of base of
          bands(beginning).
      --spect-sections=<integer> Spectral sections
          Determines how many sections of spectrum will
          exist.
      --spect-color=<integer>    V-plane color
          YUV-Color cube shifting across the V-plane (
          0 - 127 ).
      --spect-show-bands, --no-spect-show-bands
                                 Enable bands (default enabled)
          Draw bands in the spectrometer. (default
          enabled)
      --spect-nbbands=<integer>  Number of bands
          Number of bands used by the spectrometer,
          from 20 to 80.
      --spect-separ=<integer>    Band separator
          Number of blank pixels between bands.
      --spect-amp=<integer>      Amplification
          This is a coefficient that modifies the
          height of the bands.
      --spect-show-peaks, --no-spect-show-peaks
                                 Enable peaks (default enabled)
          Draw "peaks" in the spectrum analyzer.
          (default enabled)
      --spect-peak-width=<integer>
                                 Peak extra width
          Additions or subtractions of pixels on the
          peak width.
      --spect-peak-height=<integer>
                                 Peak height
          Total pixel height of the peak items.

 RTSP VoD server
      --rtsp-host=<string>       RTSP host address
          This defines the address, port and path the
          RTSP VOD server will listen on.
Syntax is
          address:port/path. The default is to listen
          on all interfaces (address 0.0.0.0), on port
          554, with no path.
 To listen only on the
          local interface, use "localhost" as address.
      --rtsp-raw-mux=<string>    MUX for RAW RTSP transport
          MUX for RAW RTSP transport
      --rtsp-throttle-users=<integer>
                                 Maximum number of connections
          This limits the maximum number of clients
          that can connect to the RTSP VOD. 0 means no
          limit.

 Vorbis audio decoder
      --sout-vorbis-quality=<integer>
                                 Encoding quality
          Enforce a quality between 1 (low) and 10
          (high), instead of specifying a particular
          bitrate. This will produce a VBR stream.
      --sout-vorbis-max-bitrate=<integer>
                                 Maximum encoding bitrate
          Maximum bitrate in kbps. This is useful for
          streaming applications.
      --sout-vorbis-min-bitrate=<integer>
                                 Minimum encoding bitrate
          Minimum bitrate in kbps. This is useful for
          encoding for a fixed-size channel.
      --sout-vorbis-cbr, --no-sout-vorbis-cbr
                                 CBR encoding (default disabled)
          Force a constant bitrate encoding (CBR).
          (default disabled)

 Wall video filter
      --wall-cols=<integer>      Number of columns
          Number of horizontal windows in which to
          split the video.
      --wall-rows=<integer>      Number of rows
          Number of vertical windows in which to split
          the video.
      --wall-active=<string>     Active windows
          Comma-separated list of active windows,
          defaults to all
      --wall-element-aspect=<string>
                                 Element aspect ratio
          Aspect ratio of the individual displays
          building the wall.

 Win32 waveOut extension output
      --waveout-float32, --no-waveout-float32
                                 Use float32 output (default enabled)
          The option allows you to enable or disable
          the high-quality float32 audio output mode
          (which is not well supported by some
          soundcards). (default enabled)

 wxWidgets interface module
      --wx-embed, --no-wx-embed  Embed video in interface (default enabled)
          Embed the video inside the interface instead
          of having it in a separate window. (default
          enabled)
      --wx-bookmarks, --no-wx-bookmarks
                                 Bookmarks dialog (default disabled)
          Show bookmarks dialog at startup (default
          disabled)
      --wx-taskbar, --no-wx-taskbar
                                 Taskbar (default enabled)
          Show VLC on the taskbar (default enabled)
      --wx-extended, --no-wx-extended
                                 Extended GUI (default disabled)
          Show extended GUI (equalizer, image adjust,
          video filters...) at startup (default
          disabled)
      --wx-minimal, --no-wx-minimal
                                 Minimal interface (default disabled)
          Use minimal interface, with no toolbar and
          fewer menus. (default disabled)
      --wx-autosize, --no-wx-autosize
                                 Size to video (default enabled)
          Resize VLC to match the video resolution.
          (default enabled)
      --wx-playlist-view={0 (Normal), 1 (Embedded), 2 (Both)}
                                 Playlist view
          There are two possible playlist views in the
          interface : the normal playlist (separate
          window), or an embedded playlist (within the
          main interface, but with less features). You
          can select which one will be available on the
          toolbar (or both).
      --wx-systray, --no-wx-systray
                                 Systray icon (default disabled)
          Show a systray icon for VLC (default disabled)
      --wx-labels, --no-wx-labels
                                 Show labels in toolbar (default disabled)
          Show labels below the icons in the toolbar.
          (default disabled)
      --wx-config-last=<string>  last config
          last config

 H.264/MPEG4 AVC encoder (using x264 library)
      --sout-x264-keyint=<integer>
                                 Maximum GOP size
          Sets maximum interval between
          IDR-frames.Larger values save bits, thus
          improving quality for a given bitrate at the
          cost of seeking precision.
      --sout-x264-min-keyint=<integer>
                                 Minimum GOP size
          Sets minimum interval between IDR-frames. In
          H.264, I-frames do not necessarily bound a
          closed GOP because it is allowable for a
          P-frame to be predicted from more frames than
          just the one frame before it (also see
          reference frame option). Therefore, I-frames
          are not necessarily seekable. IDR-frames
          restrict subsequent P-frames from referring
          to any frame prior to the IDR-frame. 
If
          scenecuts appear within this interval, they
          are still encoded as I-frames, but do not
          start a new GOP.
      --sout-x264-scenecut=<integer>
                                 Extra I-frames aggressivity
          Scene-cut detection. Controls how
          aggressively to insert extra I-frames. With
          small values of scenecut, the codec often has
          to force an I-frame when it would exceed
          keyint. Good values of scenecut may find a
          better location for the I-frame. Large values
          use more I-frames than necessary, thus
          wasting bits. -1 disables scene-cut
          detection, so I-frames are inserted only
          every other keyint frames, which probably
          leads to ugly encoding artifacts. Range 1 to
          100.
      --sout-x264-bframes=<integer>
                                 B-frames between I and P
          Number of consecutive B-frames between I and
          P-frames. Range 1 to 16.
      --sout-x264-b-adapt, --no-sout-x264-b-adapt
                                 Adaptive B-frame decision (default enabled)
          Force the specified number of consecutive
          B-frames to be used, except possibly before
          an I-frame. (default enabled)
      --sout-x264-b-bias=<integer>
                                 Influence (bias) B-frames usage
          Bias the choice to use B-frames. Positive
          values cause more B-frames, negative values
          cause less B-frames.
      --sout-x264-bpyramid, --no-sout-x264-bpyramid
                                 Keep some B-frames as references (default
                                 disabled)
          Allows B-frames to be used as references for
          predicting other frames. Keeps the middle of
          2+ consecutive B-frames as a reference, and
          reorders frame appropriately. (default
          disabled)
      --sout-x264-cabac, --no-sout-x264-cabac
                                 CABAC (default enabled)
          CABAC (Context-Adaptive Binary Arithmetic
          Coding). Slightly slows down encoding and
          decoding, but should save 10 to 15% bitrate.
          (default enabled)
      --sout-x264-ref=<integer>  Number of reference frames
          Number of previous frames used as predictors.
          This is effective in Anime, but seems to make
          little difference in live-action source
          material. Some decoders are unable to deal
          with large frameref values. Range 1 to 16.
      --sout-x264-nf, --no-sout-x264-nf
                                 Skip loop filter (default disabled)
          Deactivate the deblocking loop filter
          (decreases quality). (default disabled)
      --sout-x264-deblock=<string>
                                 Loop filter AlphaC0 and Beta parameters
                                 alpha:beta
          Loop filter AlphaC0 and Beta parameters.
          Range -6 to 6 for both alpha and beta
          parameters. -6 means light filter, 6 means
          strong.
      --sout-x264-level=<string> H.264 level
          Specify H.264 level (as defined by Annex A of
          the standard). Levels are not enforced; it's
          up to the user to select a level compatible
          with the rest of the encoding options. Range
          1 to 5.1 (10 to 51 is also allowed).
      --sout-x264-interlaced, --no-sout-x264-interlaced
                                 Interlaced mode (default disabled)
          Pure-interlaced mode. (default disabled)
      --sout-x264-qp=<integer>   Set QP
          This selects the quantizer to use. Lower
          values result in better fidelity, but higher
          bitrates. 26 is a good default value. Range 0
          (lossless) to 51.
      --sout-x264-crf=<integer>  Quality-based VBR
          1-pass Quality-based VBR. Range 0 to 51.
      --sout-x264-qpmin=<integer>
                                 Min QP
          Minimum quantizer parameter. 15 to 35 seems
          to be a useful range.
      --sout-x264-qpmax=<integer>
                                 Max QP
          Maximum quantizer parameter.
      --sout-x264-qpstep=<integer>
                                 Max QP step
          Max QP step between frames.
      --sout-x264-ratetol=<float>
                                 Average bitrate tolerance
          Allowed variance in average bitrate (in
          kbits/s).
      --sout-x264-vbv-maxrate=<integer>
                                 Max local bitrate
          Sets a maximum local bitrate (in kbits/s).
      --sout-x264-vbv-bufsize=<integer>
                                 VBV buffer
          Averaging period for the maximum local
          bitrate (in kbits).
      --sout-x264-vbv-init=<float>
                                 Initial VBV buffer occupancy
          Sets the initial buffer occupancy as a
          fraction of the buffer size. Range 0.0 to 1.0.
      --sout-x264-ipratio=<float>
                                 QP factor between I and P
          QP factor between I and P. Range 1.0 to 2.0.
      --sout-x264-pbratio=<float>
                                 QP factor between P and B
          QP factor between P and B. Range 1.0 to 2.0.
      --sout-x264-chroma-qp-offset=<integer>
                                 QP difference between chroma and luma
          QP difference between chroma and luma.
      --sout-x264-qcomp=<float>  QP curve compression
          QP curve compression. Range 0.0 (CBR) to 1.0
          (QCP).
      --sout-x264-cplxblur=<float>
                                 Reduce fluctuations in QP
          This reduces the fluctuations in QP before
          curve compression. Temporally blurs
          complexity.
      --sout-x264-qblur=<float>  Reduce fluctuations in QP
          This reduces the fluctations in QP after
          curve compression. Temporally blurs quants.
      --sout-x264-partitions={none,fast,normal,slow,all}
                                 Partitions to consider
          Partitions to consider in analyse mode: 
 -
          none  : 
 - fast  : i4x4
 - normal:
          i4x4,p8x8,(i8x8)
 - slow  : i4x4,p8x8,(i8x8),b
          8x8
 - all   : i4x4,p8x8,(i8x8),b8x8,p4x4
(p4x
          4 requires p8x8. i8x8 requires 8x8dct).
      --sout-x264-direct={none,spatial,temporal,auto}
                                 Direct MV prediction mode
          Direct MV prediction mode.
      --sout-x264-direct-8x8=<integer>
                                 Direct prediction size
          Direct prediction size:  -  0: 4x4
 -  1:
          8x8
 - -1: smallest possible according to
          level

      --sout-x264-weightb, --no-sout-x264-weightb
                                 Weighted prediction for B-frames (default
                                 disabled)
          Weighted prediction for B-frames. (default
          disabled)
      --sout-x264-me={dia,hex,umh,esa}
                                 Integer pixel motion estimation method
          Selects the motion estimation algorithm:  -
          dia: diamond search, radius 1 (fast)
 - hex:
          hexagonal search, radius 2
 - umh: uneven
          multi-hexagon search (better but slower)
 -
          esa: exhaustive search (extremely slow,
          primarily for testing)

      --sout-x264-merange=<integer>
                                 Maximum motion vector search range
          Maximum distance to search for motion
          estimation, measured from predicted
          position(s). Default of 16 is good for most
          footage, high motion sequences may benefit
          from settings between 24 and 32. Range 0 to
          64.
      --sout-x264-subme=<integer>
                                 Subpixel motion estimation and partition
                                 decision quality
          This parameter controls quality versus speed
          tradeoffs involved in the motion estimation
          decision process (lower = quicker and higher
          = better quality). Range 1 to 7.
      --sout-x264-b-rdo, --no-sout-x264-b-rdo
                                 RD based mode decision for B-frames (default
                                 disabled)
          RD based mode decision for B-frames. This
          requires subme 6 (or higher). (default
          disabled)
      --sout-x264-mixed-refs, --no-sout-x264-mixed-refs
                                 Decide references on a per partition basis
                                 (default disabled)
          Allows each 8x8 or 16x8 partition to
          independently select a reference frame, as
          opposed to only one ref per macroblock.
          (default disabled)
      --sout-x264-chroma-me, --no-sout-x264-chroma-me
                                 Chroma in motion estimation (default enabled)
          Chroma ME for subpel and mode decision in
          P-frames. (default enabled)
      --sout-x264-bime, --no-sout-x264-bime
                                 Jointly optimize both MVs in B-frames
                                 (default disabled)
          Joint bidirectional motion refinement.
          (default disabled)
      --sout-x264-8x8dct, --no-sout-x264-8x8dct
                                 Adaptive spatial transform size (default
                                 disabled)
          SATD-based decision for 8x8 transform in
          inter-MBs. (default disabled)
      --sout-x264-trellis=<integer>
                                 Trellis RD quantization
          Trellis RD quantization: 
 - 0: disabled
 -
          1: enabled only on the final encode of a MB

          - 2: enabled on all mode decisions
This
          requires CABAC.
      --sout-x264-fast-pskip, --no-sout-x264-fast-pskip
                                 Early SKIP detection on P-frames (default
                                 enabled)
          Early SKIP detection on P-frames. (default
          enabled)
      --sout-x264-dct-decimate, --no-sout-x264-dct-decimate
                                 Coefficient thresholding on P-frames (default
                                 enabled)
          Coefficient thresholding on P-frames.Eliminate
           dct blocks containing only a small single
          coefficient. (default enabled)
      --sout-x264-nr=<integer>   Noise reduction
          Dct-domain noise reduction. Adaptive
          pseudo-deadzone. 10 to 1000 seems to be a
          useful range.
      --sout-x264-deadzone-inter=<integer>
                                 Inter luma quantization deadzone
          Set the size of the intra luma quantization
          deadzone. Range 0 to 32.
      --sout-x264-deadzone-intra=<integer>
                                 Intra luma quantization deadzone
          Set the size of the intra luma quantization
          deadzone. Range 0 to 32.
      --sout-x264-asm, --no-sout-x264-asm
                                 CPU optimizations (default enabled)
          Use assembler CPU optimizations. (default
          enabled)
      --sout-x264-psnr, --no-sout-x264-psnr
                                 PSNR computation (default disabled)
          Compute and print PSNR stats. This has no
          effect on the actual encoding quality.
          (default disabled)
      --sout-x264-ssim, --no-sout-x264-ssim
                                 SSIM computation (default disabled)
          Compute and print SSIM stats. This has no
          effect on the actual encoding quality.
          (default disabled)
      --sout-x264-quiet, --no-sout-x264-quiet
                                 Quiet mode (default disabled)
          Quiet mode. (default disabled)
      --sout-x264-sps-id=<integer>
                                 SPS and PPS id numbers
          Set SPS and PPS id numbers to allow
          concatenating streams with different settings.
      --sout-x264-aud, --no-sout-x264-aud
                                 Access unit delimiters (default disabled)
          Generate access unit delimiter NAL units.
          (default disabled)
      --sout-x264-verbose, --no-sout-x264-verbose
                                 Statistics (default disabled)
          Print stats for each frame. (default disabled)

 DirectShow input
      --dshow-caching=<integer>  Caching value in ms
          Caching value for DirectShow streams. This
          value should be set in millisecondss.
      --dshow-vdev={,none}       Video device name
          Name of the video device that will be used by
          the DirectShow plugin. If you don't specify
          anything, the default device will be used.
      --dshow-adev={,none}       Audio device name
          Name of the audio device that will be used by
          the DirectShow plugin. If you don't specify
          anything, the default device will be used.
          You can specify a standard size (cif, d1,
          ...) or <width>x<height>
      --dshow-size=<string>      Video size
          Size of the video that will be displayed by
          the DirectShow plugin. If you don't specify
          anything the default size for your device
          will be used.
      --dshow-chroma=<string>    Video input chroma format
          Force the DirectShow video input to use a
          specific chroma format (eg. I420 (default),
          RV24, etc.)
      --dshow-fps=<float>        Video input frame rate
          Force the DirectShow video input to use a
          specific frame rate(eg. 0 means default, 25,
          29.97, 50, 59.94, etc.)
      --dshow-config, --no-dshow-config
                                 Device properties (default disabled)
          Show the properties dialog of the selected
          device before starting the stream. (default
          disabled)
      --dshow-tuner, --no-dshow-tuner
                                 Tuner properties (default disabled)
          Show the tuner properties [channel selection]
          page. (default disabled)
      --dshow-tuner-channel=<integer>
                                 Tuner TV Channel
          Set the TV channel the tuner will set to (0
          means default).
      --dshow-tuner-country=<integer>
                                 Tuner country code
          Set the tuner country code that establishes
          the current channel-to-frequency mapping (0
          means default).
      --dshow-tuner-input={0 (Default), 1 (Cable), 2 (Antenna)}
                                 Tuner input type
          Select the tuner input type (Cable/Antenna).
      --dshow-video-input=<integer>
                                 Video input pin
          Select the video input source, such as
          composite, s-video, or tuner. Since these
          settings are hardware-specific, you should
          find good settings in the "Device config"
          area, and use those numbers here. -1 means
          that settings will not be changed.
      --dshow-audio-input=<integer>
                                 Audio input pin
          Select the audio input source. See the "video
          input" option.
      --dshow-video-output=<integer>
                                 Video output pin
          Select the video output type. See the "video
          input" option.
      --dshow-audio-output=<integer>
                                 Audio output pin
          Select the audio output type. See the "video
          input" option.
      --dshow-amtuner-mode={0 (Default), 1 (TV), 2 (FM radio), 4 (AM radio), 8 (DSS)}
                                 AM Tuner mode
          AM Tuner mode. Can be one of DEFAULT, TV,
          AM_RADIO, FM_RADIO or DSS.

 Skinnable Interface
      --skins2-last=<string>     Skin to use
          Path to the skin to use.
      --skins2-config=<string>   Config of last used skin
          Windows configuration of the last skin used.
          This option is updated automatically, do not
          touch it.
      --skins2-systray, --no-skins2-systray
                                 Systray icon (default disabled)
          Show a systray icon for VLC (default disabled)
      --skins2-taskbar, --no-skins2-taskbar
                                 Show VLC on the taskbar (default enabled)
          Show VLC on the taskbar (default enabled)
      --skins2-transparency, --no-skins2-transparency
                                 Enable transparency effects (default disabled)
          You can disable all transparency effects if
          you want. This is mainly useful when moving
          windows does not behave correctly. (default
          disabled)
      --skinned-playlist, --no-skinned-playlist
                                 Use a skinned playlist (default enabled)
          Use a skinned playlist (default enabled)

 DirectX video output
      --directx-hw-yuv, --no-directx-hw-yuv
                                 Use hardware YUV->RGB conversions (default
                                 enabled)
          Try to use hardware acceleration for YUV->RGB
          conversions. This option doesn't have any
          effect when using overlays. (default enabled)
      --directx-use-sysmem, --no-directx-use-sysmem
                                 Use video buffers in system memory (default
                                 disabled)
          Create video buffers in system memory instead
          of video memory. This isn't recommended as
          usually using video memory allows to benefit
          from more hardware acceleration (like
          rescaling or YUV->RGB conversions). This
          option doesn't have any effect when using
          overlays. (default disabled)
      --directx-3buffering, --no-directx-3buffering
                                 Use triple buffering for overlays (default
                                 enabled)
          Try to use triple buffering when using YUV
          overlays. That results in much better video
          quality (no flickering). (default enabled)
      --directx-device={}        Name of desired display device
          In a multiple monitor configuration, you can
          specify the Windows device name of the
          display that you want the video window to
          open on. For example, "\\.\DISPLAY1" or
          "\\.\DISPLAY2".
      --directx-wallpaper, --no-directx-wallpaper
                                 Enable wallpaper mode  (default disabled)
          The wallpaper mode allows you to display the
          video as the desktop background. Note that
          this feature only works in overlay mode and
          the desktop must not already have a
          wallpaper. (default disabled)

See also

  • Mac OS X for special notes on using the command line on Mac OS X