Difference between revisions of "VLC command-line help"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edit of Aloduro, changed back to last version by Shawnboy777)
(Update)
Line 3: Line 3:
 
If you look for help, on a particular module, use ''vlc -p module --advanced''
 
If you look for help, on a particular module, use ''vlc -p module --advanced''
  
So here's the output of ''vlc --longhelp --advanced'' for the 0.8.2 version in Windows.
+
So here's the output of ''vlc --longhelp --advanced --help-verbose'' for the 0.8.5-test1 (2006/03/27) version in Windows.
 
 
If you want extra explanations, you can try the ''--help-verbose '' option.
 
  
 
  <nowiki>     
 
  <nowiki>     
Usage: c:\Xtophe\VLC\vlc.exe [options] [playlistitems] ...
+
Usage: vlc.exe [options] [playlistitems] ...
 
You can specify multiple playlistitems on the commandline. They will be enqueued in the playlist.
 
You can specify multiple playlistitems on the commandline. They will be enqueued in the playlist.
 
The first item specified will be played first.
 
The first item specified will be played first.
Line 19: Line 17:
  
 
Playlistitem MRL syntax:
 
Playlistitem MRL syntax:
   URL[@[title][:chapter][-[title][:chapter]]] [:option=value ...]
+
   [[access][/demux]://]URL[@[title][:chapter][-[title][:chapter]]] [:option=value ...]
  
 
   Many of the global --options can also be used as MRL specific :options.
 
   Many of the global --options can also be used as MRL specific :options.
Line 35: Line 33:
 
   udp:[[<source address>]@[<bind address>][:<bind port>]]
 
   udp:[[<source address>]@[<bind address>][:<bind port>]]
 
                                 UDP stream sent by a streaming server
 
                                 UDP stream sent by a streaming server
   vlc:pause                     Special item to pause the playlist
+
   vlc:pause:<seconds>            Special item to pause the playlist for a certain time
 
   vlc:quit                      Special item to quit VLC
 
   vlc:quit                      Special item to quit VLC
 +
 +
Help options
 +
  -h, --help                    Afficher l’aide de VLC (peut être combiné
 +
                                avec --advanced)
 +
  -H, --longhelp                Afficher l’aide de VLC et de ses modules
 +
                                (peut être combiné avec --advanced)
 +
      --advanced                Afficher l’aide pour les options avancées
 +
      --help-verbose            Afficher plus de détails dans l’aide
 +
  -l, --list                    Affiche la liste des modules disponibles
 +
  -p, --module <string>          Afficher l’aide d'un module spécifique
 +
                                (peut être combiné avec --advanced)
 +
      --save-config              Enregistre les options de la ligne de
 +
                                commande actuelle dans la configuration
 +
      --reset-config            Remet à zéro la configuration
 +
      --config <string>          Utilise un autre fichier de configuration
 +
      --reset-plugins-cache      Remet à zéro le cache des modules
 +
      --version                  Affiche le numéro de version
  
 
  Audio
 
  Audio
       --audio, --noaudio        Enable audio (default enabled)
+
       --audio, --no-audio        Enable audio (default enabled)
       --volume <integer>        Audio output volume
+
          You can completely disable the audio output.
      --aout-rate <integer>      Audio output frequency (Hz)
+
          In this case, the audio decoding stage will
       --hq-resampling, --no-hq-resampling
+
          not take place, thus saving some processing
                                High quality audio resampling (default
+
          power. (default enabled)
                                enabled)
+
       --volume <integer>        Default audio volume
      --spdif, --nospdif        Use the S/PDIF audio output when available
+
          You can set the default audio output volume
 +
          here, in a range from 0 to 1024.
 +
       --spdif, --no-spdif       Use the S/PDIF audio output when available
 
                                 (default disabled)
 
                                 (default disabled)
       --audio-desync <integer>  Audio desynchronisation compensation
+
          This option allows you to use the S/PDIF
  -A, --aout <string>            Audio output module
+
          audio output 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. And 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-filter <string>    Audio filters
 
       --audio-filter <string>    Audio filters
       --audio-visual <string>    Audio visualisations
+
          This allows you to add audio post processing
 +
          filters, to modify the sound
 +
       --audio-visual <string>    Audio visualizations
 +
          This allows you to add visualization modules
 +
          (spectrum analyzer, etc.).
  
 
  Video
 
  Video
      --video, --novideo        Enable video (default enabled)
+
   -f, --fullscreen, --no-fullscreen
      --grayscale, --nograyscale Greyscale video output (default disabled)
 
   -f, --fullscreen, --nofullscreen
 
 
                                 Fullscreen video output (default disabled)
 
                                 Fullscreen video output (default disabled)
      --skip-frames, --no-skip-frames
+
          If this option is enabled, VLC will always
                                Skip frames (default enabled)
+
          start a video in fullscreen mode. (default
       --quiet-synchro, --no-quiet-synchro
+
          disabled)
                                Quiet synchro (default disabled)
+
       --overlay, --no-overlay    Overlay video output (default enabled)
      --overlay, --nooverlay    Overlay video output (default enabled)
+
          If enabled, VLC will try to take advantage of
 +
          the overlay capabilities of your graphics
 +
          card (hardware acceleration). (default
 +
          enabled)
 
       --video-on-top, --no-video-on-top
 
       --video-on-top, --no-video-on-top
 
                                 Always on top (default disabled)
 
                                 Always on top (default disabled)
 +
          Always place the video window on top of other
 +
          windows. (default disabled)
 
       --snapshot-path <string>  Video snapshot directory
 
       --snapshot-path <string>  Video snapshot directory
 +
          Allows you to specify the directory where the
 +
          video snapshots will be stored.
 
       --snapshot-format {png,jpg}
 
       --snapshot-format {png,jpg}
 
                                 Video snapshot format
 
                                 Video snapshot format
       --width <integer>          Video width
+
          Allows you to specify the image format in
      --height <integer>        Video height
+
          which the video snapshots will be stored.
      --video-x <integer>        Video x coordinate
+
       --snapshot-preview, --no-snapshot-preview
       --video-y <integer>       Video y coordinate
+
                                Display video snapshot preview (default
 +
                                enabled)
 +
          Enable / disable displaying the snapshot
 +
          preview in the screen's to  left corner.
 +
          (default enabled)
 +
       --crop <string>           Video cropping
 +
          This will force the cropping of the source
 +
          video. Accepted formats are x:y (4:3, 16:9,
 +
          etc.) expressing the global image aspect.
 
       --aspect-ratio <string>    Source aspect ratio
 
       --aspect-ratio <string>    Source aspect ratio
      --video-deco, --no-video-deco
+
          This will force the source aspect ratio. For
                                Window decorations (default enabled)
+
          instance, some DVDs claim to be 16:9 while
      --video-title <string>    Video title
+
          they are actually 4:3. This can also be used
      --align {0 (Centre), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
          as a hint for VLC when a movie does not have
                                Video alignment
+
          aspect ratio information. Accepted formats
      --zoom <float>            Zoom video
+
          are x:y (4:3, 16:9, etc.) expressing the
  -V, --vout <string>            Video output module
+
          global image aspect, or a float value (1.25,
 +
          1.3333, etc.) expressing pixel squareness.
 
       --vout-filter <string>    Video filter module
 
       --vout-filter <string>    Video filter module
      --filter <string>          (null)
+
          This will allow you to add a post-processing
 +
          filter to enhance the picture quality, for
 +
          instance deinterlacing, or to clone or
 +
          distort the video window.
  
 
  Subpictures
 
  Subpictures
       --osd, --noosd            On Screen Display (default enabled)
+
       --osd, --no-osd            On Screen Display (default enabled)
 +
          VLC can display messages on the video. This
 +
          is called OSD (On Screen Display). You can
 +
          disable this feature here. (default enabled)
 
       --sub-file <string>        Use subtitle file
 
       --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
 
       --sub-autodetect-file, --no-sub-autodetect-file
 
                                 Autodetect subtitle files (default enabled)
 
                                 Autodetect subtitle files (default enabled)
      --sub-autodetect-fuzzy <integer>
+
          Automatically detect a subtitle file, if no
                                Subtitle auto-detection fuzziness
+
          subtitle filename is specified. (default
      --sub-autodetect-path <string>
+
          enabled)
                                Subtitle auto-detection paths
 
      --sub-margin <integer>    Force subtitle position
 
      --spu-margin <integer>    (null)
 
 
       --sub-filter <string>      Subpictures filter module
 
       --sub-filter <string>      Subpictures filter module
 
+
          This will allow you to add a subpictures
Input
+
          filter for instance to overlay a logo.
       --access <string>          Access module
+
       --audio-language <string> Audio language
      --access-filter <string>   Access filter module
+
           Give the language of the audio track you want
      --demux <string>           Demux module
+
          to use (comma separted, two or three letter
      --program <integer>        Choose programme (SID)
+
          country code).
      --programs <string>        Choose programmes
+
       --sub-language <string>   Subtitle language
      --audio-track <integer>    Choose audio track
+
          Give the language of the subtitle track you
      --audio-channel <integer>  (null)
+
          want to use (comma separted, two or tree
       --sub-track <integer>      Choose subtitles track
+
          letter country code).
      --spu-channel <integer>    (null)
 
      --audio-language <string> Choose audio language
 
      --sub-language <string>    Choose subtitle language
 
 
       --input-repeat <integer>  Input repetitions
 
       --input-repeat <integer>  Input repetitions
      --start-time <integer>    Input start time (seconds)
+
          Number of time the same input will be repeated
      --stop-time <integer>      Input stop time (seconds)
 
      --input-list <string>      Input list
 
      --input-slave <string>    Input slave (experimental)
 
      --bookmarks <string>      Bookmarks list for a stream
 
 
       --dvd <string>            DVD device
 
       --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
 
       --vcd <string>            VCD device
 +
          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.
 
       --server-port <integer>    UDP port
 
       --server-port <integer>    UDP port
      --mtu <integer>            MTU of the network interface
+
          This is the port used for UDP streams. 1234
      --iface-addr <string>      Network interface address
+
          by default.
   -6, --ipv6, --noipv6           Force IPv6 (default disabled)
+
   -6, --ipv6, --no-ipv6          Force IPv6 (default disabled)
   -4, --ipv4, --noipv4          Force IPv4 (default disabled)
+
           If you check this box, IPv6 will be used by
      --socks <string>           SOCKS server
+
          default for all UDP and HTTP connections.
      --socks-user <string>      SOCKS user name
+
          (default disabled)
      --socks-pwd <string>      SOCKS password
+
   -4, --ipv4, --no-ipv4          Force IPv4 (default disabled)
      --meta-title <string>      Title metadata
+
           If you check this box, IPv4 will be used by
      --meta-author <string>    Author metadata
+
          default for all UDP and HTTP connections.
      --meta-artist <string>    Artist metadata
+
          (default disabled)
      --meta-genre <string>      Genre metadata
 
      --meta-copyright <string>  Copyright metadata
 
      --meta-description <string>
 
                                Description metadata
 
      --meta-date <string>      Date metadata
 
      --meta-url <string>        URL metadata
 
      --cr-average <integer>    Clock reference average counter
 
      --clock-synchro {-1 (Default), 0 (Disable), 1 (Enable)}
 
                                Clock synchronisation
 
  
  Decoders
+
  Input
       --codec <string>          Preferred codecs list
+
       --access-filter <string>  Access filter module
      --encoder <string>        Preferred encoders list
+
           This is a legacy entry to let you configure
 
+
          access filter modules.
Stream output
 
      --sout <string>            Default stream output chain
 
      --sout-display, --no-sout-display
 
                                Display while streaming (default disabled)
 
      --sout-keep, --no-sout-keep
 
                                Keep stream output open (default disabled)
 
      --sout-all, --no-sout-all  Enable streaming of all ES (default disabled)
 
      --sout-audio, --no-sout-audio
 
                                Enable audio stream output (default enabled)
 
      --sout-video, --no-sout-video
 
                                Enable video stream output (default enabled)
 
      --ttl <integer>            Time To Live
 
      --mux <string>            Mux module
 
      --access_output <string>  Access output module
 
      --packetizer <string>      Preferred packetiser list
 
      --sap-flow-control, --no-sap-flow-control
 
                                Control SAP flow (default disabled)
 
      --sap-interval <integer>  SAP announcement interval
 
 
 
CPU
 
      --fpu, --nofpu            Enable FPU support (default enabled)
 
      --mmx, --nommx            Enable CPU MMX support (default enabled)
 
      --3dn, --no3dn            Enable CPU 3D Now! support (default enabled)
 
      --mmxext, --nommxext      Enable CPU MMX EXT support (default enabled)
 
      --sse, --nosse            Enable CPU SSE support (default enabled)
 
      --sse2, --nosse2           Enable CPU SSE2 support (default enabled)
 
 
 
Miscellaneous
 
      --memcpy <string>          Memory copy module
 
      --audio-channel-mixer <string>
 
                                Channel mixer
 
      --plugins-cache, --no-plugins-cache
 
                                Use a plugins cache (default enabled)
 
      --plugin-path <string>    Modules search path
 
      --minimize-threads, --no-minimize-threads
 
                                Minimise number of threads (default disabled)
 
      --one-instance, --no-one-instance
 
                                Allow only one running instance (default
 
                                disabled)
 
 
       --high-priority, --no-high-priority
 
       --high-priority, --no-high-priority
 
                                 Increase the priority of the process (default
 
                                 Increase the priority of the process (default
 
                                 disabled)
 
                                 disabled)
      --fast-mutex, --no-fast-mutex
+
          Increasing the priority of the process will
                                Fast mutex on NT/2K/XP (developers only)
+
          very likely improve your playing experience
                                (default disabled)
+
          as it allows VLC not to be disturbed by other
      --win9x-cv-method <integer>
+
          applications that could otherwise take too
                                Condition variables implementation for Win9x
+
          much processor time. However be advised that
                                (developers only)
+
          in certain circumstances (bugs) VLC could
      --vlm-conf <string>        VLM configuration file
+
          take all the processor time and render the
 +
          whole system unresponsive which might require
 +
          a reboot of your machine. (default disabled)
  
 
  Playlist
 
  Playlist
   -Z, --random, --norandom      Play files randomly forever (default disabled)
+
   -Z, --random, --no-random      Play files randomly forever (default disabled)
   -L, --loop, --noloop          Repeat all (default disabled)
+
          When selected, VLC will randomly play files
   -R, --repeat, --norepeat      Repeat current item (default disabled)
+
          in the playlist until interrupted. (default
 +
          disabled)
 +
   -L, --loop, --no-loop          Repeat all (default disabled)
 +
          If you want VLC to keep playing the playlist
 +
          indefinitely then enable this option.
 +
          (default disabled)
 +
   -R, --repeat, --no-repeat      Repeat current item (default disabled)
 +
          When this is active, VLC will keep playing
 +
          the current playlist item over and over
 +
          again. (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)
 +
          Stop the playlist after each played playlist
 +
          item.  (default disabled)
 +
      --open <string>            Default stream
 +
          This option allows you to always open a
 +
          default stream on start-up.
 +
      --auto-preparse, --no-auto-preparse
 +
                                Automatically preparse files (default enabled)
 +
          This option enables automatic preparsing of
 +
          files added to the playlist (to retrieve some
 +
          metadata). (default enabled)
 
   -S, --services-discovery <string>
 
   -S, --services-discovery <string>
 
                                 Services discovery modules
 
                                 Services discovery modules
 
+
          Specifies the services discovery modules to
Interface
+
          load, separated by semi-colons. Typical
  -I, --intf <string>            Interface module
+
          values are sap, hal, ...
 
       --extraintf <string>      Extra interface modules
 
       --extraintf <string>      Extra interface modules
 +
          This option allows you to select additional
 +
          interfaces used by 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 logger,
 +
          gestures, sap, rc, http or screensaver)
 
   -v, --verbose <integer>        Verbosity (0,1,2)
 
   -v, --verbose <integer>        Verbosity (0,1,2)
  -q, --quiet, --noquiet        Be quiet (default disabled)
+
          This option sets the verbosity level (0=only
       --language {auto,en,en_GB,ca,da,de,es,fr,it,ja,nl,pt_BR,ru,zh_TW}
+
          errors and standard messages, 1=warnings,
 +
          2=debug).
 +
       --language {auto,en,en_GB,ca,da,de,es,fr,it,ja,ka,ko,nl,oc,pt_BR,ro,ru,tr,zh_CN,zh_TW}
 
                                 Language
 
                                 Language
       --color, --nocolor        Colour messages (default enabled)
+
          This option allows you to set the language of
       --advanced, --noadvanced  Show advanced options (default enabled)
+
          the interface. The system language is
 +
          auto-detected if "auto" is specified here.
 +
       --advanced, --no-advanced  Show advanced options (default enabled)
 +
          When this option is turned on, the
 +
          preferences and/or interfaces  will show all
 +
          the available options, including those that
 +
          most users should never touch. (default
 +
          enabled)
 +
       --show-intf, --no-show-intf
 +
                                Show interface with mouse (default disabled)
 +
          If this enabled, the interface will be shown
 +
          when you move the mouse to the edge of the
 +
          screen in fullscreen mode. (default disabled)
 +
  -I, --intf <string>            Interface module
 +
          This option allows you to select the
 +
          interface used by VLC. The default behavior
 +
          is to automatically select the best module
 +
          available.
 
       --control <string>        Control interfaces
 
       --control <string>        Control interfaces
 +
          This option allows you to select control
 +
          interfaces.
  
 
  Hot keys
 
  Hot keys
 
       --key-fullscreen <integer> Fullscreen
 
       --key-fullscreen <integer> Fullscreen
 +
          Select the hotkey to use to swap fullscreen
 +
          state.
 
       --key-play-pause <integer> Play/Pause
 
       --key-play-pause <integer> Play/Pause
      --key-pause <integer>      Pause only
+
          Select the hotkey to use to swap paused state.
      --key-play <integer>      Play only
 
 
       --key-faster <integer>    Faster
 
       --key-faster <integer>    Faster
 +
          Select the hotkey to use for fast forward
 +
          playback.
 
       --key-slower <integer>    Slower
 
       --key-slower <integer>    Slower
 +
          Select the hotkey to use for slow motion
 +
          playback.
 
       --key-next <integer>      Next
 
       --key-next <integer>      Next
 +
          Select the hotkey to use to skip to the next
 +
          item in the playlist.
 
       --key-prev <integer>      Previous
 
       --key-prev <integer>      Previous
 +
          Select the hotkey to use to skip to the
 +
          previous item in the playlist.
 
       --key-stop <integer>      Stop
 
       --key-stop <integer>      Stop
      --key-position <integer>  Position
+
          Select the hotkey to stop the playback.
       --key-jump-10sec <integer> Jump 10 seconds backwards
+
       --key-jump-extrashort <integer>
       --key-jump+10sec <integer> Jump 10 seconds forward
+
                                Very short backwards jump
       --key-jump-1min <integer> Jump 1 minute backwards
+
          Select the hotkey to make a very short
       --key-jump+1min <integer> Jump 1 minute forward
+
          backwards jump.
       --key-jump-5min <integer> Jump 5 minutes backwards
+
       --key-jump+extrashort <integer>
       --key-jump+5min <integer> Jump 5 minutes forward
+
                                Very short forward jump
      --key-nav-activate <integer>
+
          Select the hotkey to make a very short
                                Activate
+
          forward jump.
       --key-nav-up <integer>     Navigate up
+
       --key-jump-short <integer> Short backwards jump
      --key-nav-down <integer>  Navigate down
+
          Select the hotkey to make a short backwards
      --key-nav-left <integer>  Navigate left
+
          jump.
       --key-nav-right <integer>  Navigate right
+
       --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-quit <integer>      Quit
 
       --key-quit <integer>      Quit
 +
          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.
 
       --key-vol-down <integer>  Volume down
 
       --key-vol-down <integer>  Volume down
 +
          Select the key to decrease audio volume.
 
       --key-vol-mute <integer>  Mute
 
       --key-vol-mute <integer>  Mute
      --key-subdelay-up <integer>
+
          Select the key to turn off audio volume.
                                Subtitle delay up
 
      --key-subdelay-down <integer>
 
                                Subtitle delay down
 
      --key-audiodelay-up <integer>
 
                                Audio delay up
 
      --key-audiodelay-down <integer>
 
                                Audio delay down
 
 
       --key-audio-track <integer>
 
       --key-audio-track <integer>
 
                                 Cycle audio track
 
                                 Cycle audio track
 +
          Cycle through the available audio
 +
          tracks(languages)
 
       --key-subtitle-track <integer>
 
       --key-subtitle-track <integer>
 
                                 Cycle subtitle track
 
                                 Cycle subtitle track
      --key-intf-show <integer>  Show interface
+
          Cycle through the available subtitle tracks
       --key-snapshot <integer>  Take video snapshot
+
       --key-aspect-ratio <integer>
      --key-set-bookmark1 <integer>
+
                                 Cycle source aspect ratio
                                 Set playlist bookmark 1
+
          Cycle through a predefined list of source
      --key-set-bookmark2 <integer>
+
          aspect ratios
                                Set playlist bookmark 2
+
       --key-crop <integer>       Cycle video crop
       --key-set-bookmark3 <integer>
+
          Cycle through a predefined list of crop
                                Set playlist bookmark 3
+
          formats
       --key-set-bookmark4 <integer>
+
       --key-deinterlace <integer>
                                 Set playlist bookmark 4
+
                                 Cycle deinterlace modes
       --key-set-bookmark5 <integer>
+
          Cycle through all the deinterlace modes
                                 Set playlist bookmark 5
+
       --extrashort-jump-size <integer>
       --key-set-bookmark6 <integer>
+
                                 Very short jump size
                                 Set playlist bookmark 6
+
          Very short jump "size", in seconds
      --key-set-bookmark7 <integer>
+
       --short-jump-size <integer>
                                Set playlist bookmark 7
+
                                 Short jump size
       --key-set-bookmark8 <integer>
+
          Short jump "size", in seconds
                                 Set playlist bookmark 8
+
       --medium-jump-size <integer>
      --key-set-bookmark9 <integer>
+
                                 Medium jump size
                                Set playlist bookmark 9
+
          Medium jump "size", in seconds
       --key-set-bookmark10 <integer>
+
       --long-jump-size <integer> Long jump size
                                Set playlist bookmark 10
+
          Long jump "size", in seconds
       --key-play-bookmark1 <integer>
+
       --bookmark1 <string>       Playlist bookmark 1
                                Play playlist bookmark 1
+
          This option allows you to define playlist
      --key-play-bookmark2 <integer>
+
          bookmarks.
                                Play playlist bookmark 2
+
       --bookmark2 <string>      Playlist bookmark 2
      --key-play-bookmark3 <integer>
+
          This option allows you to define playlist
                                Play playlist bookmark 3
+
          bookmarks.
       --key-play-bookmark4 <integer>
+
       --bookmark3 <string>      Playlist bookmark 3
                                Play playlist bookmark 4
+
          This option allows you to define playlist
       --key-play-bookmark5 <integer>
+
          bookmarks.
                                Play playlist bookmark 5
+
       --bookmark4 <string>      Playlist bookmark 4
      --key-play-bookmark6 <integer>
+
          This option allows you to define playlist
                                Play playlist bookmark 6
+
          bookmarks.
      --key-play-bookmark7 <integer>
+
       --bookmark5 <string>      Playlist bookmark 5
                                Play playlist bookmark 7
+
          This option allows you to define playlist
       --key-play-bookmark8 <integer>
+
          bookmarks.
                                Play playlist bookmark 8
+
       --bookmark6 <string>      Playlist bookmark 6
       --key-play-bookmark9 <integer>
+
          This option allows you to define playlist
                                Play playlist bookmark 9
+
          bookmarks.
      --key-play-bookmark10 <integer>
+
       --bookmark7 <string>      Playlist bookmark 7
                                Play playlist bookmark 10
+
          This option allows you to define playlist
      --key-history-back <integer>
+
          bookmarks.
                                Go back in browsing history
+
       --bookmark8 <string>      Playlist bookmark 8
       --key-history-forward <integer>
+
          This option allows you to define playlist
                                Go forward in browsing history
+
          bookmarks.
       --key-record <integer>    Record
+
       --bookmark9 <string>      Playlist bookmark 9
 
+
          This option allows you to define playlist
Help options
+
          bookmarks.
  -h, --help                    print help for VLC (can be combined with
+
       --bookmark10 <string>     Playlist bookmark 10
                                --advanced)
+
          This option allows you to define playlist
  -H, --longhelp                print help for VLC and all it's modules (can
+
          bookmarks.
                                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
 
 
 
live.com (RTSP/RTP/SDP) demuxer
 
       --rtsp-tcp, --no-rtsp-tcp  Use RTP over RTSP (TCP) (default disabled)
 
      --rtsp-caching <integer>   Caching value (ms)
 
       --rtsp-kasenna, --no-rtsp-kasenna
 
                                Kasenna RTSP dialect (default disabled)
 
 
 
TS muxer (libdvbpsi)
 
       --sout-ts-pid-video <integer>
 
                                Video PID
 
       --sout-ts-pid-audio <integer>
 
                                Audio PID
 
      --sout-ts-pid-spu <integer>
 
                                SPU PID
 
       --sout-ts-pid-pmt <integer>
 
                                PMT PID
 
       --sout-ts-tsid <integer>  TS ID
 
      --sout-ts-program-pmt <integer>
 
                                PMT Program number
 
      --sout-ts-es-id-pid, --no-sout-ts-es-id-pid
 
                                Set PID to id of ES (default disabled)
 
      --sout-ts-shaping <integer>
 
                                Shaping delay (ms)
 
       --sout-ts-use-key-frames, --no-sout-ts-use-key-frames
 
                                Use keyframes (default disabled)
 
      --sout-ts-pcr <integer>    PCR delay (ms)
 
      --sout-ts-bmin <integer>  Minimum B (deprecated)
 
      --sout-ts-bmax <integer>  Maximum B (deprecated)
 
      --sout-ts-dts-delay <integer>
 
                                DTS delay (ms)
 
      --sout-ts-crypt-audio, --no-sout-ts-crypt-audio
 
                                Crypt audio (default enabled)
 
      --sout-ts-csa-ck <string> CSA Key
 
 
 
Matroska stream demuxer
 
      --mkv-use-ordered-chapters, --no-mkv-use-ordered-chapters
 
                                Ordered chapters (default enabled)
 
      --mkv-use-chapter-codec, --no-mkv-use-chapter-codec
 
                                Chapter codecs (default enabled)
 
      --mkv-seek-percent, --no-mkv-seek-percent
 
                                Seek based on percent not time. (default
 
                                disabled)
 
      --mkv-use-dummy, --no-mkv-use-dummy
 
                                Dummy Elements (default disabled)
 
  
 
  ffmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
 
  ffmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
      --ffmpeg-dr, --no-ffmpeg-dr
 
                                Direct rendering (default enabled)
 
      --ffmpeg-error-resilience <integer>
 
                                Error resilience
 
 
       --ffmpeg-workaround-bugs <integer>
 
       --ffmpeg-workaround-bugs <integer>
 
                                 Workaround bugs
 
                                 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
 
       --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
 
       --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
 
                                 Hurry up (default disabled)
 
                                 Hurry up (default disabled)
      --ffmpeg-vismv <integer>  Visualise motion vectors
+
          Allow the decoder to partially decode or skip
      --ffmpeg-lowres <integer>  Low resolution decoding
+
          frame(s) when there is not enough time. It's
 +
          useful with low CPU power but it can produce
 +
          distorted pictures. (default disabled)
 
       --ffmpeg-pp-q <integer>    Post processing quality
 
       --ffmpeg-pp-q <integer>    Post processing quality
      --ffmpeg-pp-name <string>  ffmpeg post processing filter chains
+
          Quality of post processing. Valid range is 0
      --ffmpeg-debug <integer>  Debug mask
+
          to 6
 +
Higher levels require considerable more
 +
          CPU power, but produce better looking
 +
          pictures.
 
       --sout-ffmpeg-hq {rd,bits,simple}
 
       --sout-ffmpeg-hq {rd,bits,simple}
 
                                 Quality level
 
                                 Quality level
 +
          Allows you to specify the quality level for
 +
          the encoding of motions vectors (this can
 +
          slow down the encoding very much).
 
       --sout-ffmpeg-keyint <integer>
 
       --sout-ffmpeg-keyint <integer>
 
                                 Ratio of key frames
 
                                 Ratio of key frames
 +
          Allows you to specify the number of frames
 +
          that will be coded for one key frame.
 
       --sout-ffmpeg-bframes <integer>
 
       --sout-ffmpeg-bframes <integer>
 
                                 Ratio of B frames
 
                                 Ratio of B frames
 +
          Allows you to specify the number of B frames
 +
          that will be coded between two reference
 +
          frames.
 
       --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up
 
       --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up
 
                                 Hurry up (default disabled)
 
                                 Hurry up (default disabled)
      --sout-ffmpeg-interlace, --no-sout-ffmpeg-interlace
+
          Allows you to specify if the encoder should
                                Enable interlaced encoding (default disabled)
+
          make on-the-fly quality tradeoffs if your CPU
      --sout-ffmpeg-vt <integer> Video bitrate tolerance
+
          can't keep up with the encoding rate. It will
      --sout-ffmpeg-pre-me, --no-sout-ffmpeg-pre-me
+
          disable trellis quantization, then the rate
                                Enable pre motion estimation (default
+
          distortion of motion vectors (hq), and raise
                                disabled)
+
          the noise reduction threshold to ease the
      --sout-ffmpeg-strict-rc, --no-sout-ffmpeg-strict-rc
+
          encoder's task. (default disabled)
                                Enable strict rate control (default disabled)
 
      --sout-ffmpeg-rc-buffer-size <integer>
 
                                Rate control buffer size
 
      --sout-ffmpeg-rc-buffer-aggressivity <float>
 
                                Rate control buffer aggressiveness
 
      --sout-ffmpeg-i-quant-factor <float>
 
                                I quantisation factor
 
      --sout-ffmpeg-noise-reduction <integer>
 
                                Noise reduction
 
      --sout-ffmpeg-mpeg4-matrix, --no-sout-ffmpeg-mpeg4-matrix
 
                                Enable MPEG4 quantisation matrix (default
 
                                disabled)
 
      --sout-ffmpeg-qmin <integer>
 
                                Minimum video quantiser scale
 
      --sout-ffmpeg-qmax <integer>
 
                                Maximum video quantiser scale
 
      --sout-ffmpeg-trellis, --no-sout-ffmpeg-trellis
 
                                Enable trellis quantisation (default disabled)
 
      --sout-ffmpeg-qscale <float>
 
                                Use fixed video quantizer scale
 
      --sout-ffmpeg-strict <integer>
 
                                Strict standard compliance
 
  
 
  MPEG2 video switcher stream output
 
  MPEG2 video switcher stream output
 
       --sout-switcher-files <string>
 
       --sout-switcher-files <string>
 
                                 Files
 
                                 Files
 +
          Full paths of the files separated by colons.
 
       --sout-switcher-sizes <string>
 
       --sout-switcher-sizes <string>
 
                                 Sizes
 
                                 Sizes
 +
          List of sizes separated by colons
 +
          (720x576:480x576).
 
       --sout-switcher-aspect-ratio <string>
 
       --sout-switcher-aspect-ratio <string>
 
                                 Aspect ratio
 
                                 Aspect ratio
      --sout-switcher-port <integer>
+
          Aspect ratio (4:3, 16:9).
                                Command UDP port
 
      --sout-switcher-command <integer>
 
                                Command
 
      --sout-switcher-gop <integer>
 
                                GOP size
 
      --sout-switcher-qscale <integer>
 
                                Quantizer scale
 
  
 
  ATSC A/52 (AC-3) audio decoder
 
  ATSC A/52 (AC-3) audio decoder
Line 431: Line 439:
 
                                 A/52 dynamic range compression (default
 
                                 A/52 dynamic range compression (default
 
                                 enabled)
 
                                 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)
  
 
  Standard filesystem directory input
 
  Standard filesystem directory input
 
       --recursive {none,collapse,expand}
 
       --recursive {none,collapse,expand}
                                 Subdirectory behaviour
+
                                 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.
  
Fake input
+
       --ignore-filetypes <string>
       --fake-caching <integer>   Caching value in ms
+
                                Ignore files with these extensions
      --fake-fps <float>        Framerate
+
          Specify a comma seperated list of file
 +
          extensions. Files with these extensions will
 +
          not be added to playlist when opening a
 +
          directory. This is useful if you add
 +
          directories that contain mp3 albums for
 +
          instance.
  
  Standard filesystem file input
+
  Timeshift
       --file-caching <integerCaching value in ms
+
       --timeshift-dir <stringTimeshift directory
      --file-cat <string>        Concatenate with additional files
+
          Directory used to store the timeshift
 
+
          temporary files.
Record
 
      --record-path <string>    Record directory
 
  
 
  FTP input
 
  FTP input
      --ftp-caching <integer>    Caching value in ms
 
 
       --ftp-user <string>        FTP user name
 
       --ftp-user <string>        FTP user name
 +
          Allows you to modify the user name that will
 +
          be used for the connection.
 
       --ftp-pwd <string>        FTP password
 
       --ftp-pwd <string>        FTP password
 +
          Allows you to modify the password that will
 +
          be used for the connection.
 
       --ftp-account <string>    FTP account
 
       --ftp-account <string>    FTP account
 +
          Allows you to modify the account that will be
 +
          used for the connection.
  
 
  HTTP input
 
  HTTP input
 
       --http-proxy <string>      HTTP proxy
 
       --http-proxy <string>      HTTP proxy
      --http-caching <integer>  Caching value in ms
+
          You can specify an HTTP proxy to use. It must
      --http-user <string>      HTTP user name
+
          be of the form http://[user[:pass]@]myproxy.my
      --http-pwd <string>        HTTP password
+
          domain:myport/ ; if empty, the http_proxy
      --http-user-agent <string> HTTP user agent
+
          environment variable will be tried.
      --http-reconnect, --no-http-reconnect
 
                                Auto re-connect (default disabled)
 
      --http-continuous, --no-http-continuous
 
                                Continuous stream (default disabled)
 
  
 
  Microsoft Media Server (MMS) input
 
  Microsoft Media Server (MMS) input
      --mms-caching <integer>    Caching value in ms
+
       --mms-maxbitrate <integer> Maximum bitrate
      --mms-all, --no-mms-all    Force selection of all streams (default
+
          If this is set, the stream with the maximum
                                disabled)
+
          bitrate under that limit      will be selected
       --mms-maxbitrate <integer> Select maximum bitrate stream
 
 
 
File stream output
 
      --sout-file-append, --no-sout-file-append
 
                                Append to file (default disabled)
 
  
  HTTP stream output
+
  libshout (icecast) output
       --sout-http-user <string> Username
+
       --sout-shout-name <string> Stream-name
      --sout-http-pwd <string>  Password
+
          The name this stream/channel will get on the
      --sout-http-mime <string>  Mime
+
          icecast server.
       --sout-http-cert <string> Certificate file
+
       --sout-shout-description <string>
      --sout-http-key <string>  Private key file
+
                                Stream-description
      --sout-http-ca <string>    Root CA file
+
          A description of the stream content.
      --sout-http-crl <string>  CRL file
+
          (Information about your channel).
  
 
  UDP stream output
 
  UDP stream output
      --sout-udp-caching <integer>
 
                                Caching value (ms)
 
      --sout-udp-ttl <integer>  Time To Live
 
      --sout-udp-group <integer> Group packets
 
      --sout-udp-late <integer>  Late delay (ms)
 
      --sout-udp-raw, --no-sout-udp-raw
 
                                Raw write (default disabled)
 
  
 
  SMB input
 
  SMB input
      --smb-caching <integer>    Caching value in ms
 
 
       --smb-user <string>        SMB user name
 
       --smb-user <string>        SMB user name
 +
          Allows you to modify the user name that will
 +
          be used for the connection.
 
       --smb-pwd <string>        SMB password
 
       --smb-pwd <string>        SMB password
 +
          Allows you to modify the password that will
 +
          be used for the connection.
 
       --smb-domain <string>      SMB domain
 
       --smb-domain <string>      SMB domain
 
+
          Allows you to modify the domain/workgroup
TCP input
+
          that will be used for the connection.
      --tcp-caching <integer>    Caching value in ms
 
 
 
UDP/RTP input
 
      --udp-caching <integer>    Caching value in ms
 
      --udp-auto-mtu, --no-udp-auto-mtu
 
                                Autodetection of MTU (default enabled)
 
  
 
  Image properties filter
 
  Image properties filter
 
       --contrast <float>        Image contrast (0-2)
 
       --contrast <float>        Image contrast (0-2)
 +
          Set the image contrast, between 0 and 2.
 +
          Defaults to 1
 
       --brightness <float>      Image brightness (0-2)
 
       --brightness <float>      Image brightness (0-2)
 +
          Set the image brightness, between 0 and 2.
 +
          Defaults to 1
 
       --hue <integer>            Image hue (0-360)
 
       --hue <integer>            Image hue (0-360)
 +
          Set the image hue, between 0 and 360.
 +
          Defaults to 0
 
       --saturation <float>      Image saturation (0-3)
 
       --saturation <float>      Image saturation (0-3)
 +
          Set the image saturation, between 0 and 3.
 +
          Defaults to 1
 
       --gamma <float>            Image gamma (0-10)
 
       --gamma <float>            Image gamma (0-10)
 
+
          Set the image gamma, between 0.01 and 10.
DirectX audio output
+
          Defaults to 1
       --directx-audio-device <integer>
+
       --brightness-threshold, --no-brightness-threshold
                                Output device
+
                                 Enable brightness threshold (default disabled)
      --directx-audio-float32, --no-directx-audio-float32
+
          Show black and white pixels with brightness
                                 Use float32 output (default enabled)
+
          as threshold value (default disabled)
  
 
  File audio output
 
  File audio output
      --audiofile-format {u8,s8,u16,s16,u16_le,s16_le,u16_be,s16_be,fixed32,float32,spdif}
 
                                Output format
 
      --audiofile-channels <integer>
 
                                Output channels number
 
 
       --audiofile-file <string>  Output file
 
       --audiofile-file <string>  Output file
      --audiofile-wav, --no-audiofile-wav
+
          File to which the audio samples will be
                                Add wave header (default enabled)
+
          written to
  
 
  AVI demuxer
 
  AVI demuxer
      --avi-interleaved, --no-avi-interleaved
 
                                Force interleaved method (default disabled)
 
 
       --avi-index, --no-avi-index
 
       --avi-index, --no-avi-index
 
                                 Force index creation (default disabled)
 
                                 Force index creation (default disabled)
 
+
          Recreate a index for the AVI file. Use this
Audio CD input
+
          if your AVI file is damaged or incomplete
      --cdda-caching <integer>  Caching value in ms
+
          (not seekable). (default disabled)
  
 
  Clone video filter
 
  Clone video filter
 
       --clone-count <integer>    Number of clones
 
       --clone-count <integer>    Number of clones
      --clone-vout-list <string> List of video output modules
+
          Select the number of video windows in which
 +
          to clone the video.
  
 
  Crop video filter
 
  Crop video filter
 
       --crop-geometry <string>  Crop geometry (pixels)
 
       --crop-geometry <string>  Crop geometry (pixels)
       --autocrop, --noautocrop  Automatic cropping (default disabled)
+
          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)
 +
          Activate automatic black border cropping.
 +
          (default disabled)
  
 
  Deinterlacing video filter
 
  Deinterlacing video filter
 
       --deinterlace-mode {discard,blend,mean,bob,linear,x}
 
       --deinterlace-mode {discard,blend,mean,bob,linear,x}
 
                                 Deinterlace mode
 
                                 Deinterlace mode
 +
          Default deinterlace method to use for local
 +
          playback
 
       --sout-deinterlace-mode {discard,blend,mean,bob,linear,x}
 
       --sout-deinterlace-mode {discard,blend,mean,bob,linear,x}
 
                                 Deinterlace mode
 
                                 Deinterlace mode
 +
          Default deinterlace methode to use for
 +
          streaming
  
  Filedump demuxer
