What problem does it solve?
Producing narration voiceovers for commentary-style video scripts requires synthesizing audio for every storyboard segment, tracking which segments are missing audio, and recovering cleanly when batch generation is interrupted. This Skill automates that entire TTS production loop inside the ArcReel pipeline.
Core Features & Use Cases
- Batch Narration Synthesis: Enqueue TTS generation for all segments missing narration audio in an episode script, writing results to each segment's generated_assets.narration_audio.
- Targeted Regeneration: Re-synthesize specific segments by ID when voice or speed settings change, while reusable existing audio is preserved.
- Resumable Recovery: After interruptions such as service restarts or task failures, rerun the full-episode fill to skip completed segments and only synthesize missing ones without duplicate billing.
- Use Case: After generating a script for episode 1, ask the assistant to produce narration audio for all segments; if the worker crashes mid-batch, simply re-invoke the same command to finish only the remaining segments.
Quick Start
Generate narration audio for every segment missing it in episode_1.json and show me the per-segment results.