Run Tutopanda query with the video-audio-music blueprint to produce a narrated documentary and exported MP4.
Generates documentary videos with narration, visuals, and music from a single prompt.
/plugin marketplace add keremk/tutopanda-claude/plugin install tutopanda-movie-producer@tutopanda-dev-marketplaceDrive the full pipeline that writes narration, video clips, music, a Remotion timeline, and a final MP4 export.
InquiryPrompt (what the documentary covers)Duration (total seconds)NumOfSegments and optional SegmentDurationVideoStyle, AspectRatio, ResolutionVoiceId and optional EmotionAudience, LanguageMusicalStyle for the scoreStore them in an inputs YAML on disk (absolute path). Example structure:
inputs:
InquiryPrompt: "<prompt>"
Duration: 90
NumOfSegments: 5
SegmentDuration: 18
VideoStyle: "Cinematic"
AspectRatio: "16:9"
Resolution: "1080p"
VoiceId: "Wise_Woman"
Audience: "Adult"
Language: "en"
Emotion: "neutral"
MusicalStyle: "Cinematic orchestral score"
Run from a shell inside the project or any directory (config path is read from TUTOPANDA_CLI_CONFIG or the default install location):
tutopanda query "<InquiryPrompt>" \
--inputs=/absolute/path/to/inputs.yaml \
--usingBlueprint=video-audio-music.yaml \
--concurrency=<workers-if-needed> \
--nonInteractive
movieId, plan path, and friendly view path printed by the CLI.FinalVideo) and artefacts are stored under the configured Tutopanda root for that movie id.tutopanda-viewer command to preview the run and confirm audio/video sync.