+
  File dumpper
       --demuxdump-file <string>  Filename of dump
+
       --demuxdump-file <string>  Dump filename
 +
          Name of the file to which the raw stream will
 +
          be dumped.
 
       --demuxdump-append, --no-demuxdump-append
 
       --demuxdump-append, --no-demuxdump-append
                                 Append (default disabled)
+
                                 Append to existing file (default disabled)
 +
          If the file already exists, it will not be
 +
          overwritten. (default disabled)
  
 
  Distort video filter
 
  Distort video filter
       --distort-mode {wave,ripple}
+
       --distort-mode {wave,ripple,gradient,edge,hough,psychedelic}
 
                                 Distort mode
 
                                 Distort mode
 +
          Distort mode, one of "wave", "ripple",
 +
          "gradient", "edge", "hough" and "psychedelic"
 +
      --distort-gradient-type <integer>
 +
                                Gradient image type
 +
          Gradient image type (0 or 1)
 +
      --distort-cartoon, --no-distort-cartoon
 +
                                Apply cartoon effect (default enabled)
 +
          Apply cartoon effect. Used by "gradient" and
 +
          "edge". (default enabled)
  
 
  Dummy interface function
 
  Dummy interface function
Line 564: Line 602:
 
                                 Do not open a DOS command box interface
 
                                 Do not open a DOS command box interface
 
                                 (default disabled)
 
                                 (default disabled)
       --dummy-save-es, --no-dummy-save-es
