Typed media services

FFmpeg jobs with a safer contract.

RenderMac exposes the media operations teams use most - stitch, transcode, caption burn, and audio mix - without handing an untrusted worker an arbitrary shell.

Read the API docsSee the video API
Important: service IDs and input schemas are the source of truth. Public capacity and rate-card claims wait for the production fleet gates.

Choose a bounded service

ffmpeg.stitch_export.v1

Join ordered media URLs with explicit codec and audio-copy choices.

ffmpeg.transcode.v1

Normalize a source to a declared output profile, including VideoToolbox intent.

ffmpeg.caption_burn.v1

Burn an ASS or SRT track from a trusted URL with bounded subtitle options.

ffmpeg.audio_mix.v1

Mix dialogue, music, and effects with bounded gain, offset, loop, and ducking controls.

Production-friendly behavior

POST /v1/jobs/estimate
{"service_id":"ffmpeg.transcode.v1","pool":"private_first_party","region":"us-east"}

Start with the buyer quickstart, then check current service status.

Related reading

Early access: Join the buyer waitlist. Related: stitch for product teams, for developers.