Difference between revisions of "Documentation:Modules/mosaic-bridge"
Jump to navigation
Jump to search
m (Remove unnecessary line breaks) |
m (Add wikilinks) |
||
Line 26: | Line 26: | ||
|value=string | |value=string | ||
|default="1:1" | |default="1:1" | ||
− | |description=Sample aspect ratio of the destination. | + | |description=Sample [[aspect ratio]] of the destination. |
}} | }} | ||
{{Option | {{Option | ||
Line 32: | Line 32: | ||
|value=string | |value=string | ||
|default="" | |default="" | ||
− | |description=Convert to the specified chroma. I420 will be used if nothing is specified. | + | |description=Convert to the specified [[chroma]]. [[I420]] will be used if nothing is specified. |
}} | }} | ||
{{Option | {{Option |
Revision as of 04:28, 1 April 2019
Module: mosaic-bridge | |
---|---|
Type | Stream output |
First VLC version | 0.8.2 |
Last VLC version | - |
Operating system(s) | all |
Description | send a picture to the mosaic framework |
Shortcut(s) | - |
Use this filter to send a picture to the mosaic framework. Processing can be applied before sending the picture, such as resizing, chroma conversion and video filters.
Options
- sout-mosaic-bridge-id <string> : The picture's Id. Used by clients of the mosaic framework to identify the picture's source. default value: "Id"
- sout-mosaic-bridge-width <integer> : Resize video to this width if value is non null. Make sure to use the mosaic-keep-picture option to prevent the mosaic filter from resizing a second time. default value: 0
- sout-mosaic-bridge-height <integer> : Resize video to this height if value is non null. Make sure to use the mosaic-keep-picture option to prevent the mosaic filter from resizing a second time. default value: 0
- sout-mosaic-bridge-sar <string> : Sample aspect ratio of the destination. default value: "1:1"
- sout-mosaic-bridge-chroma <string> : Convert to the specified chroma. I420 will be used if nothing is specified. default value: ""
- sout-mosaic-bridge-vfilter <string> : Video filter chain to apply after resizing and chroma conversion. default value: ""
See also
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.