Actions8
Overview
This node interacts with the ClipMagic API to perform various video and audio processing operations. Specifically, the 'Generate AI Clips' operation generates AI clips from a source video URL, optionally including karaoke-style subtitles with customizable appearance settings. This is useful for creating engaging video clips with synchronized subtitles for social media, presentations, or content creation.
Use Case Examples
- Generate AI clips from a video URL with karaoke subtitles highlighted in a specific color.
- Create AI clips from a video without subtitles for quick video segment extraction.
Properties
| Name | Meaning |
|---|---|
| Video URL | Source video URL to generate AI clips from. |
| Generate Subtitles | Whether to generate karaoke style subtitles in the clips. |
| Highlight Color | Color of the highlighted text in karaoke subtitle mode. |
| Primary Color | Primary color of the subtitle text. |
| Font Name | Font name to use for subtitles. |
| Font Size | Size of the subtitle text. |
| Font Weight | Weight of the subtitle text. |
| Shadow Color | Color of the text shadow in subtitles. |
| Shadow Intensity | Intensity of the text shadow (0 means no shadow). |
| Display Mode | Subtitle display style, either monoline or word-by-word. |
| Subtitle Position | Vertical alignment of subtitles (top, centre, or bottom). |
Output
Binary
Binary output contains the processed video or audio clip data.
JSON
success- Indicates if the operation was successful.operation- The operation performed, e.g., 'generateClips'.filename- The filename of the output clip if applicable.contentType- The MIME type of the output content.- ``
*
* `` - Additional JSON response data from the API when output is not binary.
Dependencies
- Requires an API key credential for ClipMagic API authentication.
Troubleshooting
- Common issues include invalid or unreachable video URLs, which cause API errors.
- Timeouts can occur if the video processing takes longer than the specified timeout; increase the timeout setting if needed.
- Errors related to subtitle generation may occur if subtitle parameters are incorrectly set or unsupported fonts/colors are used.
Links
- ClipMagic API Documentation - Official API documentation for ClipMagic video and audio processing services.