# Rendobar ## Docs - [Run FFmpeg from your terminal](https://rendobar-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/guides/webhooks.md): Receive job status events via signed HMAC POST. Setup, payload format, signature verification, 3-attempt retry policy. Available on all plans. - [Animated word-level captions](https://rendobar-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/jobs/compose.md): Render a video from a declarative JSON timeline. Tracks, clips, transitions, text, and per-clip effects, in one API call. - [Run any FFmpeg command](https://rendobar-docs-compose-trim-clips.mintlify.app/jobs/ffmpeg.md): Run any FFmpeg command in the cloud with ~120 whitelisted flags, sandboxed execution, and a signed output URL. - [Connect AI agents with the MCP server](https://rendobar-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/sdk.md): Install @rendobar/sdk, create a typed client, submit a job, wait for it, then read the output URL, with retries, errors, and webhooks. - [API error codes reference](https://rendobar-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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-docs-compose-trim-clips.mintlify.app/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. ## Optional - [Dashboard](https://app.rendobar.com) - [GitHub](https://github.com/rendobar)