Tile Video in Grid

Arrange the constituent streams of a multiplexed stream into a grid

Overview

Use this node to display a Multiplexed Video stream, generated by the Multiplex Video Node in a Grid.

Inputs & Outputs

  • Inputs : 1, Media Format : Multiplexed Video
  • Outputs : 1, Raw Video
  • Output Metadata : None

Pipeline usage

Connect Grid after Multiplex to turn several streams into one raw-video canvas. rows × columns should equal the number of multiplexed streams. Choose an output resolution whose cell aspect ratio matches the source streams; for example, two 16:9 streams in a 1×2 grid need a 32:9 canvas to avoid stretching. Analytics after Grid see the composed image and must use coordinates for that layout; run per-camera analytics before Multiplex when possible.

Properties

PropertyDescriptionTypeDefaultRequired
rowsRows. Range: minimum 1.number1Yes
columnsColumns. Range: minimum 1.number1Yes
resolutionResolution of the final grid output.string1280x720No

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline


Did this page help you?