Changelog

What's new in Rendobar. Subscribe to updates via our blog.

v1.0.0

Public Launch

Rendobar is now publicly available. Process videos with a single API call — watermark, transcode, caption, redact, and render.

Features

  • 23 job types — watermarking, transcoding, captioning, GDPR compliance, content moderation, metadata extraction, scene detection, QR code generation, and more
  • Credit-based billing — pay for what you use with transparent per-job pricing
  • Free tier — $5 of usage per month, no credit card required
  • Real-time updates — SSE-powered dashboard with live job status
  • MCP-native — 15 MCP tools for AI agent integration
  • API playground — interactive IDE in the dashboard for testing jobs
  • Webhooks — HMAC-signed webhook delivery for job completion events
  • Raw FFmpeg — bring your own FFmpeg commands with security sandboxing

API

  • REST API at api.rendobar.com with OpenAPI 3.1 spec
  • Better Auth integration — session cookies and API keys (rb_ prefix)
  • Organization-based multi-tenancy with team member management

Infrastructure

  • Cloudflare Workers (API), D1 (database), R2 (storage), KV (cache), Queues (status updates)
  • Trigger.dev for job execution with retry and dead-letter queue
  • Durable Objects for per-org SSE connections