The Video Mode Plugin feature is designed for allowing customers to set the BrightSign videoMode. A BrightSign Video Mode Plugin changes the video resolution, frame rate, color space and color depth.
This can be useful if you need to display content at a resolution that is non-standard or beyond the current list of video modes in BrightAuthor:connected or BrightAuthor. By using a Video Mode Plugin, you can customize your BrightSign player's video settings to match the requirements of your content. This ensures that your content is displayed correctly and at the best quality possible on your display.
This repository contains 2 different plugins:
- SetSingleScreenVideoMode.brs is used for single output [series 4 players and below].
- SetMultiScreensVideoMode.brs is used for multi output [series 5 players].
- Update SetSingleScreenVideoMode.brs or SetMultiScreensVideoMode.brs with your expected screens settings
- Add SetSingleScreenVideoMode.brs or SetMultiScreensVideoMode.brs to BrightAuthor or BrightAuthor:Connected (Presentation Settings > Support Content > Video Mode Plugin)
- Add the name of the function in the video mode plugin, this example initializes,
SetVideoMode
as the Function name. Plugin name is for user discretion.
Confluence:
Alternative:
- You can also use Script Plugin and Plugin message feature to achieve setting videoMode, please see details: [BrightAuthor-Plugins/Set-Video-Mode] (https://github.com/brightsign/BrightAuthor-Plugins/tree/master/Set-Video-Mode)