Change Video Clip Properties

Modify an existing video overlay's source, start time, or styles. Shallow-merges styles_patch into overlay.styles.

How It Works

Use when user wants to change an existing video clip (swap source, adjust start time, change styles). Do NOT use add_overlay — this edits a video overlay already on the timeline. src: new video URL (only if replacing the clip). videoStartTime: offset in seconds where playback begins within the source. styles_patch: partial CSS style object (opacity, objectFit, filter, etc.).

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
video
Tags
edit, video

Example Prompts

swap this video clip
change the video start time
make the video semi-transparent
adjust video opacity

Required Parameters

overlay_id (integer)
ID of the video overlay to modify

Optional Parameters

src (string)
New video source URL (only if replacing the clip)
content (string)
New display label
videoStartTime (number)
Offset in seconds where playback begins within the source clip
styles_patch (object)
Partial CSS styles to merge (opacity, objectFit, filter, etc.)
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 Video Clip Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "swap this video clip".
3.The Change Video Clip Properties result appears as a video overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Video Clip Properties Free

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

Use Change Video Clip 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.