+
          By default the dummy interface plugin will
                                Save raw codec data (default disabled)
+
          start a DOS command box. Enabling the quiet
       --dummy-chroma <string>   Dummy image chroma format
+
          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)
 +
 
 +
DVB subtitles decoder
 +
       --dvbsub-x <integer>      X coordinate of the subpicture
 +
          You can reposition the subpicture by
 +
          providing another value here.
 +
      --dvbsub-y <integer>      Y coordinate of the subpicture
 +
          You can reposition the subpicture by
 +
          providing another value here.
 +
      --sout-dvbsub-x <integer>  X coordinate of the encoded subpicture
 +
          You can reposition the subpicture by
 +
          providing another value here.
 +
      --sout-dvbsub-y <integer>  Y coordinate of encoded the subpicture
 +
          You can reposition the subpicture by
 +
          providing another value here.
 +
       --sout-dvbsub-timeout <integer>
 +
                                Timeout of subpictures
 +
          Subpictures get a default timeout of 15
 +
          seconds added to their remaining time.This
 +
          will ensure that they are at least the
 +
          specified time visible.
  
 
  DVDnav Input
 
  DVDnav Input
 
       --dvdnav-angle <integer>  DVD angle
 
       --dvdnav-angle <integer>  DVD angle
      --dvdnav-caching <integer> Caching value in ms
+
          Allows you to select the default DVD angle.
 
       --dvdnav-menu, --no-dvdnav-menu
 
       --dvdnav-menu, --no-dvdnav-menu
 
                                 Start directly in menu (default enabled)
 
                                 Start directly in menu (default enabled)
 +
          Allows you to start the DVD directly in the
 +
          main menu. This will try to skip all the
 +
          useless warnings introductions. (default
 +
          enabled)
  
 
  DVDRead Input (DVD without menu support)
 
  DVDRead Input (DVD without menu support)
 
       --dvdread-angle <integer>  DVD angle
 
       --dvdread-angle <integer>  DVD angle
      --dvdread-caching <integer>
