logo
The logo
command is used to manage logo overlays. You can configure the Makito X to display a graphic file as a logo overlay in the encoded video. One logo may be configured for each physical video input interface, i.e.:
- Two logos on dual channel encoders (Makito X SDI #S/B-292E-HDSDI2);
- One logo on single input encoders (Makito X DVI #S/B-292E-DVI or Makito X SDI #S/B-292E-HDSDI1).
ID is used to select the video input on dual channel encoders (either 0 for BNC-1 or 1 for BNC-2 on #S/B-292E-HDSDI2).
ID is optional on single input encoders such as the #S/B-292E-HDSDI1 and the #S/B292E-DVI. If entered, only 0 will be accepted.
The logo position can either be relative (top left, top right, centered, etc.) or absolute (positioned at the exact X and Y coordinates specified). You can also specify the scaling and transparency display settings.
The graphic file can be uploaded in either BMP, JPEG, PNG, or GIF format.
Note
You can upload the graphic file either using the mklogo command, or from the Web interface (Logos page, see Configuring Logo Overlays).Synopsis
logo ID enable |
Actions
Action | Description |
---|---|
enable | Displays the logo when configured properly. |
disable | Hides the logo. |
set | Configures logo settings. A series of one or more |
get | Displays information on the logo. |
list | Lists the available logo files. Logos are stored on the Makito X file system in the folder |
delete name | Deletes a logo file from the list. |
delete all | Deletes all logo files from the list. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
| n/a | The name of the |
| Off | Enables the display of the specified file as a logo overlay. On,Off |
| 100 | Specifies the opacity percentage of the logo.
|
| 0 | Specifies the visibility of the logo by its transparency percentage.
|
| 100 | Specifies the scale factor (percentage) for the logo:
|
| Off | If enabled, keeps the logo in proportion to the display area regardless of the input resolution. Note The original scaling is vis-à-vis a 1920x1080 grid. |
| BottomRight | Specifies the position for the logo:
|
| 0 | Horizontal coordinate used to position the top left point of origin in Absolute or Relative positioning modes. When using Absolute positioning, this is the exact horizontal position of the logo's top left point of origin. |
| 0 | Vertical coordinate used to position the top left point of origin in Absolute or Relative positioning modes. When using Absolute positioning, this is the exact vertical position of the logo's top left point of origin. |
Example
# logo set filename=HaivisionLogoTransparent.oly opacity=65 positioning=bottomright display=on Configures the file |
Related Topics