You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New features: repeated take detection, YouTube chapter generation,
footage search index, post-production deliverables (VFX/ADR/music cue),
color match, multicam auto-switching, auto zoom keyframes, loudness
match, NLP command parser. 4 new route blueprints (timeline, search,
deliverables, nlp). Full UXP panel for Premiere Pro 25.6+. 8 new MCP
tools. 8 CLI commands. 84 new tests. 6 new social presets (13 total).
@@ -47,7 +47,7 @@ Clone the repo and run `Install.bat` as Administrator. It handles FFmpeg check,
47
47
48
48
## Features
49
49
50
-
OpenCut v1.3.0 includes **142 API routes**, **6 panel tabs** with **43 sub-tabs**, and covers every major video editing automation task.
50
+
OpenCut v1.5.0 includes **142 API routes**, **7 panel tabs** with **50+ sub-tabs**, and covers every major video editing automation task — now with ~20 new capabilities including Timeline Integration, AI-powered NLP commands, footage search, post-production deliverables, and a UXP panel for Premiere Pro 25.6+.
51
51
52
52
### Cut & Clean
53
53
@@ -58,6 +58,7 @@ OpenCut v1.3.0 includes **142 API routes**, **6 panel tabs** with **43 sub-tabs*
58
58
| Waveform Preview | Visual waveform with draggable threshold line synced to slider | FFmpeg PCM + Canvas |
59
59
| Trim Tool | Set in/out points to extract a clip portion (stream copy or re-encode) | FFmpeg |
60
60
| Full Pipeline | Combined silence + filler removal in one pass | Multi-stage |
61
+
| Repeated Take Detection | Automatically detects when speakers restart a sentence or fumble a phrase. Removes the earlier attempt using transcript similarity analysis (Jaccard overlap) | WhisperX |
61
62
62
63
### Captions & Transcription
63
64
@@ -72,6 +73,8 @@ OpenCut v1.3.0 includes **142 API routes**, **6 panel tabs** with **43 sub-tabs*
72
73
| Translation | Translate captions to 50+ languages | deep-translator |
| Watermark Removal | Remove logos via delogo or LaMA AI inpainting | FFmpeg / LaMA |
119
+
| Color Match | Match the color profile of one clip to a reference clip using YCbCr histogram matching | OpenCV |
114
120
115
121
### AI & ML Tools
116
122
@@ -122,12 +128,14 @@ OpenCut v1.3.0 includes **142 API routes**, **6 panel tabs** with **43 sub-tabs*
122
128
| Face Swap | Replace faces with reference image | InsightFace |
123
129
| Style Transfer | Neural artistic style transfer | PyTorch models |
124
130
| Auto Thumbnails | AI-scored frame extraction for thumbnails | OpenCV scoring |
131
+
| Auto Zoom Keyframes | Face-detected push-in zoom for talking-head content. Returns keyframes for the Premiere Pro Motion effect | OpenCV + ExtendScript |
132
+
| Multicam Auto-Switching | Speaker diarization → camera cut list. Maps speakers to track indices and generates multicam edits | pyannote.audio + ExtendScript |
| Smart Bins | Auto-sort project items into bins by rule (name, type, duration) |
195
+
| Export from Markers | Batch-export clip ranges defined by sequence markers |
196
+
| Native Captions | Import SRT as a native Premiere Pro caption track |
197
+
198
+
---
199
+
200
+
## Search & AI Commands
201
+
202
+
### Footage Search
203
+
204
+
Index your entire media library by spoken content. Search across all clips by keyword or phrase. Results include clip path, timestamp, and matched text snippet.
205
+
206
+
### Natural Language Commands
207
+
208
+
Type commands in plain English — OpenCut maps them to API routes using keyword matching or LLM analysis:
209
+
-*"remove silence from this clip"* → `/captions/silence`
210
+
-*"add captions in Spanish"* → `/captions/transcribe` with language=Spanish
-**Timeline API** — Uses the `premierepro` UXP module for direct sequence access (where available)
232
+
233
+
> **Note:** The CEP panel (`com.opencut.panel`) remains the primary panel and supports Premiere Pro 2019+. The UXP panel is the future-facing option for 25.6+.
0 commit comments