+
          Allows you to select the default DVD angle.
                                Caching value in ms
 
      --dvdread-css-method {title,disc,key}
 
                                Method used by libdvdcss for decryption
 
  
 
  Equalizer 10 bands
 
  Equalizer 10 bands
 
       --equalizer-preset {flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
 
       --equalizer-preset {flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
 
                                 Equalizer preset
 
                                 Equalizer preset
       --equalizer-bands <string> Bands gain
+
          Equalizer preset
       --equalizer-2pass, --no-equalizer-2pass
+
 
                                 Two pass (default disabled)
+
Fake video decoder
       --equalizer-preamp <float> Global gain
+
       --fake-file <string>       Image file
 +
          Path of the image file when using the fake
 +
          input.
 +
       --fake-deinterlace, --no-fake-deinterlace
 +
                                 Deinterlace video (default disabled)
 +
          Allows you to deinterlace the image after
 +
          loading. (default disabled)
 +
       --fake-deinterlace-module {deinterlace,ffmpeg-deinterlace}
 +
                                Deinterlace module
 +
          Specifies the deinterlace module to use.
  
 
  Freetype2 font renderer
 
  Freetype2 font renderer
 
       --freetype-font <string>  Font
 
       --freetype-font <string>  Font
      --freetype-fontsize <integer>
+
          Filename for the font you want to use
                                Font size in pixels
 
      --freetype-opacity <integer>
 
                                Opacity, 0..255
 
 
       --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)}
 
       --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
+
                                 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)}
 
       --freetype-rel-fontsize {20 (Smaller), 18 (Small), 16 (Normal), 12 (Large), 6 (Larger)}
                                 Font size
+
                                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
 +
          renderedtext to improve its readability.
  
 
  Mouse gestures control interface
 
  Mouse gestures control interface
      --gestures-threshold <integer>
 
                                Motion threshold (10-100)
 
 
       --gestures-button {left,middle,right}
 
       --gestures-button {left,middle,right}
 
                                 Trigger button
 
                                 Trigger button
 +
          You can set the trigger button for mouse
 +
          gestures here.
  
 
  GnuTLS TLS encryption layer
 
  GnuTLS TLS encryption layer
 
       --tls-check-cert, --no-tls-check-cert
 
       --tls-check-cert, --no-tls-check-cert
 
                                 Check TLS/SSL server certificate validity
 
                                 Check TLS/SSL server certificate validity
                                 (default disabled)
+
                                 (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
 
       --tls-check-hostname, --no-tls-check-hostname
 
                                 Check TLS/SSL server hostname in certificate
 
                                 Check TLS/SSL server hostname in certificate
                                 (default disabled)
+
                                 (default enabled)
      --dh-bits <integer>        Diffie-Hellman prime bits
+
          This ensures that the server hostname in
      --tls-cache-expiration <integer>
+
          certificate matches the requested host name.
                                Expiration time for resumed TLS sessions
+
          (default enabled)
      --tls-cache-size <integer> Number of resumed TLS sessions
 
  
 
  Goom effect
 
  Goom effect
 
       --goom-width <integer>    Goom display width
 
       --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
 
       --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
 
       --goom-speed <integer>    Goom animation speed
 +
          This allows you to set the animation speed
 +
          (between 1 and 10, defaults to 6).
  
  H264 video demuxer
+
  Growl Notification Plugin
       --h264-fps <float>         Frames per Second
+
       --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.
  
 
  Headphone channel mixer with virtual spatialization effect
 
  Headphone channel mixer with virtual spatialization effect
 
       --headphone-dim <integer>  Characteristic dimension
 
       --headphone-dim <integer>  Characteristic dimension
 
+
          Distance between front left speaker and
Hotkeys management interface
+
          listener in meters.
      --bookmark1 <string>      Playlist bookmark 1
 
      --bookmark2 <string>      Playlist bookmark 2
 
      --bookmark3 <string>      Playlist bookmark 3
 
      --bookmark4 <string>      Playlist bookmark 4
 
      --bookmark5 <string>      Playlist bookmark 5
 
      --bookmark6 <string>      Playlist bookmark 6
 
      --bookmark7 <string>      Playlist bookmark 7
 
      --bookmark8 <string>      Playlist bookmark 8
 
      --bookmark9 <string>      Playlist bookmark 9
 
      --bookmark10 <string>      Playlist bookmark 10
 
 
 
HTTP remote control interface
 
      --http-host <string>      Host address
 
      --http-src <string>        Source directory
 
      --http-intf-cert <string>  Certificate file
 
      --http-intf-key <string>  Private key file
 
      --http-intf-ca <string>    Root CA file
 
      --http-intf-crl <string>  CRL file
 
  
 
  Image video output
 
  Image video output
       --image-out-format {png}   Image format
+
       --image-out-format {png,jpeg}
 +
                                Image format
 +
          Set the format of the output image.
 
       --image-out-ratio <integer>
 
       --image-out-ratio <integer>
 
                                 Recording ratio
 
                                 Recording ratio
 +
          Set the ratio of images that are recorded. 3
 +
          means that one image out of three is recorded.
 
       --image-out-prefix <string>
 
       --image-out-prefix <string>
 
                                 Filename prefix
 
                                 Filename prefix
 
+
          Set the prefix of the filename. Output
IPv4 network abstraction layer
+
          filename will have the form prefixNUMBER.forma
       --ipv4-timeout <integer>  TCP connection timeout in ms
+
          t
      --miface-addr <string>    Multicast output interface
+
       --image-out-replace, --no-image-out-replace
 +
                                Always write to the same file (default
 +
                                disabled)
 +
          Always write to the same file (default
 +
          disabled)
  
 
  File logging
 
  File logging
 
       --logfile <string>        Log filename
 
       --logfile <string>        Log filename
 +
          Specify the log filename.
 
       --logmode {text,html}      Log format
 
       --logmode {text,html}      Log format
 +
          Specify the log format. Available choices are
 +
          "text" (default) and "html".
  
 
  Logo video filter
 
  Logo video filter
       --logo-file <string>      Logo filename
+
       --logo-file <string>      Logo filenames
      --logo-x <integer>         X coordinate of the logo
+
          Full path of the image files to use. Format
      --logo-y <integer>         Y coordinate of the logo
+
          is <image>[,<delay in ms>[,<alpha>]][;<image>[
 +
          ,<delay>[,<alpha>]]][;...] .
 
       --logo-transparency <integer>
 
       --logo-transparency <integer>
 
                                 Transparency of the logo
 
                                 Transparency of the logo
       --logo-position {0 (Centre), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
          You can set the logo transparency value here
 +
          (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
 
                                 Logo position
 +
          You can 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).
  
 
  Marquee display sub filter
 
  Marquee display sub filter
 
       --marq-marquee <string>    Marquee text
 
       --marq-marquee <string>    Marquee text
      --marq-x <integer>        X offset, from left
+
          Marquee text to display
      --marq-y <integer>        Y offset, from the top
 
 
       --marq-position <integer>  Marquee position
 
       --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 by adding them).
 
       --marq-opacity <integer>  Opacity
 
       --marq-opacity <integer>  Opacity
 +
          The opacity (inverse of transparency) of
 +
          overlay 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)}
 
       --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)}
 
                                 Text Default Color
 
                                 Text Default Color
 +
          The color of overlay text. 1 byte for each
 +
          color, hexadecimal. #000000 = all colors off,
 +
          0xFF0000 = just Red, 0xFFFFFF = all color on
 +
          [White]
 
       --marq-size <integer>      Font size, pixels
 
       --marq-size <integer>      Font size, pixels
 +
          Specify the font size, in pixels, with -1 =
 +
          use freetype-fontsize
 
       --marq-timeout <integer>  Marquee timeout
 
       --marq-timeout <integer>  Marquee timeout
 +
          Defines the time the marquee must remain
 +
          displayed, in milliseconds. Default value is
 +
          0 (remain forever).
  
  JPEG camera demuxer
+
  M-JPEG camera demuxer
 
       --mjpeg-fps <float>        Frames per Second
 
       --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).
  
 
  MOD demuxer (libmodplug)
 
  MOD demuxer (libmodplug)
 
       --mod-noisereduction, --no-mod-noisereduction
 
       --mod-noisereduction, --no-mod-noisereduction
 
                                 Noise reduction (default enabled)
 
                                 Noise reduction (default enabled)
 +
          Enable noise reduction algorithm (default
 +
          enabled)
 
       --mod-reverb, --no-mod-reverb
 
       --mod-reverb, --no-mod-reverb
 
                                 Reverb (default disabled)
 
                                 Reverb (default disabled)
      --mod-reverb-level <integer>
+
          Enable reverberation (default disabled)
                                Reverb level (0-100)
 
      --mod-reverb-delay <integer>
 
                                Reverb delay (ms)
 
 
       --mod-megabass, --no-mod-megabass
 
       --mod-megabass, --no-mod-megabass
 
                                 Mega bass (default disabled)
 
                                 Mega bass (default disabled)
      --mod-megabass-level <integer>
+
          Enable megabass mode (default disabled)
                                Mega bass level (0-100)
 
      --mod-megabass-range <integer>
 
                                Mega bass cut off (Hz)
 
 
       --mod-surround, --no-mod-surround
 
       --mod-surround, --no-mod-surround
 
                                 Surround (default disabled)
 
                                 Surround (default disabled)
      --mod-surround-level <integer>
+
          Surround (default disabled)
                                Surround level (0-100)
 
      --mod-surround-delay <integer>
 
                                Surround delay (ms)
 
  
 
  Mosaic video sub filter
 
  Mosaic video sub filter
 
       --mosaic-alpha <integer>  Alpha blending
 
       --mosaic-alpha <integer>  Alpha blending
 +
          Alpha blending (0 -> 255). Default is 255
 
       --mosaic-height <integer>  Height in pixels
 
       --mosaic-height <integer>  Height in pixels
 +
          Height in pixels
 
       --mosaic-width <integer>  Width in pixels
 
       --mosaic-width <integer>  Width in pixels
      --mosaic-align {0 (Centre), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
+
          Width in pixels
                                Mosaic alignment
 
      --mosaic-xoffset <integer> Top left corner x coordinate
 
      --mosaic-yoffset <integer> Top left corner y coordinate
 
      --mosaic-vborder <integer> Vertical border width in pixels
 
      --mosaic-hborder <integer> Horizontal border width in pixels
 
 
       --mosaic-position {0 (auto), 1 (fixed)}
 
       --mosaic-position {0 (auto), 1 (fixed)}
 
                                 Positioning method
 
                                 Positioning method
 +
          Positioning method. auto: automatically
 +
          choose the best number of rows and columns.
 +
          fixed: use the user-defined number of rows
 +
          and columns.
 
       --mosaic-rows <integer>    Number of rows
 
       --mosaic-rows <integer>    Number of rows
 +
          Number of rows
 
       --mosaic-cols <integer>    Number of columns
 
       --mosaic-cols <integer>    Number of columns
 +
          Number of columns
 
       --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
 
       --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
 
                                 Keep aspect ratio when resizing (default
 
                                 Keep aspect ratio when resizing (default
 
                                 disabled)
 
                                 disabled)
 +
          Keep aspect ratio when resizing (default
 +
          disabled)
 
       --mosaic-keep-picture, --no-mosaic-keep-picture
 
       --mosaic-keep-picture, --no-mosaic-keep-picture
 
                                 Keep original size (default disabled)
 
                                 Keep original size (default disabled)
 +
          Keep original size (default disabled)
 
       --mosaic-order <string>    Order as a comma separated list of
 
       --mosaic-order <string>    Order as a comma separated list of
 
                                 picture-id(s)
 
                                 picture-id(s)
 +
          Order as a comma separated list of
 +
          picture-id(s)
 
       --mosaic-delay <integer>  Delay
 
       --mosaic-delay <integer>  Delay
 +
          Pictures coming from the picture video
 +
          outputs will be delayed accordingly (in
 +
          milliseconds). For high values you will need
 +
          to raise file-caching and others.
 +
      --mosaic-bs, --no-mosaic-bs
 +
                                Enable bluescreen (aka greenscreen or chroma
 +
                                key) video background replacing (default
 +
                                disabled)
 +
          Enable bluescreen (aka greenscreen or chroma
 +
          key) video background replacing (default
 +
          disabled)
 +
      --mosaic-bsu <integer>    Bluescreen chroma key U (0-255)
 +
          Bluescreen chroma key U (0-255)
 +
      --mosaic-bsv <integer>    Bluescreen chroma key V (0-255)
 +
          Bluescreen chroma key V (0-255)
 +
      --mosaic-bsut <integer>    Bluescreen chroma key U tolerance
 +
          Bluescreen chroma key U tolerance
 +
      --mosaic-bsvt <integer>    Bluescreen chroma key V tolerance
 +
          Bluescreen chroma key V tolerance
  
 
  Motion blur filter
 
  Motion blur filter
 
       --blur-factor <integer>    Blur factor (1-127)
 
       --blur-factor <integer>    Blur factor (1-127)
 +
          The degree of blurring from 1 to 127.
  
 
  Motion detect video filter
 
  Motion detect video filter
 
       --motiondetect-history <integer>
 
       --motiondetect-history <integer>
 
                                 History parameter
 
                                 History parameter
 +
          History parameter, number of frames used for
 +
          detection
 
       --motiondetect-description <string>
 
       --motiondetect-description <string>
 
                                 Description file
 
                                 Description file
 +
          Description file, file containing simple
 +
          playlist
  
  ASF muxer
+
  MusePack demuxer
       --sout-asf-title <string>  Title
+
       --mpc-replaygain-type {0 (None), 1 (Title), 2 (Album)}
      --sout-asf-author <string> Author
+
                                 Replay Gain type
      --sout-asf-copyright <string>
+
          Musepack can have a title-specific replay
                                 Copyright
+
          gain (volume control) or an album-specific
      --sout-asf-comment <string>
+
          one. Choose which type you want to use
                                Comment
 
      --sout-asf-rating <string> Rating
 
      --sout-asf-packet-size <integer>
 
                                Packet Size
 
  
  MP4/MOV muxer
+
  MSN Now-Playing
       --sout-mp4-faststart, --no-sout-mp4-faststart
+
       --msn-format <string>      MSN Title format string
                                Create "Fast start" files (default enabled)
+
          Format of the string to send to MSN {0}
 +
          Artist, {1} Title, {2} Album. Defaults to
 +
          "Artist - Title" ({0} - {1}).
  
  Multipart jpeg muxer
+
  OpenGL video output
       --sout-mpjpeg-separator <string>
+
       --opengl-effect {none,cube,transparent-cube}
                                 Multipart separator string
+
                                 Select effect
 +
          Allows you to select different visual effects.
  
  PS muxer
+
  On Screen Display menu subfilter
       --sout-ps-dts-delay <integer>
+
       --osdmenu-x <integer>      X coordinate of the OSD menu
                                 DTS delay (ms)
+
          You can move the OSD menu by left-clicking on
       --sout-ps-pes-max-size <integer>
+
          it.
                                 PES maximum size
+
      --osdmenu-y <integer>     Y coordinate of the OSD menu
 +
          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)}
 +
                                 OSD 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).
 +
       --osdmenu-file <string>    OSD menu configuration file
 +
          An OSD menu configuration file that menu
 +
          actions with button images
 +
      --osdmenu-file-path <string>
 +
                                Path to OSD menu images
 +
          Specify another path to the OSD menu images.
 +
          This will override the path as defined in the
 +
          OSD configuration file.
 +
      --osdmenu-timeout <integer>
 +
                                 Timeout of OSD menu
 +
          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.
  
  Network synchronisation
