Talking-head pipeline: 8 new tools, Remotion TalkingHead composition, and skill rewrites

New tools: face_tracker, visual_qa, eye_enhance, auto_reframe, remotion_caption_burn, showcase_card, silence_cutter. Updated audio_mixer with segmented_music operation and subtitle_gen with ASR corrections. Registered TalkingHead composition in Root.tsx. Rewrote compose/edit/scene director skills for full enhancement chain, Remotion captions, multi-clip assembly, and visual QA. Gitignore cleanup: exclude test demo-props, downloaded music, and generated images.
This commit is contained in:
calesthio
2026-04-01 10:00:15 -07:00
parent 237af7fb5c
commit 358b8647f5
17 changed files with 3467 additions and 37 deletions
+29 -2
View File
@@ -78,8 +78,12 @@ stages:
required_tools: []
optional_tools:
- frame_sampler # representative frame extraction
- face_tracker # face position analysis for reframing decisions
- silence_cutter # silence detection for jump cut planning
tools_available:
- frame_sampler
- face_tracker
- silence_cutter
checkpoint_required: true
human_approval_default: true
review_focus:
@@ -126,7 +130,12 @@ stages:
- script
produces:
- edit_decisions
tools_available: []
optional_tools:
- silence_cutter # auto jump cuts on silent segments
- video_trimmer # speed control (0.5x2x), cut, concat
tools_available:
- silence_cutter
- video_trimmer
checkpoint_required: true
human_approval_default: false
review_focus:
@@ -149,17 +158,35 @@ stages:
- render_report
required_tools:
- video_compose # rendering
- audio_mixer # audio layering
- audio_mixer # audio layering + segmented music
optional_tools:
- face_enhance # face enhancement
- eye_enhance # eye brightening, dark circle removal
- color_grade # color correction
- audio_enhance # audio cleanup
- auto_reframe # aspect ratio conversion with face tracking
- face_tracker # face position data for reframing
- silence_cutter # auto jump cuts
- video_trimmer # speed control (0.5x2x)
- remotion_caption_burn # animated word-by-word captions via Remotion
- showcase_card # letterboxed showcase cards with typography
- video_stitch # multi-clip assembly with transitions
- visual_qa # frame extraction + quality validation
tools_available:
- video_compose
- audio_mixer
- face_enhance
- eye_enhance
- color_grade
- audio_enhance
- auto_reframe
- face_tracker
- silence_cutter
- video_trimmer
- remotion_caption_burn
- showcase_card
- video_stitch
- visual_qa
checkpoint_required: true
human_approval_default: false
review_focus: