Skip to content

SandcutSandbox-first media infrastructure

A refined open-source reference for FFmpeg workloads on Cloudflare Workers, Containers, Durable Objects, and R2.

Why Sandcut

Sandcut packages a very common workload—video transcoding, clipping, resizing, and watermarking—into a cleaner reference architecture for sandboxed media processing.

The design is intentionally split into two planes:

  • Edge control plane in the Worker for authentication, validation, scheduling, and storage orchestration
  • Execution plane in a container for FFmpeg itself

This separation makes the project easier to reason about, safer to expose publicly, and more realistic as an open-source template.

What the docs cover

  • /guide/quickstart: install, configure, run locally, and deploy
  • /guide/architecture: request flow, seek planning, and streaming path
  • /reference/api: endpoint contract and error model
  • /operations/production: capacity, security, observability, and Pages publishing

Built for sandboxed media workloads on Cloudflare.