+
  Parametric Equalizer
       --netsync-master, --no-netsync-master
+
       --param-eq-lowf <float>    Low freq (Hz)
                                 Act as master for network synchronisation
+
      --param-eq-lowgain <float> Low freq gain (Db)
                                (default disabled)
+
      --param-eq-highf <float>  High freq (Hz)
       --netsync-master-ip <string>
+
      --param-eq-highgain <float>
                                Master client ip address
+
                                 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
  
  Volume normalizer
+
  Playlist
       --norm-buff-size <integer> Number of audio buffers
+
       --playlist-autostart, --no-playlist-autostart
      --norm-max-level <float>  Max level
+
                                Auto start (default enabled)
 +
          Automatically start playing the playlist
 +
          content once it's loaded.
 +
(default enabled)
  
  Windows Service interface
+
  Podcasts
       --ntservice-install, --no-ntservice-install
+
       --podcast-urls <string>   Podcast URLs list
                                Install Windows Service (default disabled)
+
          Enter the list of podcasts to retrieve,
      --ntservice-uninstall, --no-ntservice-uninstall
+
          separated by '|' (pipe).
                                Uninstall Windows Service (default disabled)
 
      --ntservice-name <string> Display name of the Service
 
      --ntservice-options <string>
 
                                Configuration options
 
      --ntservice-extraintf <string>
 
                                Extra interface modules
 
 
 
OpenGL video output
 
      --opengl-cube-speed <float>
 
                                OpenGL cube rotation speed
 
      --opengl-effect {none,cube,transparent-cube}
 
                                Select effect
 
  
 
  PORTAUDIO audio output
 
  PORTAUDIO audio output
 
       --portaudio-device <integer>
 
       --portaudio-device <integer>
 
                                 Output device
 
                                 Output device
 +
          Portaudio identifier for the output device
  
 
  Remote control interface
 
  Remote control interface
      --rc-show-pos, --no-rc-show-pos
 
                                Show stream position (default disabled)
 
      --rc-fake-tty, --no-rc-fake-tty
 
                                Fake TTY (default disabled)
 
      --rc-unix <string>        UNIX socket command input
 
      --rc-host <string>        TCP command input
 
 
       --rc-quiet, --no-rc-quiet  Do not open a DOS command box interface
 
       --rc-quiet, --no-rc-quiet  Do not open a DOS command box interface
 
                                 (default disabled)
 
                                 (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)
  
  SAP announces
+
  RSS and Atom feed display
       --sap-addr <string>        SAP multicast address
+
       --rss-urls <string>        RSS/Atom feed URLs
       --sap-ipv4, --no-sap-ipv4  IPv4-SAP listening (default enabled)
+
          RSS/Atom feed '|' (pipe) seperated URLs
      --sap-ipv6, --no-sap-ipv6  IPv6-SAP listening (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)}
       --sap-ipv6-scope <string>  IPv6 SAP scope
+
                                Marquee position
      --sap-timeout <integer>    SAP timeout (seconds)
+
          You can enforce the marquee position on the
       --sap-parse, --no-sap-parse
+
          video (0=center, 1=left, 2=right, 4=top,
                                Try to parse the SAP (default enabled)
+
          8=bottom, you can also use combinations of
      --sap-strict, --no-sap-strict
+
          these values by adding them).
                                SAP Strict mode (default disabled)
+
       --rss-opacity <integer>    Opacity
      --sap-cache, --no-sap-cache
+
          The opacity (inverse of transparency) of
                                 Use SAP cache (default disabled)
+
          overlay text. 0 = transparent, 255 = totally
 
+
          opaque.
Screen Input
+
       --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)}
       --screen-caching <integer> Caching value in ms
+
                                 Text Default Color
       --screen-fps <float>       Frame rate
+
          The color of overlay text. 1 byte for each
       --screen-fragment-size <integer>
+
          color, hexadecimal. #000000 = all colors off,
                                Capture fragment size
+
          0xFF0000 = just Red, 0xFFFFFF = all color on
 
+
          [White]
Shoutcast radio listings
+
       --rss-size <integer>       Font size, pixels
       --shoutcast-limit <integer>
+
          Specify the font size, in pixels, with -1 =
                                 Maximum number of shoutcast servers to be
+
          use freetype-fontsize
                                listed
+
       --rss-speed <integer>     RSS/Atom feed speed
 
+
          RSS/Atom feed speed (bigger is slower)
Interface showing control interface
+
       --rss-length <integer>     RSS/Atom feed max number of chars displayed
       --showintf-threshold <integer>
+
          RSS/Atom feed max number of chars displayed
                                 Threshold
+
       --rss-ttl <integer>       Number of seconds between each forced refresh
 +
                                 of the feeds
 +
          Number of seconds between each forced refresh
 +
          of the feeds. If 0, the feeds will never be
 +
          updated.
 +
       --rss-images, --no-rss-images
 +
                                Display feed images if available (default
 +
                                 enabled)
 +
          Display feed images if available (default
 +
          enabled)
  
 
  Skinnable Interface
 
  Skinnable Interface
      --skins2-last <string>    Last skin used
 
      --skins2-config <string>  Config of last used skin
 
 
       --skins2-transparency, --no-skins2-transparency
 
       --skins2-transparency, --no-skins2-transparency
 
                                 Enable transparency effects (default disabled)
 
                                 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)
  
 
  Bridge stream output
 
  Bridge stream output
 
       --sout-bridge-out-id <integer>
 
       --sout-bridge-out-id <integer>
 
                                 ID
 
                                 ID
 +
          Specify an identifier for this elementary
 +
          stream.
 
       --sout-bridge-in-delay <integer>
 
       --sout-bridge-in-delay <integer>
 
                                 Delay
 
                                 Delay
 +
          Pictures coming from the picture video
 +
          outputs will be delayed accordingly (in
 +
          milliseconds, >= 100 ms). For high values,
 +
          you will need to raise file-caching and
 +
          others.
 
       --sout-bridge-in-id-offset <integer>
 
       --sout-bridge-in-id-offset <integer>
 
                                 ID Offset
 
                                 ID Offset
 
+
          Offset to add to the stream IDs specified in
Display stream output
+
          bridge_out to obtain the stream IDs bridge_in
      --sout-display-audio, --no-sout-display-audio
+
          will register.
                                Enable audio (default enabled)
 
      --sout-display-video, --no-sout-display-video
 
                                Enable video (default enabled)
 
      --sout-display-delay <integer>
 
                                Delay
 
 
 
Elementary stream output
 
      --sout-es-access <string>  Output access method
 
      --sout-es-access-audio <string>
 
                                Audio output access method
 
      --sout-es-access-video <string>
 
                                Video output access method
 
      --sout-es-mux <string>    Output muxer
 
      --sout-es-mux-audio <string>
 
                                Audio output muxer
 
      --sout-es-mux-video <string>
 
                                Video output muxer
 
      --sout-es-dst <string>    Output URL
 
      --sout-es-dst-audio <string>
 
                                Audio output URL
 
      --sout-es-dst-video <string>
 
                                Video output URL
 
  
 
  Mosaic bridge stream output
 
  Mosaic bridge stream output
 
       --sout-mosaic-bridge-id <string>
 
       --sout-mosaic-bridge-id <string>
 
                                 ID
 
                                 ID
       --sout-mosaic-bridge-width <integer>
+
          Specify an identifier string for this
                                 Video width
+
          subpicture
      --sout-mosaic-bridge-height <integer>
+
       --sout-mosaic-bridge-sar <string>
                                Video height
+
                                 Sample aspect ratio
 +
          Sample aspect ratio of the destination (1:1,
 +
          3:4, 2:3).
  
 
  RTP stream output
 
  RTP stream output
       --sout-rtp-dst <string>    Destination
+
       --sout-rtp-mp4a-latm, --no-sout-rtp-mp4a-latm
      --sout-rtp-sdp <string>    SDP
+
                                 MP4A LATM (default disabled)
      --sout-rtp-mux <string>    Muxer
+
          This allows you to stream MPEG4 LATM audio
      --sout-rtp-name <string>  Session name
+
          streams (see RFC3016). (default disabled)
      --sout-rtp-description <string>
 
                                 Session description
 
      --sout-rtp-url <string>    Session URL
 
      --sout-rtp-email <string>  Session email
 
      --sout-rtp-port-audio <integer>
 
                                Audio port
 
      --sout-rtp-port-video <integer>
 
                                Video port
 
      --sout-rtp-port <integer>  Port
 
      --sout-rtp-ttl <integer>  Time To Live
 
  
 
  Standard stream output
 
  Standard stream output
 
       --sout-standard-access <string>
 
       --sout-standard-access <string>
 
                                 Output access method
 
                                 Output access method
 +
          This is the output access method that will be
 +
          used.
 
       --sout-standard-mux <string>
 
       --sout-standard-mux <string>
 
                                 Output muxer
 
                                 Output muxer
       --sout-standard-url <string>
+
          This is the muxer that will be used.
                                 Output URL
+
       --sout-standard-dst <string>
      --sout-standard-sap, --no-sout-standard-sap
+
                                 Output destination
                                SAP announcing (default disabled)
+
          This is the destination (URL) that will be
      --sout-standard-name <string>
+
          used for the stream.
                                Session name
 
      --sout-standard-group <string>
 
                                Session groupname
 
      --sout-standard-sap-ipv6, --no-sout-standard-sap-ipv6
 
                                SAP IPv6 announcing (default disabled)
 
      --sout-standard-slp, --no-sout-standard-slp
 
                                SLP announcing (default disabled)
 
  
 
  Transcode stream output
 
  Transcode stream output
 
       --sout-transcode-venc <string>
 
       --sout-transcode-venc <string>
 
                                 Video encoder
 
                                 Video encoder
 +
          This is the video encoder module that will be
 +
          used (and its associated options).
 
       --sout-transcode-vcodec <string>
 
       --sout-transcode-vcodec <string>
 
                                 Destination video codec
 
                                 Destination video codec
 +
          This is the video codec that will be used.
 
       --sout-transcode-vb <integer>
 
       --sout-transcode-vb <integer>
 
                                 Video bitrate
 
                                 Video bitrate
 +
          Target bitrate of the transcoded video stream.
 
       --sout-transcode-scale <float>
 
       --sout-transcode-scale <float>
 
                                 Video scaling
 
                                 Video scaling
 +
          Scale factor to apply to the video while
 +
          transcoding (eg: 0.25)
 
       --sout-transcode-fps <float>
 
       --sout-transcode-fps <float>
 
                                 Video frame-rate
 
                                 Video frame-rate
 +
          Target output frame rate for the video stream.
 
       --sout-transcode-hurry-up, --no-sout-transcode-hurry-up
 
       --sout-transcode-hurry-up, --no-sout-transcode-hurry-up
 
                                 Hurry up (default enabled)
 
                                 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
 
       --sout-transcode-deinterlace, --no-sout-transcode-deinterlace
 
                                 Deinterlace video (default disabled)
 
                                 Deinterlace video (default disabled)
       --sout-transcode-deinterlace-module <string>
+
          Deinterlace the video before encoding.
 +
          (default disabled)
 +
       --sout-transcode-deinterlace-module {deinterlace,ffmpeg-deinterlace}
 
                                 Deinterlace module
 
                                 Deinterlace module
       --sout-transcode-width <integer>
+
          Specify the deinterlace module to use.
                                 Video width
+
       --sout-transcode-vfilter <string>
      --sout-transcode-height <integer>
+
                                 Video filter
                                Video height
+
          Video filters will be applied to the video
      --sout-transcode-croptop <integer>
+
          streams (after overlays are applied). You
                                Video crop top
+
          must enter a comma-separated list of filters.
       --sout-transcode-cropleft <integer>
+
       --sout-transcode-canvas-aspect <string>
                                Video crop left
+
                                 Video canvas aspect ratio
      --sout-transcode-cropbottom <integer>
+
          This sets aspect (like 4:3) of the video
                                 Video crop bottom
+
          canvas and letterbox the video accordingly.
      --sout-transcode-cropright <integer>
 
                                Video crop right
 
 
       --sout-transcode-aenc <string>
 
       --sout-transcode-aenc <string>
 
                                 Audio encoder
 
                                 Audio encoder
 +
          This is the audio encoder module that will be
 +
          used (and its associated options).
 
       --sout-transcode-acodec <string>
 
       --sout-transcode-acodec <string>
 
                                 Destination audio codec
 
                                 Destination audio codec
 +
          This is the audio codec that will be used.
 
       --sout-transcode-ab <integer>
 
       --sout-transcode-ab <integer>
 
                                 Audio bitrate
 
                                 Audio bitrate
 +
          Target bitrate of the transcoded audio stream.
 
       --sout-transcode-channels <integer>
 
       --sout-transcode-channels <integer>
 
                                 Audio channels
 
                                 Audio channels
      --sout-transcode-samplerate <integer>
+
          Number of audio channels in the transcoded
                                Audio sample rate
+
          streams.
 
       --sout-transcode-audio-sync, --no-sout-transcode-audio-sync
 
       --sout-transcode-audio-sync, --no-sout-transcode-audio-sync
 
                                 Synchronise on audio track (default disabled)
 
                                 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-senc <string>
 
       --sout-transcode-senc <string>
 
                                 Subtitles encoder
 
                                 Subtitles encoder
 +
          This is the subtitles encoder module that
 +
          will be used (and its associated options).
 
       --sout-transcode-scodec <string>
 
       --sout-transcode-scodec <string>
 
                                 Destination subtitles codec
 
                                 Destination subtitles codec
 +
          This is the subtitles coded that will be used.
 
       --sout-transcode-soverlay, --no-sout-transcode-soverlay
 
       --sout-transcode-soverlay, --no-sout-transcode-soverlay
 
                                 Destination subtitles codec (default disabled)
 
                                 Destination subtitles codec (default disabled)
 +
          This is the subtitles coded that will be
 +
          used. (default disabled)
 
       --sout-transcode-sfilter <string>
 
       --sout-transcode-sfilter <string>
                                 Subpictures filter
+
                                 Overlays
       --sout-transcode-threads <integer>
+
          This allows you to add overlays (also known
                                 Number of threads
+
          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)
  
 
  Text subtitles decoder
 
  Text subtitles decoder
       --subsdec-align {0 (Centre), 1 (Left), 2 (Right)}
+
       --subsdec-align {0 (Center), 1 (Left), 2 (Right)}
 
                                 Subtitles justification
 
                                 Subtitles justification
       --subsdec-encoding {System 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}
+
          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
 
                                 Subtitles text encoding
 
+
          Set the encoding used in text subtitles
Text subtitles demux
+
       --subsdec-autodetect-utf8, --no-subsdec-autodetect-utf8
       --sub-fps <float>          Frames per second
+
                                UTF-8 subtitles autodetection (default
      --sub-delay <integer>      Subtitles delay
+
                                 enabled)
      --sub-type {auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami}
