You filmed an event. While filming, you commented out loud on what you want done in the edit: "cut there", "keep that", "this is the highlight", "redo". These instructions, aligned with the video's timecode, can be turned into an EDL importable into Premiere Pro or DaVinci Resolve.
Editing is when the instructions given in the field come into their own. But between the shoot and the editing desk, the details fade: which take was the good one, at exactly which second, why you said to keep that one. Timecoded voice instructions skip that dead zone.
Prerequisites
Before you start, you need:
The timecoded video mode (coming)
KontexVoX today enriches photos: you look at an image, you speak, the description is engraved into the EXIF. For video, the principle is the same but the medium changes: you watch your recording, you dictate your editing instructions as they come to you, and the app generates a timecoded file (SRT or JSON) linked to the video — not a per-image EXIF description. This mode doesn't exist yet, it's on the backlog. In the meantime, transcribe your video with any tool (Whisper, CapCut, Premiere) and run the prompt below. The result is the same.
What you dictated: an example
Here's what the SRT transcript of a 12-minute video contains:
These instructions, you said while watching the video. The AI agent will parse these entries, identify the editing instructions ("cut", "keep", "highlight", "redo"), and turn them into EDL entries with precise timecodes.
The prompt
What the AI produces with this prompt
Two files:
The editor starts from a pre-built timeline instead of an empty project. The instructions you gave while watching the video are already there, positioned at the right timecode, with the context of your voice. All that's left is to execute the cuts and adjust the rhythm.
Recommended tool: Codex CLI
Codex CLI is excellent at structured parsing and generating technical files in precise formats. CMX 3600 EDL is a strict format, and Codex handles this kind of generation well.
Frequently asked questions
Does it work with any transcript format?
The prompt asks for SRT or VTT, the standard timecoded transcript formats. If your transcript is in another format (TXT without timecodes, JSON), the agent can read it but the result will be less precise — timecodes are essential for positioning the instructions on the timeline.
Does the AI guess the end timecodes?
No. The prompt extracts the EDL's start and end timecodes from the voice instructions. For cuts ("cut there"), the AI takes the instruction's timecode as the cut point. For segments to keep ("keep all of it"), it takes the instruction's timecode as the start and the next instruction's timecode as the end. It's a working base, not a finished edit — the editor adjusts afterwards.
Can I edit the EDL by hand afterwards?
Yes, and it's recommended. The generated EDL is a starting point, not a final edit. The timecodes are precise but editing choices get refined at the desk. The advantage is starting from an already-built structure instead of repositioning everything manually.
Does it work if I have several videos?
Yes, but you need one transcript per video. Run the prompt separately for each transcript, then merge the EDLs in Premiere or DaVinci. The prompt doesn't handle multi-camera — it processes one linear timeline per video.