How It Works
The Outro tile inserts an outro clip after your main content. You can choose Mosaic’s pre-made outro, upload your own branded outro, or import a video from Mimir by item ID.Input & Settings
Outro Source
Three choices:- Use Mosaic Outro
- Adds a simple, generic outro for quick exports.
- Upload Custom Outro
- Lets you upload your own outro, such as:
- End cards
- Social handles
- Subscribe prompts
- Brand bumpers
- Lets you upload your own outro, such as:
- Use Mimir File
- Paste the video item’s Mimir file ID.
- Uses the Mimir connection configured for the current workspace.
- Downloads and imports the high-resolution file when the tile runs, then appends it as the outro.
API Info
Node Params & API Details
Node Params & API Details
- Node ID:
cf517f33-3f78-4d55-88c2-a7d8478f8ef9
Node params
Scenario requirements
- If
outro_mode="upload", providevideo_id. - If
outro_mode="mimir", providemimir_file_idand configure a workspace Mimir integration.
Runtime notes
- UI upload flow is MP4-focused and stores custom outro as an asset ID.
- Mimir files are resolved using workspace-scoped credentials and copied into Mosaic storage at runtime so queued renders do not depend on an expiring Mimir download URL.
Example
Backward compatibility
Existing workflows may continue to useuse_custom_outro, custom_outro_video_id,
and mimir_outro_file_id. The runtime maps legacy "custom" mode to
outro_mode="upload". New and edited workflows emit only the canonical names
shown above.