Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.8 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.8 KB

video-mode-plugin

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].

Video Mode Plugin Usage

  1. Update SetSingleScreenVideoMode.brs or SetMultiScreensVideoMode.brs with your expected screens settings
  2. Add SetSingleScreenVideoMode.brs or SetMultiScreensVideoMode.brs to BrightAuthor or BrightAuthor:Connected (Presentation Settings > Support Content > Video Mode Plugin)
  3. 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.

Supporting Resources

Confluence:

  1. MultiScreen VideoMode Configuration
  2. Supported Video Modes

Alternative:

  1. 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)