youtube_highlight_reel
Combine existing YouTube clip files into one highlight reel across multiple sources. Arrange clips in your desired playback order to build a single video for narrative flow.
Instructions
Combine existing clip files into a single highlight reel. Pass file paths from previous youtube_clip results in your desired playback order. Use this after clipping multiple videos to create one combined reel across all sources. The order of the clips array determines playback order — arrange clips for narrative flow before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | File paths to existing clip/video files, in your desired playback order | |
| label | No | Name for the reel file — produces "{label}.mp4" (default: "highlight-reel") | |
| outputDir | No | Output directory for the highlight reel (defaults to current directory) |