+
          This enables automatic detection of UTF-8
                                 Subtitles fileformat
+
          encoding within subtitles files. (default
 
+
          enabled)
Philips OGT (SVCD subtitle) decoder
+
       --subsdec-formatted, --no-subsdec-formatted
       --svcdsub-debug <integer>  If nonzero, this gives additional debug
+
                                 Formatted Subtitles (default enabled)
                                 information.
+
          Some subtitle formats allow for text
 
+
          formatting. VLC partly implements this, but
VLM remote control interface
+
          you can choose to disable all formatting.
      --telnet-port <integer>    Telnet Interface port
+
          (default enabled)
      --telnet-password <string> Telnet Interface password
 
  
 
  Theora video decoder
 
  Theora video decoder
 
       --sout-theora-quality <integer>
 
       --sout-theora-quality <integer>
 
                                 Encoding quality
 
                                 Encoding quality
 +
          Allows you to specify a quality between 1
 +
          (low) and 10 (high), instead of specifying a
 +
          particular bitrate. This will produce a VBR
 +
          stream.
  
 
  Time display sub filter
 
  Time display sub filter
      --time-format <string>    Time format string (%Y%m%d %H%M%S)
+
       --time-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
      --time-x <integer>        X offset, from left
 
      --time-y <integer>        Y offset, from the top
 
       --time-position {0 (Centre), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
 
 
                                 Time position
 
                                 Time position
       --time-opacity <integer>  Opacity, 0..255
+
          You can enforce the time position on the
 +
          video (0=center, 1=left, 2=right, 4=top,
 +
          8=bottom, you can also use combinations of
 +
          these values by adding them).
 +
       --time-opacity <integer>  Opacity
 +
          The 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)}
 
       --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)}
 
                                 Text Default Color
 
                                 Text Default Color
 +
          The color of overlay text. 1 byte for each
 +
          color, hexadecimal. #000000 = all colors off,
 +
          0xFF0000 = just Red, 0xFFFFFF = all color on
 +
          [White]
 
       --time-size <integer>      Font size, pixels
 
       --time-size <integer>      Font size, pixels
 +
          Specify the font size, in pixels, with -1 =
 +
          use freetype-fontsize
  
 
  Video transformation filter
 
  Video transformation filter
 
       --transform-type {90,180,270,hflip,vflip}
 
       --transform-type {90,180,270,hflip,vflip}
 
                                 Transform type
 
                                 Transform type
 +
          One of '90', '180', '270', 'hflip' and 'vflip'
  
 
  MPEG Transport Stream demuxer
 
  MPEG Transport Stream demuxer
       --ts-extra-pmt <string>    Extra PMT
+
       --ts-dump-file <string>    Filename of dump
       --ts-es-id-pid, --no-ts-es-id-pid
+
          Specify a filename where to dump the TS in.
                                 Set id of ES to PID (default disabled)
+
       --ts-dump-append, --no-ts-dump-append
      --ts-out <string>          Fast udp streaming
+
                                 Append (default disabled)
      --ts-out-mtu <integer>    MTU for out mode
+
          If the file exists and this option is
      --ts-csa-ck <string>      CSA ck
+
          selected, the existing file will not be
      --ts-silent, --no-ts-silent
+
          overwritten. (default disabled)
                                Silent mode (default disabled)
 
  
 
  Libtwolame audio encoder
 
  Libtwolame audio encoder
 
       --sout-twolame-quality <float>
 
       --sout-twolame-quality <float>
 
                                 Encoding quality
 
                                 Encoding quality
       --sout-twolame-mode <integer>
+
          Allows you to specify a 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
 
                                 Stereo mode
 +
          Select how stereo streams will be handled
 
       --sout-twolame-vbr, --no-sout-twolame-vbr
 
       --sout-twolame-vbr, --no-sout-twolame-vbr
 
                                 VBR mode (default disabled)
 
                                 VBR mode (default disabled)
 +
          By default the encoding is CBR. (default
 +
          disabled)
 
       --sout-twolame-psy <integer>
 
       --sout-twolame-psy <integer>
 
                                 Psycho-acoustic model
 
                                 Psycho-acoustic model
 
+
          Integer from -1 (no model) to 4.
VCD input
 
      --vcd-caching <integer>    Caching value in ms
 
  
 
  Visualizer filter
 
  Visualizer filter
      --effect-list <string>    Effects list
 
 
       --effect-width <integer>  Video width
 
       --effect-width <integer>  Video width
 +
          The width of the effects video window, in
 +
          pixels.
 
       --effect-height <integer>  Video height
 
       --effect-height <integer>  Video height
      --visual-nbbands <integer> Number of bands
+
          The height of the effects video window, in
      --visual-separ <integer>  Band separator
+
          pixels.
      --visual-amp <integer>    Amplification
 
      --visual-peaks, --no-visual-peaks
 
                                Enable peaks (default enabled)
 
      --visual-stars <integer>  Number of stars
 
 
 
RTSP VoD server
 
      --rtsp-host <string>      Host address
 
  
 
  Vorbis audio decoder
 
  Vorbis audio decoder
 
       --sout-vorbis-quality <integer>
 
       --sout-vorbis-quality <integer>
 
                                 Encoding quality
 
                                 Encoding quality
 +
          Allows you to specify 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>
 
       --sout-vorbis-max-bitrate <integer>
 
                                 Maximum encoding bitrate
 
                                 Maximum encoding bitrate
 +
          Allows you to specify a maximum bitrate in
 +
          kbps. Useful for streaming applications.
 
       --sout-vorbis-min-bitrate <integer>
 
       --sout-vorbis-min-bitrate <integer>
 
                                 Minimum encoding bitrate
 
                                 Minimum encoding bitrate
 +
          Allows you to specify a minimum bitrate in
 +
          kbps. Useful for encoding for a fixed-size
 +
          channel.
 
       --sout-vorbis-cbr, --no-sout-vorbis-cbr
 
       --sout-vorbis-cbr, --no-sout-vorbis-cbr
 
                                 CBR encoding (default disabled)
 
                                 CBR encoding (default disabled)
 +
          Allows you to force a constant bitrate
 +
          encoding (CBR). (default disabled)
  
 
  Wall video filter
 
  Wall video filter
 
       --wall-cols <integer>      Number of columns
 
       --wall-cols <integer>      Number of columns
 +
          Select the number of horizontal video windows
 +
          in which to split the video.
 
       --wall-rows <integer>      Number of rows
 
       --wall-rows <integer>      Number of rows
      --wall-active <string>    Active windows
+
          Select the number of vertical video windows
 +
          in which to split the video.
 
       --wall-element-aspect <string>
 
       --wall-element-aspect <string>
 
                                 Element aspect ratio
 
                                 Element aspect ratio
 +
          The aspect ratio of the individual displays
 +
          building the display wall
  
  Win32 waveOut extension output
+
  wxWidgets interface module
       --waveout-float32, --no-waveout-float32
+
       --wx-embed, --no-wx-embed  Embed video in interface (default enabled)
                                Use float32 output (default enabled)
+
          Embed the video inside the interface instead
 
+
          of having it in a separate window. (default
wxWindows interface module
+
          enabled)
      --wxwin-embed, --no-wxwin-embed
+
       --wx-bookmarks, --no-wx-bookmarks
                                Embed video in interface (default enabled)
+
                                 Show bookmarks dialog (default disabled)
       --wxwin-bookmarks, --no-wxwin-bookmarks
+
          Show bookmarks dialog when the interface
                                 Show bookmarks dialogue (default disabled)
+
          starts. (default disabled)
       --wxwin-taskbar, --no-wxwin-taskbar
+
       --wx-taskbar, --no-wx-taskbar
 
                                 Show taskbar entry (default enabled)
 
                                 Show taskbar entry (default enabled)
       --wxwin-minimal, --no-wxwin-minimal
+
          Show taskbar entry (default enabled)
                                 Minimal interface (default disabled)
+
       --wx-extended, --no-wx-extended
       --wxwin-autosize, --no-wxwin-autosize
+
                                 Show extended GUI (default disabled)
                                 Size to video (default enabled)
+
          Show extended GUI (default disabled)
       --wxwin-systray, --no-wxwin-systray
+
       --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
 
                                 Show systray icon (default disabled)
 
                                 Show systray icon (default disabled)
      --wxwin-config-last <string>
+
          Show systray icon (default disabled)
                                last config
 
  
  h264 video encoder using x264 library
+
  H.264/MPEG4 AVC encoder (using x264 library)
       --sout-x264-qp <integer>   Quantizer parameter
+
       --sout-x264-keyint <integer>
       --sout-x264-qp-min <integer>
+
                                Maximum GOP size
                                 Minimum quantizer parameter
+
          Sets maximum interval between
       --sout-x264-qp-max <integer>
+
          IDR-frames.Larger values save bits, thus
                                 Maximum quantizer parameter
+
          improve 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
 +
          frameref). 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>
 +
                                How aggressively to insert extra I-frames (-1
 +
                                to 100)
 +
          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 be inserted only
 +
          every other keyint frames, which probably
 +
          leads to ugly encoding artifacts.
 +
      --sout-x264-bframes <integer>
 +
                                Number of B-frames between I and P (1 to 16)
 +
          Number of consecutive B-frames between I and
 +
          P-frames.
 +
       --sout-x264-b-adapt, --no-sout-x264-b-adapt
 +
                                Adaptive B-frame decision (default enabled)
 +
          If this is on, the specified number of
 +
          consecutive B-frames will always be used,
 +
          except possibly before an I-frame.  (default
 +
          enabled)
 +
      --sout-x264-b-bias <integer>
 +
                                 Influences how often B-frames are used
 +
          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
 
       --sout-x264-cabac, --no-sout-x264-cabac
                                 Enable CABAC (default enabled)
+
                                 CABAC (default enabled)
       --sout-x264-loopfilter, --no-sout-x264-loopfilter
+
          CABAC (Context-Adaptive Binary Arithmetic
                                 Enable loop filter (default enabled)
+
          Coding). Slightly slows down encoding and
       --sout-x264-analyse {,all,normal,fast,none}
+
          decoding, but should save 10-15% bitrate.
                                 Analyse mode
+
          (default enabled)
       --sout-x264-tolerance <float>
+
       --sout-x264-ref <integer>  Number of reference frames (1 to 16)
                                 Bitrate tolerance
+
          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.
 +
      --sout-x264-nf, --no-sout-x264-nf
 +
                                 No loop filter (enabling turns off the
 +
                                deblocking loop filter) (default disabled)
 +
          Deblocking loop filter (increases quality).
 +
          (default disabled)
 +
       --sout-x264-qp <integer>  Set QP (0=lossless) (0 to 51)
 +
          This selects the quantizer to use. Lower
 +
          values result in better fidelity, but higher
 +
          bitrates. 26 is a good default value.
 +
      --sout-x264-crf <integer>  Quality-based VBR (nominal QP) (0 to 51)
 +
          1-pass Quality-based VBR.
 +
      --sout-x264-qpmin <integer>
 +
                                Set min QP
 +
          Minimum quantizer, 15/35 seems to be a useful
 +
          range.
 +
      --sout-x264-qpmax <integer>
 +
                                Set max QP
 +
          Maximum quantizer parameter.
 +
      --sout-x264-qpstep <integer>
 +
                                 Set max QP step
 +
          Max QP step between frames.
 +
       --sout-x264-ratetol <float>
 +
                                 Allowed variance of average bitrate
 +
          Sets the allowed variance in average. bitrate.
 
       --sout-x264-vbv-maxrate <integer>
 
       --sout-x264-vbv-maxrate <integer>
                                 Maximum local bitrate
+
                                 Max local bitrate
 +
          Sets a maximum local bitrate in kbits/s.
 
       --sout-x264-vbv-bufsize <integer>
 
       --sout-x264-vbv-bufsize <integer>
                                 Averaging period for the maximum local bitrate
+
                                 Size of VBV buffer
 +
          Sets an averaging period for the maximum
 +
          local bitrate in kbits/s.
 
       --sout-x264-vbv-init <float>
 
       --sout-x264-vbv-init <float>
                                 Initial buffer occupancy
+
                                 Initial VBV buffer occupancy
       --sout-x264-keyint <integer>
+
          Sets the initial buffer occupancy as a
                                 Sets maximum interval between IDR-frames
+
          fraction of the buffer size.
       --sout-x264-keyint-min <integer>
+
       --sout-x264-ipratio <float>
                                 Sets minimum interval between IDR-frames
+
                                 QP factor between I and P
       --sout-x264-bframes <integer>
+
          QP factor between I and P.
                                 B frames
+
      --sout-x264-pbratio <float>
       --sout-x264-bpyramid, --no-sout-x264-bpyramid
+
                                QP factor between P and B
                                 B pyramid (default disabled)
+
          QP factor between P and B.
       --sout-x264-frameref <integer>
+
       --sout-x264-chroma-qp-offset <integer>
                                 Number of previous frames used as predictors.
+
                                 QP difference between chroma and luma
       --sout-x264-scenecut <integer>
+
          QP difference between chroma and luma.
                                 Scene-cut detection.
+
      --sout-x264-qcomp <float>  QP curve compression (0.0=CBR to 1.0=QCP)
       --sout-x264-subpel <integer>
+
          QP curve compression.
                                 Sub-pixel refinement quality.
+
       --sout-x264-cplxblur <float>
 +
                                 Reduce fluctuations in QP (before curve
 +
                                compression)
 +
          Temporally blur complexity.
 +
       --sout-x264-qblur <float>  Reduce fluctuations in QP (after curve
 +
                                compression)
 +
          Temporally blur 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}
 +
                                 Direct MV prediction mode
 +
          Direct MV prediction mode.  
 +
       --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)
  
DirectShow input
+
       --sout-x264-merange <integer>
       --dshow-caching <integer> Caching value in ms
+
                                Maximum motion vector search range (0 to 64)
      --dshow-vdev {,none}      Video device name
+
          Maximum distance to search for motion
      --dshow-adev {,none}      Audio device name
+
          estimation, measured from predicted
      --dshow-size <string>      Video size
+
          position(s). Default of 16 is good for most
       --dshow-chroma <string>   Video input chroma format
+
          footage, high motion sequences may benefit
       --dshow-fps <float>        Video input frame rate
+
          from settings between 24-32.
      --dshow-config, --no-dshow-config
+
       --sout-x264-subme <integer>
                                 Device properties (default disabled)
+
                                Subpixel motion estimation and partition
      --dshow-tuner, --no-dshow-tuner
+
                                decision quality (1 to 6)
                                Tuner properties (default disabled)
+
          This parameter controls quality versus speed
       --dshow-tuner-channel <integer>
+
          tradeoffs involved in the motion estimation
                                Tuner TV Channel
+
          decision process (lower = quicker and higher
      --dshow-tuner-country <integer>
+
          = better quality).
                                 Tuner country code
