Difference between revisions of "Documentation:Modules/wall"

From VideoLAN Wiki
Jump to navigation Jump to search
m (→‎Source code: New section)
(Update)
Line 2: Line 2:
  
 
You can use this module to split a video output in several small windows. This is especially useful if you want to display parts of the same video on several computers to make a big video wall.
 
You can use this module to split a video output in several small windows. This is especially useful if you want to display parts of the same video on several computers to make a big video wall.
 +
 +
The option <code>--wall-element-aspect</code> is planned to be
 +
{{Commitdiff|b75bde9e40dd0f7726a381c0dd2af571144b68ab|l=removed from 4.0.0-dev}} to fix {{Bug|17433}} and {{Bug|213}}. The option is redundant, and there will still be a way to select a custom ratio.
 +
 +
For the option <code>--wall-active</code>, list the integers of the windows. To select windows 2, 3 and 5 specify <kbd>--wall-active=2,3,5</kbd>.
  
 
== Options ==
 
== Options ==
Line 10: Line 15:
 
|max=15
 
|max=15
 
|default=3
 
|default=3
|description=Specifies the number of colums in the video wall
+
|description=Number of horizontal windows in which to split the video
 
}}
 
}}
 
{{Option
 
{{Option
Line 18: Line 23:
 
|max=15
 
|max=15
 
|default=3
 
|default=3
|description=Specifies the number of rows in the video wall
+
|description=Number of vertical windows in which to split the video
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=wall-active
 
|name=wall-active
|value=integer list
+
|value=string
|default=all
+
|default=NULL
|description=comma-separated list of active windows
+
|description=Comma-separated list of active windows, defaults to all
 
}}
 
}}
 
{{Option
 
{{Option

Revision as of 02:48, 7 April 2019

Module: wall
Type Video output splitter
First VLC version -
Last VLC version -
Operating system(s) all
Description Splits the video output in several windows
Shortcut(s) -

You can use this module to split a video output in several small windows. This is especially useful if you want to display parts of the same video on several computers to make a big video wall.

The option --wall-element-aspect is planned to be removed from 4.0.0-dev to fix Bug #17433 and Bug #213. The option is redundant, and there will still be a way to select a custom ratio.

For the option --wall-active, list the integers of the windows. To select windows 2, 3 and 5 specify --wall-active=2,3,5.

Options

  • wall-cols <integer [1 .. 15]> : Number of horizontal windows in which to split the video default value: 3
  • wall-rows <integer [1 .. 15]> : Number of vertical windows in which to split the video default value: 3
  • wall-active <string> : Comma-separated list of active windows, defaults to all default value: NULL
  • wall-element-aspect <string> : Aspect ratio of the individual displays building the wall default value: 4:3

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.