The Rendobar CLI runs FFmpeg in the cloud from your shell. You write the sameDocumentation Index
Fetch the complete documentation index at: https://rendobar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
ffmpeg command you’d run locally, prefixed with rb.

rb. It auto-uploads local inputs, submits a raw.ffmpeg job, and downloads the result to the path your ffmpeg command names.
CLI or SDK
| You’re in… | Use |
|---|---|
| A shell or CI script | CLI |
| A Node.js / TypeScript program | SDK |
raw.ffmpeg and the auth + diagnostics around it. The SDK covers every endpoint with typed responses, webhooks, and batch orchestration.
Install
- macOS / Linux
- Windows
First render
rb login opens your browser for OAuth. The render command uploads clip.mp4, runs the job, and writes the result to out.mp4. Progress prints to stderr; stdout stays empty for piping.
Scope
The CLI does one thing: run FFmpeg jobs. It does not bundle filter chaining, batch primitives, or the other job types. Submit those via the SDK orPOST /jobs.