Very Good FFmpeg lets us run the same FFmpeg commands we already use, without having to manage our own render workers.
That matters a lot when processing short form video at scale. Jobs need to be reliable, fast, and easy to debug when something fails. The best part is that we can keep our existing FFmpeg workflow, send jobs through the API, and get clear logs back. That saves us from maintaining extra infrastructure just to handle video processing.
Command chaining is also useful. We can run multi step video jobs in one flow, which keeps things simpler on our side. The dashboard is clean enough to see what is happening without digging through messy tooling.
Overall, it feels like a practical product built for teams that already know FFmpeg and just want it to run well in production. Review collected by and hosted on G2.com.
The main downside for us is the lack of a Go SDK, since our backend is written in Go.
The HTTP API is straightforward to call directly, so it hasn’t blocked us. Still, it means we’ve had to build and maintain our own wrapper around it. Review collected by and hosted on G2.com.