+
       --sout-x264-b-rdo, --no-sout-x264-b-rdo
      --dshow-tuner-input {0 (Default), 1 (Cable), 2 (Antenna)}
+
                                 RD based mode decision for B-frames. Requires
                                Tuner input type
+
                                subme 6 (default disabled)
 
+
          RD based mode decision for B-frames.
DirectX video output
+
          (default disabled)
       --directx-hw-yuv, --no-directx-hw-yuv
+
       --sout-x264-mixed-refs, --no-sout-x264-mixed-refs
                                 Use hardware YUV->RGB conversions (default
+
                                 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)
 
                                 enabled)
       --directx-use-sysmem, --no-directx-use-sysmem
+
          Chroma ME for subpel and mode decision in
                                 Use video buffers in system memory (default
+
          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)
 
                                 disabled)
      --directx-3buffering, --no-directx-3buffering
+
          SATD-based decision for 8x8 transform in
                                 Use triple buffering for overlays (default
+
          inter-MBs. (default disabled)
                                 enabled)
+
      --sout-x264-trellis <integer>
      --directx-device {}        Name of desired display device
+
                                 Trellis RD quantization (0,1,2). Requires
      --directx-wallpaper, --no-directx-wallpaper
+
                                 CABAC
                                Enable wallpaper mode  (default disabled)
+
          Trellis RD quantization:
 +
- 0: disabled
 +
-
 +
          1: enabled only on the final encode of a MB
  
 +
          - 2: enabled on all mode decisions
  
 +
      --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-nr <integer>  Noise reduction
 +
          Dct-domain noise reduction. Adaptive
 +
          pseudo-deadzone.
 +
      --sout-x264-asm, --no-sout-x264-asm
 +
                                CPU optimizations (default enabled)
 +
          CPU optimizations. (default enabled)
 +
      --sout-x264-psnr, --no-sout-x264-psnr
 +
                                PSNR calculation (default disabled)
 +
          This has no effect on actual encoding
 +
          quality, it just prevents the stats from
 +
          being calculated (for speed). (default
 +
          disabled)
 +
      --sout-x264-verbose, --no-sout-x264-verbose
 +
                                Print stats for each frame (default disabled)
 +
          Print stats for each frame. (default disabled)
  
 +
DirectShow input
 +
      --dshow-vdev {,none}      Video device name
 +
          You can specify the 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
 +
          You can specify the 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.
 +
      --dshow-size <string>      Video size
 +
          You can specify the 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.
 
</nowiki>
 
</nowiki>

Revision as of 10:15, 27 March 2006

As you may have noticed, the command vlc --help 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

So here's the output of vlc --longhelp --advanced --help-verbose for the 0.8.5-test1 (2006/03/27) version in Windows.

     
Usage: vlc.exe [options] [playlistitems] ...
You can specify multiple playlistitems 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 playlistitem directly before it
            and that overrides previous settings.

