Difference between revisions of "Documentation:Modules/mosaic"

From VideoLAN Wiki
Jump to navigation Jump to search
(Hmm. Since there is a conspicuous notice declaring all Documentation:/* pages GPL, any module can be tagged GPL)
m (Remove line breaks between options)
Line 12: Line 12:
 
|description=Global alpha blending level. 0 means fully transparent, 255 means fully opaque (0 to 255)
 
|description=Global alpha blending level. 0 means fully transparent, 255 means fully opaque (0 to 255)
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-height
 
|name=mosaic-height
Line 19: Line 18:
 
|description=The mosaic's height
 
|description=The mosaic's height
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-width
 
|name=mosaic-width
Line 26: Line 24:
 
|description=The mosaic's width
 
|description=The mosaic's width
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-align
 
|name=mosaic-align
Line 33: Line 30:
 
|description=Alignment of the mosaic in the parent video
 
|description=Alignment of the mosaic in the parent video
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-xoffset
 
|name=mosaic-xoffset
Line 40: Line 36:
 
|description=Upper left corner's x coordinate
 
|description=Upper left corner's x coordinate
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-yoffset
 
|name=mosaic-yoffset
Line 47: Line 42:
 
|description=Upper left corner's y coordinate
 
|description=Upper left corner's y coordinate
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-borderw
 
|name=mosaic-borderw
Line 54: Line 48:
 
|description=Border width (in pixels) between mosaic elements
 
|description=Border width (in pixels) between mosaic elements
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-borderh
 
|name=mosaic-borderh
Line 61: Line 54:
 
|description=Border height (in pixels) between mosaic elements
 
|description=Border height (in pixels) between mosaic elements
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-position
 
|name=mosaic-position
Line 68: Line 60:
 
|description=Positioning method of the mosaic elements. Use 0 to position the elements automatically on the grid, 1 to position the elements in fixed positions on the grid (see mosaic-order) and 2 to use grid independant offsets (see mosaic-offsets).
 
|description=Positioning method of the mosaic elements. Use 0 to position the elements automatically on the grid, 1 to position the elements in fixed positions on the grid (see mosaic-order) and 2 to use grid independant offsets (see mosaic-offsets).
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-rows
 
|name=mosaic-rows
Line 75: Line 66:
 
|description=Number of rows in the mosaic grid
 
|description=Number of rows in the mosaic grid
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-cols
 
|name=mosaic-cols
Line 82: Line 72:
 
|description=Number of columns in the mosaic grid
 
|description=Number of columns in the mosaic grid
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-keep-aspect-ratio
 
|name=mosaic-keep-aspect-ratio
Line 88: Line 77:
 
|description=Keep the element's aspect ratio when resizing.
 
|description=Keep the element's aspect ratio when resizing.
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-keep-picture
 
|name=mosaic-keep-picture
Line 94: Line 82:
 
|description=Do not resize or do any other transformation on the mosaic pictures. Should be enabled when using the [[Documentation:Modules/mosaic-bridge|mosaic-bridge]]'s resizing options.
 
|description=Do not resize or do any other transformation on the mosaic pictures. Should be enabled when using the [[Documentation:Modules/mosaic-bridge|mosaic-bridge]]'s resizing options.
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-order
 
|name=mosaic-order
Line 101: Line 88:
 
|description=Comma seperated list of picture IDs. For example: tf1,fr2,fr3,m6.
 
|description=Comma seperated list of picture IDs. For example: tf1,fr2,fr3,m6.
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-offsets
 
|name=mosaic-offsets
Line 108: Line 94:
 
|description=Comma seperated list of x,y coordinates. For example: 0,0,10,100 if you want to position the first picture at coordinates (0,0) and the second one at coordinates (10,100).
 
|description=Comma seperated list of x,y coordinates. For example: 0,0,10,100 if you want to position the first picture at coordinates (0,0) and the second one at coordinates (10,100).
 
}}
 
}}
 
 
{{Option
 
{{Option
 
|name=mosaic-delay
 
|name=mosaic-delay

Revision as of 03:46, 22 May 2019

Module: mosaic
Type Video sub-filter
First VLC version 0.8.2
Last VLC version -
Operating system(s) all
Description blend sub-videos on a video
Shortcut(s) -

Use this filter to blend videos on top of another video. This can be used to create TV channels mosaics, setup a weather channel like stream (with the bluescreen video filter) and lots of other fun stuff.

Since VLC 0.8.6, you can also use the HTTP interface's mosaic wizard to configure a mosaic easily.

Options

  • mosaic-alpha <integer> : Global alpha blending level. 0 means fully transparent, 255 means fully opaque (0 to 255) default value: 255
  • mosaic-height <integer> : The mosaic's height default value: 100
  • mosaic-width <integer> : The mosaic's width default value: 100
  • mosaic-align <integer> : Alignment of the mosaic in the parent video default value: 5
  • mosaic-xoffset <integer> : Upper left corner's x coordinate default value: 0
  • mosaic-yoffset <integer> : Upper left corner's y coordinate default value: 0
  • mosaic-borderw <integer> : Border width (in pixels) between mosaic elements default value: 0
  • mosaic-borderh <integer> : Border height (in pixels) between mosaic elements default value: 0
  • mosaic-position <integer> : Positioning method of the mosaic elements. Use 0 to position the elements automatically on the grid, 1 to position the elements in fixed positions on the grid (see mosaic-order) and 2 to use grid independant offsets (see mosaic-offsets). default value: 0
  • mosaic-rows <integer> : Number of rows in the mosaic grid default value: 2
  • mosaic-cols <integer> : Number of columns in the mosaic grid default value: 2
  • mosaic-keep-aspect-ratio : Keep the element's aspect ratio when resizing. default value: disabled
  • mosaic-keep-picture : Do not resize or do any other transformation on the mosaic pictures. Should be enabled when using the mosaic-bridge's resizing options. default value: disabled
  • mosaic-order <string> : Comma seperated list of picture IDs. For example: tf1,fr2,fr3,m6. default value: ""
  • mosaic-offsets <string> : Comma seperated list of x,y coordinates. For example: 0,0,10,100 if you want to position the first picture at coordinates (0,0) and the second one at coordinates (10,100). default value: ""
  • mosaic-delay <integer> : Delay in ms to apply to the mosaic elements. default value: 0

See also

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.