Render audiogram video
Description
Connection
Name
Description
Required
Category
Input Schema
{
"description": "Render audiogram video node input.",
"properties": {
"cover_img": {
"description": "Cover image",
"title": "Cover image",
"type": "string"
},
"title": {
"description": "Video title",
"title": "Title",
"type": "string"
},
"title_color": {
"default": "rgba(186, 186, 186, 0.93)",
"description": "Title color",
"title": "Title color",
"type": "string"
},
"subtitle_text_color": {
"default": "rgba(255, 255, 255, 0.93)",
"description": "Subtitle text color",
"title": "Subtitle text color",
"type": "string"
},
"subtitle_line_per_page": {
"default": 4,
"description": "Subtitle line per page",
"title": "Subtitle line per page",
"type": "integer"
},
"subtitle_zoom_measurer_size": {
"default": 10,
"description": "Subtitle zoom measurer size",
"title": "Subtitle zoom measurer size",
"type": "integer"
},
"subtitle_line_height": {
"default": 98,
"description": "Subtitle line height",
"title": "Subtitle line height",
"type": "integer"
},
"wave_color": {
"default": "#a3a5ae",
"description": "Wave color",
"title": "Wave color",
"type": "string"
},
"duration_in_seconds": {
"default": 29.5,
"description": "Duration in seconds",
"title": "Duration in seconds",
"type": "number"
},
"caption_url": {
"description": "Caption URL to use for rendering",
"title": "Caption URL",
"type": "string"
},
"voice_url": {
"description": "Voice URL to use for rendering",
"title": "Voice URL",
"type": "string"
}
},
"required": [
"cover_img",
"title",
"caption_url",
"voice_url"
],
"title": "RenderAudiogramVideoNodeInput",
"type": "object"
}Output Schema
How It Works
Usage Examples
Example 1: Podcast Episode Preview
Example 2: Social Media Quote Clip
Example 3: Educational Content Teaser
Common Use Cases
Error Handling
Error Type
Cause
Solution
Notes
Last updated