{{ page.title }}

{{ page.description }}

Also see Adding Dynamic Overlays.

Introduction

You can use the static image overlay feature to superimpose a static image onto a video in a Cloud Playout channel. A static image is a still image that doesn't have motion. You prepare the image and store it outside of Cloud Playout and provide to us as a publicly accessible , unauthenticated http/https URL.

Examples

Implementation

State transitions

State transitions for overlay schedules

Contextual Overlay Launch

For ease of access, if you want the overlay to appear for a specific video in the playlist, you can mouse hover the video in the playlist and click on the Add Overlay icon ( overlay icon ), the UI will launch the Add Overlays modal, with the start time and duration of the selected video.

Contextual Overlay Launch
Contextual Overlay Launch

Notes

  1. This will create a schedule for the selected video’s start time and it’s not attached to the video itself. In other words, if the video is re-ordered (or) deleted (or) start time changed due to various changes to the EPG schedule, the overlay schedule will still remain on the originally scheduled start time.
  2. This Add Overlay in context to the video is recommended to be used on a Running channel rather than on a channel in DRAFT or SCHEDULED state - because the running channel is more time accurate (powered by EPG) than the channels in other states.
  3. On a running channel, this option is available on all videos following the current playing video.
  4. This option is not available for Ad placeholder videos on SSAI channel.

Image handling

The image is overlaid on the underlying source video pixel for pixel.

Below are some some possible fixes/workarounds for a case where the overlay is larger than the video.

Problem case

The diagram below shows a too-large overlay, with a company logo in the lower-right corner and therefore hidden:

Problem Case
Problem Case

Solution 1

You could use the width and height fields to resize the image to fit the size of the video screen. The disadvantage of this is that resizing an image degrades the image quality, and will make the logo itself smaller:

Solution 1
Solution 1

Solution 2

If you move the logo to the upper-left corner, at least that will be assured visibility, but may not have a desirable placement:

Solution 2
Solution 2

Solution 3

The ideal solution is to size your overlay to exactly match the resolution of the video (and check Use Original for the sizing):

Solution 3
Solution 3
Notes
  1. The image is overlaid before creation of individual output encodes (with their different resolutions and video quality). This means that if the underlying video is scaled for a particular output encode, then the image is similarly scaled.
  2. The overlay image is inserted in all outputs, i.e, the overlays will also be visible on preview images seen on Cloud Playout UI.