Continuity & Social
Four tools for managing visual continuity between scenes and adapting projects for social media delivery formats.
suggest_match_cuts
Auto-suggest match cuts between adjacent scenes. Analyzes visual similarity, motion direction, color palette, and compositional structure to find natural cut points.
- Name
scenes- Type
- object[]
- Description
Array of scenes to analyze for match cut opportunities.
Returns: Suggested match cuts with scene pairs, match type (color, motion, composition, subject), and confidence scores.
Try asking your AI:
"Suggest match cuts between my 8 product scenes"
plan_continuity_links
Auto-assign continuity IDs and match strategies across a sequence. Ensures visual threads carry through the video, maintaining coherence across scene transitions.
- Name
manifest- Type
- object
- Description
Sequence manifest to plan continuity for.
Returns: Updated manifest with continuity IDs, match strategies per transition, and a continuity map showing visual threads.
Try asking your AI:
"Plan continuity links for my product launch sequence"
adapt_project_aspect_ratio
Adapt a project to a different social format. Four aspect ratios are supported: 16:9 (landscape), 1:1 (square), 9:16 (vertical/stories), and 4:5 (portrait feed).
Recalculates layout positions, text sizing, and safe areas for the target ratio.
- Name
manifest- Type
- object
- Description
Source sequence manifest.
- Name
ratio- Type
- string
- Description
Target aspect ratio:
16:9,1:1,9:16, or4:5.
Returns: Adapted manifest with recalculated layouts, adjusted text sizes, and safe area annotations.
Try asking your AI:
"Adapt this 16:9 project to 9:16 for Instagram Stories"
create_social_cutdown
Create a shortened social version from a longer project. Selects the strongest scenes, tightens timing, and optimizes for social attention patterns.
- Name
manifest- Type
- object
- Description
Source sequence manifest to cut down.
- Name
target_duration- Type
- number
- Description
Target duration in seconds (e.g., 15 for a social clip).
- Name
format- Type
- string
- Description
Social format:
feed,story,reel, orad.
Returns: Cutdown manifest with selected scenes, compressed timing, and format-specific optimizations.
Try asking your AI:
"Create a 15-second Instagram Reel cutdown from this 30-second product video"