How much does Rendobar cost?
How much does Rendobar cost?
Free plan ships with a one-time 9/mo, includes 10–$100 on both plans. Credits never expire. Full breakdown: Credits and billing or the pricing page.
What can I do with Rendobar today?
What can I do with Rendobar today?
The live API is the
ffmpeg job type, any whitelisted FFmpeg command against URLs you provide. That covers transcoding, trimming, filtering, overlays, audio extraction, frame extraction, and anything else FFmpeg does from the command line. More dedicated job types are on the roadmap.What video formats are supported?
What video formats are supported?
Every FFmpeg-compatible container and codec for input. Output defaults to the extension in your trailing filename (
output.mp4 → MP4). Override with params.outputFormat.Can I drive Rendobar from an AI agent?
Can I drive Rendobar from an AI agent?
Yes. Connect any MCP-compatible agent to
https://api.rendobar.com/mcp with your API key. Six typed MCP tools: submit_job, get_job, list_jobs, probe_media, get_account, upload_media. See MCP overview.How long do jobs take?
How long do jobs take?
Seconds to minutes, depending on input size and command. Hard caps: 5 min (Free), 15 min (Pro). Limits.
Is there a rate limit?
Is there a rate limit?
Yes. 30 req/min (Free), 300 req/min (Pro). Applies to REST and MCP. Limit hit returns
429 RATE_LIMITED with a Retry-After header.What happens if a job fails?
What happens if a job fails?
Failed jobs are charged for the compute they used. Rendobar has no auto-refund. If you believe a failure was caused by a Rendobar bug or platform issue, contact support and we will review for a discretionary refund. Successful and failed jobs are billed the same way: for the compute the job consumed. Inspect
error.code and error.message on the job, and retry via POST /jobs/{id}/retry if appropriate. Error codes.Can I run custom FFmpeg commands?
Can I run custom FFmpeg commands?
Yes. That is the entire
ffmpeg job type. Commands run through 8 security layers (flag whitelist, format/filter blocklists, sandbox isolation) before execution. FFmpeg.How do I get push updates instead of polling?
How do I get push updates instead of polling?
Configure a webhook endpoint on your organization. Rendobar POSTs signed JSON when jobs change status. The dashboard uses a WebSocket internally. Programmatic push is webhook-only.
Related
- Credits and billing: full pricing and balance model
- Plan limits: every rate, file, and storage cap by plan
- Error codes: every
error.codethe API can return - Pricing: Free vs Pro and credit packs
- Rendobar vs alternatives: comparisons with other video APIs