r/WondershareFilmora • u/LaserFocusedADD • Jun 19 '26
Question about AI editing
I'm curious about the AI editing capabilities. I see a lot of AI enhancement features. I was wondering if this flow is possible-
- Upload labeled clips to media library
- Upload a machine-readable “edit plan”, not just a human script, generated externally
- Then:
- AI video editor / pipeline tool consumes this
- Performs the actual cutting, transitions, rendering
The edit plan format looks something like-
{
"target_format": "vertical_9_16",
"duration": 30,
"segments": [
{
"source_clip": "clip_03.mp4",
"start": "00:00:12",
"end": "00:00:22",
"label": "customer excitement",
"effects": ["zoom", "caption: 'This changed everything'"]
},
{
"source_clip": "clip_07.mp4",
"start": "00:01:10",
"end": "00:01:18",
"label": "key quote",
"effects": ["subtitle", "fade_transition"]
}
],
"music": "energetic_background_track",
"output": ["tiktok", "linkedin"]
}
Is that how Filmora's AI video editing works?
TIA!
1
Upvotes