Changelog
Improved

The raw.ffmpeg job type is now ffmpeg

Submit custom FFmpeg jobs with type ffmpeg. The old raw.ffmpeg name still works, so existing code keeps running.

API SDK CLI Docs

The job type for custom FFmpeg commands is now ffmpeg, renamed from raw.ffmpeg. Shorter, and it says exactly what it does.

  • Existing code keeps working. The API still accepts raw.ffmpeg and resolves it to ffmpeg, so you can migrate on your own schedule.
  • The SDK exports FfmpegParams (renamed from RawFfmpegParams).
  • New examples, docs, and the CLI all use ffmpeg.

See the FFmpeg reference for parameters and examples.

Nothing about the request or response changed apart from the accepted type value, so this is a rename rather than a migration. Both names resolve to the same handler, the same validation, and the same billing.

New code should use ffmpeg. Existing code using raw.ffmpeg keeps working with no deadline attached, and the docs and SDK types now lead with the shorter name.

Per-plan command timeouts and input caps are listed under plan limits.

Share