c
cortex-plugin-video-processor
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
contentcortex-plugindevelopmentesmgenerationmedia
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-video-processorConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsshell:runfs:read
Tags
contentcortex-plugindevelopmentesmgenerationmedia
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Cortex Plugin: Video & Audio Processor
Transcribe, translate, caption, clip video/audio files using FFmpeg and Whisper.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-video-processor
Tools
video_transcribe
Transcribe video or audio to text/subtitles.
file_path(string, required) — Path to video or audio filelanguage(string, default: "en") — Language codeoutput(enum) — Output format: text, srt, vtt, jsonmodel(enum) — Whisper model: tiny, base, small, medium, large
video_translate
Translate a transcript to another language.
transcript(string, required) — Transcript text to translatetarget_language(string, required) — Target language ISO codesource_language(string, default: "en") — Source language ISO code
video_generate_captions
Generate subtitle captions for a video file.
file_path(string, required) — Path to video filelanguage(string, default: "en") — Caption languageformat(enum) — Subtitle format: srt, vtt, ass
video_extract_clip
Extract a clip from a video.
file_path(string, required) — Path to video filestart_time(string, required) — Start timestamp (HH:MM:SS)duration(string, required) — Duration in seconds or HH:MM:SSoutput_path(string, required) — Output file path
video_extract_highlights
Extract a highlight reel from a video.
file_path(string, required) — Path to video filetranscript(string, required) — Transcript for highlight detectionmax_duration(number, default: 60) — Max highlight reel duration in seconds
Configuration
| Key | Type | Description |
|---|---|---|
ffmpegPath | text | Path to ffmpeg executable (default: "ffmpeg") |
whisperModel | select | Default Whisper model: tiny, base, small, medium, large |
Development
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026