drawing_logos

Renders company/product logos as a video clip with optional connector symbols and highlight.

When to use

Use to display integrations, partners, or a technology stack visually.

In the editor

Add it from the Library (Overlays group), or with + add step and a search for drawing_logos.

It takes no inputs. List the names in companies, a comma-separated field: the logos themselves are found for you, so names are all you provide. connector puts a symbol between them, and highlight picks one out from the rest. duration_sec is the time on screen and position_sec an exact placement, or leave it empty for the next free gap.

Set Output Level and the level parameter to where the clip goes, usually broll.

You get one clip in the run timeline. Check it in the preview before you ship: logo lookup is automatic, and an unusual or ambiguous company name is the case most likely to come back with the wrong mark.

YAML Example

- id: logos
  processor: drawing_logos
  params:
    companies:
      - "Redpanda"
      - "Kafka"
      - "Flink"
    connector: "+"
    highlight: "Redpanda"
    duration_sec: 4.0
    level: broll
  output:
    timeline: broll

Params

Param Type Default Description
companies list none Company/product names. Logos are fetched automatically.
connector select: none, arrow "none" Symbol between logos: "+", "vs", "→", "none"
highlight string none Name of a company to visually highlight
duration_sec duration (s) 5 Clip duration
position_sec duration (s) 0 Place the clip at this timeline position (seconds). When omitted, the next available gap is used.
level level "broll" Output timeline level
background string "auto" "auto" or "solid:#rrggbb"
brand_palette string none Comma-separated hex colors
animation_style string none Override default animation style for this drawing type
padding_pct number 8 Padding as % of frame
safe_zone_bottom_pct number 0 Keep this percentage of the bottom frame height clear (for captions)

Output

EditDecisions: one clip on the configured level.

Notes

  • Uses Puffin Ship's built-in AI for logo search and layout planning (no API key required).