Hi everyone,
I’m exploring the possibility of creating a VEGAS Pro script that uses AI to automatically generate a morph-style transition between two selected clips.
Concept workflow:
1️⃣ User selects two video events in the timeline
2️⃣ Script extracts:
Last frame of Event A → A_end.png
First frame of Event B → B_start.png
3️⃣ Script opens a small form where the user writes a prompt (e.g. “liquid metallic morph from A to B”) and duration settings
4️⃣ The script sends both images + prompt to an AI image-to-video API (Runway, Pika, Stability, or a local ComfyUI pipeline)
5️⃣ When the MP4 result is ready, the script automatically imports it into VEGAS and places it between both clips
Goal:
A fast way to create creative AI transitions directly inside VEGAS, without leaving the timeline.
I’d like to ask:
✅ Has anyone here experimented with something similar?
✅ Any sample code for frame export → HTTP request → auto-insert clip?
✅ Known limitations with Vegas scripting on this kind of workflow?
✅ Advice on the best method to capture the exact ending/starting frames?
If someone has already started a project like this, I’d love to collaborate.
If not, I may try to build a prototype (I’m comfortable with C# scripting).
Thanks in advance for any hints!
— Manel


