✨ New: EdgeOne Serverless Runtime Support

Next-Gen Media Processing at the Edge

Execute FFmpeg binaries directly in your EdgeOne serverless functions. Instantly render ASS subtitles and process media with zero infrastructure overhead.

POST /api/render-ass HTTP/1.1
Host: api.edgeone.local
Content-Type: text/plain

[Script Info]
ScriptType: v4.00+
PlayResX: 1920
PlayResY: 1080
[Events]
Dialogue: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,,{\pos(960,540)\an5}Hello EdgeOne FFmpeg!

// EdgeOne FFmpeg rendering in progress...
// Processing ASS filter -> 1920x1080 Frame
> Executing: ffmpeg -f lavfi -i color=... -vf ass=temp.ass out.png
> Success: 200 OK (image/png)
🎬

ASS Subtitle Rendering

Natively support Advanced Substation Alpha (.ass) scripts. Render rich text, effects, and styles directly to high-quality images via API.

Serverless Execution

Run static FFmpeg binaries via execa inside the EdgeOne environment. No more managing containers or heavy VMs—just serverless speed.

🎨

Dynamic Overlays

Generate highly customizable graphics, watermarks, and video frame overlays on the fly using FFmpeg's robust libass integration.