Documentation:Modules/switcher

From VideoLAN Wiki
Jump to navigation Jump to search
Module: switcher
Type Stream output
First VLC version -
Last VLC version 2.0.9
Operating system(s) all
Description MPEG-2 video switcher stream output
Shortcut(s) switcher

This module used the avcodec library.

Options

  • sout-switcher-files <string> : Full paths of the files separated by colons default value: ""
  • sout-switcher-sizes <string> : List of sizes separated by colons (720x576:480x576) default value: ""
  • sout-switcher-aspect-ratio <string> : Aspect ratio (4:3, 16:9) default value: 4:3
  • sout-switcher-port <integer> : UDP port to listen to for commands default value: 5001
  • sout-switcher-command <integer> : Initial command to execute default value: 0
  • sout-switcher-gop <integer> : Number of P-frames between two I-frames default value: 8
  • sout-switcher-qscale <integer> : Fixed quantizer scale to use default value: 5
  • sout-switcher-mute-audio <boolean> : Mute audio when command is not 0 default value: enabled

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.