Change Cinematic Template Properties

Modify an existing cinematic template overlay's properties, styles, and/or duration. Deep-merges props_patch into overlay.props (preserves nested structures). Works for all 37 templates including intros.

How It Works

Use when user wants to change cinematic template settings (headlines, text, media slot URLs, colors, animation). Also use for intro overlays (newspaper-classic, crime-board, social-post-x, etc.) — they are all cinematic-template type now. Do NOT use add_overlay — this edits a cinematic overlay already on the timeline. Deep merge: nested objects are recursively merged, not replaced. Send only the fields you want to change. Common props: headline, subheadline, tagline, text slots (text1-text6), media slot overrides, accentColor, animationSpeed. Intro-specific props: headlineKeyword, kicker, secondaryHeadline, mastheadName, bodyText, mediaSlots, photoCaption, vfxIntensity.

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
cinematic-template
Tags
edit, cinematic

Example Prompts

change the headline on the cinematic
update cinematic text
change broadcast overlay title
edit the news stack text
change the intro headline
update the newspaper title
make the intro longer

Required Parameters

overlay_id (integer)
ID of the cinematic overlay to modify

Optional Parameters

props_patch (object)
Partial cinematic props to deep-merge (headline, subheadline, tagline, text1-text6, accentColor, animationSpeed, headlineKeyword, kicker, secondaryHeadline, mastheadName, bodyText, mediaSlots, vfxIntensity)
styles_patch (object)
Partial CSS styles to merge (opacity, filter, etc.)
duration_frames (number)
New duration in frames (must be > 0)
user_text (string)
undefined

Use Cases for Overlays

Add lower-thirds and name titles for YouTube interviews
Layer data visualizations over B-roll for corporate presentations
Place map overlays on travel vlogs to show locations

How to Get Started with Change Cinematic Template Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "change the headline on the cinematic".
3.The Change Cinematic Template Properties result appears as a cinematic-template overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Cinematic Template Properties Free

Type a prompt or use the toolbar. No download required.

Use Change Cinematic Template Properties

More Overlays Tools

Add Overlay
Add a new overlay of any type to the timeline at a specified position. For data visualizations (charts, graphs, KPIs), use add_data_viz instead. For cinematic templates (including intros), use add_cinematic_template or insert_cinematic_as_intro instead.
Insert Cinematic as Intro
Insert any cinematic template at frame 0, shifting all existing overlays forward. Same 37 templates as add_cinematic_template but with intro behavior.
Add Cinematic Template
Add a cinematic template overlay at the playhead. 37 templates across 4 categories (framework, creative FX, newspaper/editorial, social) with media slots, color grading, transitions, and VFX.
Add Data Visualization
Add a data visualization chart overlay at the playhead. 11 chart types across 7 categories with full data customization, theming, and animation.
Change Chart Properties
Modify data, titles, or styling of an existing chart overlay. Shallow-merges props_patch into overlay.props.