ffmpeg-cloudflare-containers
Installation
SKILL.md
Quick Reference
| Component | Configuration |
|---|---|
| Container Class | export class FFmpegContainer extends Container |
| Dockerfile | FROM jrottenberg/ffmpeg:7.1-alpine |
| wrangler.toml | [[containers]] with class_name and image |
| Feature | Workers (ffmpeg.wasm) | Containers (Native) |
|---|---|---|
| Size Limit | 10MB | Unlimited |
| Performance | 10-100x slower | Native speed |
| GPU Support | None | NVIDIA available |
| Cold Start | Instant | 2-3 seconds |