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:
@@ -44,6 +44,10 @@ skills-lock.json
|
||||
|
||||
# Generated images (logo drafts — final logo lives in assets/)
|
||||
logo_*.png
|
||||
generated_image.png
|
||||
|
||||
# Downloaded music files (Pixabay, Freesound — not source code)
|
||||
pixabay_music_*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
@@ -57,3 +61,6 @@ remotion-composer/out/
|
||||
remotion-composer/public/*
|
||||
# But keep demo props (shipped with the project for zero-key demos)
|
||||
!remotion-composer/public/demo-props/
|
||||
# Ignore test/scratch compositions in demo-props (keep only curated demos)
|
||||
remotion-composer/public/demo-props/test-*
|
||||
remotion-composer/public/demo-props/talking-head-*
|
||||
|
||||
Reference in New Issue
Block a user