Difference between revisions of "Documentation:Modules/wall"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
{{Option
 
{{Option
 
|name=wall-cols
 
|name=wall-cols
|value=<integer>
+
|value=integer
 
|default=3
 
|default=3
 
|description=Specifies the number of colums in the video wall}}
 
|description=Specifies the number of colums in the video wall}}
Line 13: Line 13:
 
{{Option
 
{{Option
 
|name=wall-rows
 
|name=wall-rows
|value=<integer>
+
|value=integer
 
|default=3
 
|default=3
 
|description=Specifies the number of rows in the video wall}}
 
|description=Specifies the number of rows in the video wall}}
Line 19: Line 19:
 
{{Option
 
{{Option
 
|name=wall-active
 
|name=wall-active
|value=<integer list>
+
|value=integer list
 
|default=all
 
|default=all
 
|description=comma-separated list of active windows}}
 
|description=comma-separated list of active windows}}
Line 25: Line 25:
 
{{Option
 
{{Option
 
|name=wall-element-aspect
 
|name=wall-element-aspect
|value=<integer list>
+
|value=integer list
 
|default=4:3
 
|default=4:3
 
|description=Aspect ratio of the individual displays building the wall}}
 
|description=Aspect ratio of the individual displays building the wall}}

Revision as of 15:49, 14 November 2006

Module: wall
Type Video output filter
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.

Options are:

  • wall-cols <integer> : Specifies the number of colums in the video wall default value: 3
  • wall-rows <integer> : Specifies the number of rows in the video wall default value: 3
  • wall-active <integer list> : comma-separated list of active windows default value: all
  • wall-element-aspect <integer list> : Aspect ratio of the individual displays building the wall default value: 4:3