Playlistitem 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

 Help options
  -h, --help                     Afficher l’aide de VLC (peut être combiné
                                 avec --advanced)
  -H, --longhelp                 Afficher l’aide de VLC et de ses modules
                                 (peut être combiné avec --advanced)
      --advanced                 Afficher l’aide pour les options avancées
      --help-verbose             Afficher plus de détails dans l’aide
  -l, --list                     Affiche la liste des modules disponibles
  -p, --module <string>          Afficher l’aide d'un module spécifique
                                 (peut être combiné avec --advanced)
      --save-config              Enregistre les options de la ligne de
                                 commande actuelle dans la configuration
      --reset-config             Remet à zéro la configuration
      --config <string>          Utilise un autre fichier de configuration
      --reset-plugins-cache      Remet à zéro le cache des modules
      --version                  Affiche le numéro de version

 Audio
      --audio, --no-audio        Enable audio (default enabled)
          You can completely disable the audio output.
          In this case, 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.
      --spdif, --no-spdif        Use the S/PDIF audio output when available
                                 (default disabled)
          This option allows you to use the S/PDIF
          audio output 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. And 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-filter <string>    Audio filters
          This allows you to add audio post processing
          filters, to modify the sound
      --audio-visual <string>    Audio visualizations 
          This allows you to add visualization modules
          (spectrum analyzer, etc.).

 Video
  -f, --fullscreen, --no-fullscreen
                                 Fullscreen video output (default disabled)
          If this option is enabled, VLC will always
          start a video in fullscreen mode. (default
          disabled)
      --overlay, --no-overlay    Overlay video output (default enabled)
          If enabled, VLC will try to take advantage of
          the overlay capabilities of your graphics
          card (hardware acceleration). (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)
      --snapshot-path <string>   Video snapshot directory
          Allows you to specify the directory where the
          video snapshots will be stored.
      --snapshot-format {png,jpg}
                                 Video snapshot format
          Allows you to specify the image format in
          which the video snapshots will be stored.
      --snapshot-preview, --no-snapshot-preview
                                 Display video snapshot preview (default
                                 enabled)
          Enable / disable displaying the snapshot
          preview in the screen's to  left corner.
          (default enabled)
      --crop <string>            Video cropping
          This will force the cropping of the source
          video. Accepted formats are x:y (4:3, 16:9,
          etc.) expressing the global image aspect.
      --aspect-ratio <string>    Source aspect ratio
          This will force 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.
      --vout-filter <string>     Video filter module
          This will allow you to add a post-processing
          filter to enhance the picture quality, for
          instance deinterlacing, or to clone or
          distort the video window.

 Subpictures
      --osd, --no-osd            On Screen Display (default enabled)
          VLC can display messages on the video. This
          is called OSD (On Screen Display). You can
          disable this feature here. (default enabled)
      --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. (default
          enabled)
      --sub-filter <string>      Subpictures filter module
          This will allow you to add a subpictures
          filter for instance to overlay a logo.
      --audio-language <string>  Audio language
          Give the language of the audio track you want
          to use (comma separted, two or three letter
          country code).
      --sub-language <string>    Subtitle language
          Give the language of the subtitle track you
          want to use (comma separted, two or tree
          letter country code).
      --input-repeat <integer>   Input repetitions
          Number of time the same input will be repeated
      --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 port used for UDP streams. 1234
          by default.
  -6, --ipv6, --no-ipv6          Force IPv6 (default disabled)
          If you check this box, IPv6 will be used by
          default for all UDP and HTTP connections.
          (default disabled)
  -4, --ipv4, --no-ipv4          Force IPv4 (default disabled)
          If you check this box, IPv4 will be used by
          default for all UDP and HTTP connections.
          (default disabled)

 Input
      --access-filter <string>   Access filter module
          This is a legacy entry to let you configure
          access filter modules.
      --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)

 Playlist
  -Z, --random, --no-random      Play files randomly forever (default disabled)
          When selected, VLC will randomly play files
          in the playlist until interrupted. (default
          disabled)
  -L, --loop, --no-loop          Repeat all (default disabled)
          If you want VLC to keep playing the playlist
          indefinitely then enable this option.
          (default disabled)
  -R, --repeat, --no-repeat      Repeat current item (default disabled)
          When this is active, VLC will keep playing
          the current playlist item over and over
          again. (default disabled)
      --play-and-stop, --no-play-and-stop
                                 Play and stop (default disabled)
          Stop the playlist after each played playlist
          item.  (default disabled)
      --open <string>            Default stream
          This option allows you to always open a
          default stream on start-up.
      --auto-preparse, --no-auto-preparse
                                 Automatically preparse files (default enabled)
          This option enables automatic preparsing of
          files added to the playlist (to retrieve some
          metadata). (default enabled)
  -S, --services-discovery <string>
                                 Services discovery modules
          Specifies the services discovery modules to
          load, separated by semi-colons. Typical
          values are sap, hal, ...
      --extraintf <string>       Extra interface modules
          This option allows you to select additional
          interfaces used by 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 logger,
          gestures, sap, rc, http or screensaver)
  -v, --verbose <integer>        Verbosity (0,1,2)
          This option sets the verbosity level (0=only
          errors and standard messages, 1=warnings,
          2=debug).
      --language {auto,en,en_GB,ca,da,de,es,fr,it,ja,ka,ko,nl,oc,pt_BR,ro,ru,tr,zh_CN,zh_TW}
                                 Language
          This option allows you to set the language of
          the interface. The system language is
          auto-detected if "auto" is specified here.
      --advanced, --no-advanced  Show advanced options (default enabled)
          When this option is turned on, the
          preferences and/or interfaces  will show all
          the available options, including those that
          most users should never touch. (default
          enabled)
      --show-intf, --no-show-intf
                                 Show interface with mouse (default disabled)
          If this enabled, the interface will be shown
          when you move the mouse to the edge of the
          screen in fullscreen mode. (default disabled)
  -I, --intf <string>            Interface module
          This option allows you to select the
          interface used by VLC. The default behavior
          is to automatically select the best module
          available.
      --control <string>         Control interfaces
          This option allows you to select control
          interfaces. 

 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-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 the playback.
      --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-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 turn off audio volume.
      --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 all the deinterlace modes
      --extrashort-jump-size <integer>
                                 Very short jump size
          Very short jump "size", in seconds
      --short-jump-size <integer>
                                 Short jump size
          Short jump "size", in seconds
      --medium-jump-size <integer>
                                 Medium jump size
          Medium jump "size", in seconds
      --long-jump-size <integer> Long jump size
          Long jump "size", in seconds
      --bookmark1 <string>       Playlist bookmark 1
          This option allows you to define playlist
          bookmarks.
      --bookmark2 <string>       Playlist bookmark 2
          This option allows you to define playlist
          bookmarks.
      --bookmark3 <string>       Playlist bookmark 3
          This option allows you to define playlist
          bookmarks.
      --bookmark4 <string>       Playlist bookmark 4
          This option allows you to define playlist
          bookmarks.
      --bookmark5 <string>       Playlist bookmark 5
          This option allows you to define playlist
          bookmarks.
      --bookmark6 <string>       Playlist bookmark 6
          This option allows you to define playlist
          bookmarks.
      --bookmark7 <string>       Playlist bookmark 7
          This option allows you to define playlist
          bookmarks.
      --bookmark8 <string>       Playlist bookmark 8
          This option allows you to define playlist
          bookmarks.
      --bookmark9 <string>       Playlist bookmark 9
          This option allows you to define playlist
          bookmarks.
      --bookmark10 <string>      Playlist bookmark 10
          This option allows you to define playlist
          bookmarks.

 ffmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
      --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
      --ffmpeg-hurry-up, --no-ffmpeg-hurry-up
                                 Hurry up (default disabled)
          Allow the decoder to 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-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.
      --sout-ffmpeg-hq {rd,bits,simple}
                                 Quality level
          Allows you to specify the quality level for
          the encoding of motions vectors (this can
          slow down the encoding very much).
      --sout-ffmpeg-keyint <integer>
                                 Ratio of key frames
          Allows you to specify the number of frames
          that will be coded for one key frame.
      --sout-ffmpeg-bframes <integer>
                                 Ratio of B frames
          Allows you to specify the 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)
          Allows you to specify if the encoder should
          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)

 MPEG2 video switcher stream output
      --sout-switcher-files <string>
                                 Files
          Full paths of the files separated by colons.
      --sout-switcher-sizes <string>
                                 Sizes
          List of sizes separated by colons
          (720x576:480x576).
      --sout-switcher-aspect-ratio <string>
                                 Aspect ratio
          Aspect ratio (4:3, 16:9).

 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)

 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>
                                 Ignore files with these extensions
          Specify a comma seperated list of file
          extensions. Files with these extensions will
          not be added to playlist when opening a
          directory. This is useful if you add
          directories that contain mp3 albums for
          instance.

 Timeshift
      --timeshift-dir <string>   Timeshift directory
          Directory used to store the timeshift
          temporary files.

 FTP input
      --ftp-user <string>        FTP user name
          Allows you to modify the user name that will
          be used for the connection.
      --ftp-pwd <string>         FTP password
          Allows you to modify the password that will
          be used for the connection.
      --ftp-account <string>     FTP account
          Allows you to modify the account that will be
          used for the connection.

 HTTP input
      --http-proxy <string>      HTTP proxy
          You can specify an HTTP proxy to use. It must
          be of the form http://[user[:pass]@]myproxy.my
          domain:myport/ ; if empty, the http_proxy
          environment variable will be tried.

 Microsoft Media Server (MMS) input
      --mms-maxbitrate <integer> Maximum bitrate
          If this is set, the stream with the maximum
          bitrate under that limit      will be selected

 libshout (icecast) output
      --sout-shout-name <string> Stream-name
          The name this stream/channel will get on the
          icecast server.
      --sout-shout-description <string>
                                 Stream-description
          A description of the stream content.
          (Information about your channel).

 UDP stream output

 SMB input
      --smb-user <string>        SMB user name
          Allows you to modify the user name that will
          be used for the connection.
      --smb-pwd <string>         SMB password
          Allows you to modify the password that will
          be used for the connection.
      --smb-domain <string>      SMB domain
          Allows you to modify the domain/workgroup
          that will be used for the connection.

 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
                                 Enable brightness threshold (default disabled)
          Show black and white pixels with brightness
          as threshold value (default disabled)

 File audio output
      --audiofile-file <string>  Output file
          File to which the audio samples will be
          written to

 AVI demuxer
      --avi-index, --no-avi-index
                                 Force index creation (default disabled)
          Recreate a index for the AVI file. Use this
          if your AVI file is damaged or incomplete
          (not seekable). (default disabled)

 Clone video filter
      --clone-count <integer>    Number of clones
          Select the number of video windows in which
          to clone the video.

 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)
          Activate automatic black border cropping.
          (default disabled)

 Deinterlacing video filter
      --deinterlace-mode {discard,blend,mean,bob,linear,x}
                                 Deinterlace mode
          Default deinterlace method to use for local
          playback
      --sout-deinterlace-mode {discard,blend,mean,bob,linear,x}
                                 Deinterlace mode
          Default deinterlace methode 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)

 Distort video filter
      --distort-mode {wave,ripple,gradient,edge,hough,psychedelic}
                                 Distort mode
          Distort mode, one of "wave", "ripple",
          "gradient", "edge", "hough" and "psychedelic"
      --distort-gradient-type <integer>
                                 Gradient image type
          Gradient image type (0 or 1)
      --distort-cartoon, --no-distort-cartoon
                                 Apply cartoon effect (default enabled)
          Apply cartoon effect. Used by "gradient" and
          "edge". (default enabled)

 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)

 DVB subtitles decoder
      --dvbsub-x <integer>       X coordinate of the subpicture
          You can reposition the subpicture by
          providing another value here.
      --dvbsub-y <integer>       Y coordinate of the subpicture
          You can reposition the subpicture by
          providing another value here.
      --sout-dvbsub-x <integer>  X coordinate of the encoded subpicture
          You can reposition the subpicture by
          providing another value here.
      --sout-dvbsub-y <integer>  Y coordinate of encoded the subpicture
          You can reposition the subpicture by
          providing another value here.
      --sout-dvbsub-timeout <integer>
                                 Timeout of subpictures
          Subpictures get a default timeout of 15
          seconds added to their remaining time.This
          will ensure that they are at least the
          specified time visible.

 DVDnav Input
      --dvdnav-angle <integer>   DVD angle
          Allows you to select the default DVD angle.
      --dvdnav-menu, --no-dvdnav-menu
                                 Start directly in menu (default enabled)
          Allows you to start the DVD directly in the
          main menu. This will try to skip all the
          useless warnings introductions. (default
          enabled)

 DVDRead Input (DVD without menu support)
      --dvdread-angle <integer>  DVD angle
          Allows you to select the default DVD angle.

 Equalizer 10 bands
      --equalizer-preset {flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}
                                 Equalizer preset
          Equalizer preset

 Fake video decoder
      --fake-file <string>       Image file
          Path of the image file when using the fake
          input.
      --fake-deinterlace, --no-fake-deinterlace
                                 Deinterlace video (default disabled)
          Allows you to deinterlace the image after
          loading. (default disabled)
      --fake-deinterlace-module {deinterlace,ffmpeg-deinterlace}
                                 Deinterlace module
          Specifies the deinterlace module to use.

 Freetype2 font renderer
      --freetype-font <string>   Font
          Filename for the font you want to use
      --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
          renderedtext to improve its readability.

 Mouse gestures control interface
      --gestures-button {left,middle,right}
                                 Trigger button
          You can set the trigger button for mouse
          gestures here.

 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)

 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).

 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.

 Headphone channel mixer with virtual spatialization effect
      --headphone-dim <integer>  Characteristic dimension
          Distance between front left speaker and
          listener in meters.

 Image video output
      --image-out-format {png,jpeg}
                                 Image format
          Set the format of the output image.
      --image-out-ratio <integer>
                                 Recording ratio
          Set the ratio of images that are recorded. 3
          means that one image out of three is recorded.
      --image-out-prefix <string>
                                 Filename prefix
          Set the prefix of the filename. Output
          filename will have the form prefixNUMBER.forma
          t
      --image-out-replace, --no-image-out-replace
                                 Always write to the same file (default
                                 disabled)
          Always write to the same file (default
          disabled)

 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".

 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>]]][;...] .
      --logo-transparency <integer>
                                 Transparency of the logo
          You can set the logo transparency value here
          (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
          You can 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).

 Marquee display sub filter
      --marq-marquee <string>    Marquee text
          Marquee text to display
      --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 by adding them).
      --marq-opacity <integer>   Opacity
          The opacity (inverse of transparency) of
          overlay 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)}
                                 Text Default Color
          The color of overlay text. 1 byte for each
          color, hexadecimal. #000000 = all colors off,
          0xFF0000 = just Red, 0xFFFFFF = all color on
          [White]
      --marq-size <integer>      Font size, pixels
          Specify the font size, in pixels, with -1 =
          use freetype-fontsize
      --marq-timeout <integer>   Marquee timeout
          Defines the time the marquee must remain
          displayed, in milliseconds. Default value is
          0 (remain 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).

 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-megabass, --no-mod-megabass
                                 Mega bass (default disabled)
          Enable megabass mode (default disabled)
      --mod-surround, --no-mod-surround
                                 Surround (default disabled)
          Surround (default disabled)

 Mosaic video sub filter
      --mosaic-alpha <integer>   Alpha blending
          Alpha blending (0 -> 255). Default is 255
      --mosaic-height <integer>  Height in pixels
          Height in pixels
      --mosaic-width <integer>   Width in pixels
          Width in pixels
      --mosaic-position {0 (auto), 1 (fixed)}
                                 Positioning method
          Positioning method. auto: automatically
          choose the best number of rows and columns.
          fixed: use the user-defined number of rows
          and columns.
      --mosaic-rows <integer>    Number of rows
          Number of rows
      --mosaic-cols <integer>    Number of columns
          Number of columns
      --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio
                                 Keep aspect ratio when resizing (default
                                 disabled)
          Keep aspect ratio when resizing (default
          disabled)
      --mosaic-keep-picture, --no-mosaic-keep-picture
                                 Keep original size (default disabled)
          Keep original size (default disabled)
      --mosaic-order <string>    Order as a comma separated list of
                                 picture-id(s)
          Order as a comma separated list of
          picture-id(s)
      --mosaic-delay <integer>   Delay
          Pictures coming from the picture video
          outputs will be delayed accordingly (in
          milliseconds). For high values you will need
          to raise file-caching and others.
      --mosaic-bs, --no-mosaic-bs
                                 Enable bluescreen (aka greenscreen or chroma
                                 key) video background replacing (default
                                 disabled)
          Enable bluescreen (aka greenscreen or chroma
          key) video background replacing (default
          disabled)
      --mosaic-bsu <integer>     Bluescreen chroma key U (0-255)
          Bluescreen chroma key U (0-255)
      --mosaic-bsv <integer>     Bluescreen chroma key V (0-255)
          Bluescreen chroma key V (0-255)
      --mosaic-bsut <integer>    Bluescreen chroma key U tolerance
          Bluescreen chroma key U tolerance
      --mosaic-bsvt <integer>    Bluescreen chroma key V tolerance
          Bluescreen chroma key V tolerance

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

 Motion detect video filter
      --motiondetect-history <integer>
                                 History parameter
          History parameter, number of frames used for
          detection
      --motiondetect-description <string>
                                 Description file
          Description file, file containing simple
          playlist

 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}).

 OpenGL video output
      --opengl-effect {none,cube,transparent-cube}
                                 Select effect
          Allows you to select different visual effects.

 On Screen Display menu subfilter
      --osdmenu-x <integer>      X coordinate of the OSD menu
          You can move the OSD menu by left-clicking on
          it.
      --osdmenu-y <integer>      Y coordinate of the OSD menu
          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)}
                                 OSD 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).
      --osdmenu-file <string>    OSD menu configuration file
          An OSD menu configuration file that menu
          actions with button images
      --osdmenu-file-path <string>
                                 Path to OSD menu images
          Specify another path to the OSD menu images.
          This will override the path as defined in the
          OSD configuration file.
      --osdmenu-timeout <integer>
                                 Timeout of OSD menu
          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.

 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)

 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

 Remote control interface
      --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
      --rss-urls <string>        RSS/Atom feed URLs
          RSS/Atom feed '|' (pipe) seperated URLs
      --rss-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 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 by adding them).
      --rss-opacity <integer>    Opacity
          The 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)}
                                 Text Default Color
          The color of overlay text. 1 byte for each
          color, hexadecimal. #000000 = all colors off,
          0xFF0000 = just Red, 0xFFFFFF = all color on
          [White]
      --rss-size <integer>       Font size, pixels
          Specify the font size, in pixels, with -1 =
          use freetype-fontsize
      --rss-speed <integer>      RSS/Atom feed speed
          RSS/Atom feed speed (bigger is slower)
      --rss-length <integer>     RSS/Atom feed max number of chars displayed
          RSS/Atom feed max number of chars displayed
      --rss-ttl <integer>        Number of seconds between each forced refresh
                                 of the feeds
          Number of seconds between each forced refresh
          of the feeds. If 0, the feeds will never be
          updated.
      --rss-images, --no-rss-images
                                 Display feed images if available (default
                                 enabled)
          Display feed images if available (default
          enabled)

 Skinnable Interface
      --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)

 Bridge stream output
      --sout-bridge-out-id <integer>
                                 ID
          Specify an identifier for this elementary
          stream.
      --sout-bridge-in-delay <integer>
                                 Delay
          Pictures coming from the picture video
          outputs will be delayed accordingly (in
          milliseconds, >= 100 ms). For high values,
          you will need to raise file-caching and
          others.
      --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.

 Mosaic bridge stream output
      --sout-mosaic-bridge-id <string>
                                 ID
          Specify an identifier string for this
          subpicture
      --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-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.

 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-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-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-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-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)

 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)

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

 Time display sub filter
      --time-position {0 (Center), 1 (Left), 2 (Right), 4 (Top), 8 (Bottom), 5 (Top-Left), 6 (Top-Right), 9 (Bottom-Left), 10 (Bottom-Right)}
                                 Time position
          You can enforce the time position on the
          video (0=center, 1=left, 2=right, 4=top,
          8=bottom, you can also use combinations of
          these values by adding them).
      --time-opacity <integer>   Opacity
          The 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)}
                                 Text Default Color
          The color of overlay text. 1 byte for each
          color, hexadecimal. #000000 = all colors off,
          0xFF0000 = just Red, 0xFFFFFF = all color on
          [White]
      --time-size <integer>      Font size, pixels
          Specify the font size, in pixels, with -1 =
          use freetype-fontsize

 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-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)

 Libtwolame audio encoder
      --sout-twolame-quality <float>
                                 Encoding quality
          Allows you to specify a 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
          Select how stereo streams will be handled
      --sout-twolame-vbr, --no-sout-twolame-vbr
                                 VBR mode (default disabled)
          By default the encoding is CBR. (default
          disabled)
      --sout-twolame-psy <integer>
                                 Psycho-acoustic model
          Integer from -1 (no model) to 4.

 Visualizer filter
      --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.

 Vorbis audio decoder
      --sout-vorbis-quality <integer>
                                 Encoding quality
          Allows you to specify 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
          Allows you to specify a maximum bitrate in
          kbps. Useful for streaming applications.
      --sout-vorbis-min-bitrate <integer>
                                 Minimum encoding bitrate
          Allows you to specify a minimum bitrate in
          kbps. Useful for encoding for a fixed-size
          channel.
      --sout-vorbis-cbr, --no-sout-vorbis-cbr
                                 CBR encoding (default disabled)
          Allows you to force a constant bitrate
          encoding (CBR). (default disabled)

 Wall video filter
      --wall-cols <integer>      Number of columns
          Select the number of horizontal video windows
          in which to split the video.
      --wall-rows <integer>      Number of rows
          Select the number of vertical video windows
          in which to split the video.
      --wall-element-aspect <string>
                                 Element aspect ratio
          The aspect ratio of the individual displays
          building the display wall

 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
                                 Show bookmarks dialog (default disabled)
          Show bookmarks dialog when the interface
          starts. (default disabled)
      --wx-taskbar, --no-wx-taskbar
                                 Show taskbar entry (default enabled)
          Show taskbar entry (default enabled)
      --wx-extended, --no-wx-extended
                                 Show extended GUI (default disabled)
          Show extended GUI (default disabled)
      --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
                                 Show systray icon (default disabled)
          Show systray icon (default disabled)

 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
          improve 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
          frameref). 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>
                                 How aggressively to insert extra I-frames (-1
                                 to 100)
          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 be inserted only
          every other keyint frames, which probably
          leads to ugly encoding artifacts.
      --sout-x264-bframes <integer>
                                 Number of B-frames between I and P (1 to 16)
          Number of consecutive B-frames between I and
          P-frames.
      --sout-x264-b-adapt, --no-sout-x264-b-adapt
                                 Adaptive B-frame decision (default enabled)
          If this is on, the specified number of
          consecutive B-frames will always be used,
          except possibly before an I-frame.  (default
          enabled)
      --sout-x264-b-bias <integer>
                                 Influences how often B-frames are used
          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-15% bitrate.
          (default enabled)
      --sout-x264-ref <integer>  Number of reference frames (1 to 16)
          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.
      --sout-x264-nf, --no-sout-x264-nf
                                 No loop filter (enabling turns off the
                                 deblocking loop filter) (default disabled)
          Deblocking loop filter (increases quality).
          (default disabled)
      --sout-x264-qp <integer>   Set QP (0=lossless) (0 to 51)
          This selects the quantizer to use. Lower
          values result in better fidelity, but higher
          bitrates. 26 is a good default value.
      --sout-x264-crf <integer>  Quality-based VBR (nominal QP) (0 to 51)
          1-pass Quality-based VBR.
      --sout-x264-qpmin <integer>
                                 Set min QP
          Minimum quantizer, 15/35 seems to be a useful
          range.
      --sout-x264-qpmax <integer>
                                 Set max QP
          Maximum quantizer parameter.
      --sout-x264-qpstep <integer>
                                 Set max QP step
          Max QP step between frames.
      --sout-x264-ratetol <float>
                                 Allowed variance of average bitrate
          Sets the allowed variance in average. bitrate.
      --sout-x264-vbv-maxrate <integer>
                                 Max local bitrate
          Sets a maximum local bitrate in kbits/s.
      --sout-x264-vbv-bufsize <integer>
                                 Size of VBV buffer
          Sets an averaging period for the maximum
          local bitrate in kbits/s.
      --sout-x264-vbv-init <float>
                                 Initial VBV buffer occupancy
          Sets the initial buffer occupancy as a
          fraction of the buffer size.
      --sout-x264-ipratio <float>
                                 QP factor between I and P
          QP factor between I and P.
      --sout-x264-pbratio <float>
                                 QP factor between P and B
          QP factor between P and B.
      --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 (0.0=CBR to 1.0=QCP)
          QP curve compression.
      --sout-x264-cplxblur <float>
                                 Reduce fluctuations in QP (before curve
                                 compression)
          Temporally blur complexity.
      --sout-x264-qblur <float>  Reduce fluctuations in QP (after curve
                                 compression)
          Temporally blur 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}
                                 Direct MV prediction mode
          Direct MV prediction mode. 
      --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 (0 to 64)
          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-32.
      --sout-x264-subme <integer>
                                 Subpixel motion estimation and partition
                                 decision quality (1 to 6)
          This parameter controls quality versus speed
          tradeoffs involved in the motion estimation
          decision process (lower = quicker and higher
          = better quality).
      --sout-x264-b-rdo, --no-sout-x264-b-rdo
                                 RD based mode decision for B-frames. Requires
                                 subme 6 (default disabled)
          RD based mode decision for B-frames. 
          (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 (0,1,2). Requires
                                 CABAC
          Trellis RD quantization: 
 - 0: disabled
 -
          1: enabled only on the final encode of a MB

          - 2: enabled on all mode decisions

      --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-nr <integer>   Noise reduction
          Dct-domain noise reduction. Adaptive
          pseudo-deadzone.
      --sout-x264-asm, --no-sout-x264-asm
                                 CPU optimizations (default enabled)
          CPU optimizations. (default enabled)
      --sout-x264-psnr, --no-sout-x264-psnr
                                 PSNR calculation (default disabled)
          This has no effect on actual encoding
          quality, it just prevents the stats from
          being calculated (for speed). (default
          disabled)
      --sout-x264-verbose, --no-sout-x264-verbose
                                 Print stats for each frame (default disabled)
          Print stats for each frame. (default disabled)

 DirectShow input
      --dshow-vdev {,none}       Video device name
          You can specify the 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
          You can specify the 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.
      --dshow-size <string>      Video size
          You can specify the 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.