# Rendobar ## Docs - [ANALYTICS](https://rendobar.com/docs/ANALYTICS.md) - [Run FFmpeg from your terminal](https://rendobar.com/docs/cli.md): Install the rb binary, sign in, and run any ffmpeg command in the cloud from your shell. Local files upload and download for you. - [Credits and billing](https://rendobar.com/docs/concepts/credits.md): Get per-job nanodollar billing from a prepaid credit balance. Free includes a signup grant, Pro adds monthly credits, and credits never expire. - [How a job works](https://rendobar.com/docs/concepts/job.md): Run a job from a typed request, through async execution on our runners, to a signed output. The lifecycle, the statuses, and the output shape, in one place. - [Webhooks for job events](https://rendobar.com/docs/guides/webhooks.md): Receive job and account events via signed HMAC POST. Setup, payload format, signature verification, automatic retries with backoff. - [Animated word-level captions](https://rendobar.com/docs/jobs/captions/animate.md): Generate animated word-level captions from a video, with 11 style presets, custom fonts, auto-emphasis, and translation. - [Burn captions into a video](https://rendobar.com/docs/jobs/captions/burn.md): Burn subtitles into a video from an SRT, VTT, or ASS file, or auto-transcribe in any language, with full styling control. - [Compose: render from a timeline](https://rendobar.com/docs/jobs/compose.md): Render a video from a declarative JSON timeline. Tracks, clips, transitions, text, and per-clip effects. - [Run any FFmpeg command](https://rendobar.com/docs/jobs/ffmpeg.md): Run any FFmpeg command in the cloud with ~120 whitelisted flags, sandboxed execution, and a signed output URL. - [Probe media metadata](https://rendobar.com/docs/jobs/ffprobe.md): Run ffprobe on a video, audio, or image URL and get a normalized summary plus the full raw report: codec, resolution, duration, fps, rotation, HDR, audio. - [Connect AI agents with the MCP server](https://rendobar.com/docs/mcp-server.md): Connect Claude Desktop, Cursor, claude.ai, or any MCP client to submit video jobs, upload files, and poll status without writing HTTP code. - [n8n community node](https://rendobar.com/docs/n8n.md): Install the Rendobar n8n community node, connect it with an API key, then submit, track, cancel, and upload from your workflows. - [API quickstart guide](https://rendobar.com/docs/quickstart.md): Submit your first ffmpeg job, poll to completion, and download the result. Under 5 minutes from API key to finished MP4. - [Use the TypeScript SDK](https://rendobar.com/docs/sdk.md): Submit a job from Node, Deno, Bun, or Workers with @rendobar/sdk, wait for it to finish, and read the signed output URL. - [API error codes reference](https://rendobar.com/docs/support/errors.md): View 13 API error codes, their HTTP status, and recommended action. Errors follow the {error: {code, message}} envelope on every endpoint. - [Frequently asked questions](https://rendobar.com/docs/support/faq.md): Get quick answers about Rendobar pricing, supported formats, AI agent access, rate limits, and what counts as a failed job. - [Plan limits and quotas](https://rendobar.com/docs/support/limits.md): Compare Free and Pro plan limits across rate limits (30 vs 300/min), file size caps (100 MB vs 2 GB), retention, concurrency, storage. ## OpenAPI Specs - [openapi](https://rendobar.com/docs/api-reference/openapi.json) ## Optional - [Dashboard](https://app.rendobar.com) - [GitHub](https://github.com/rendobar)