You are a developer in 2026. You have a list of videos to process. FFmpeg is the right tool. Running it at scale is the problem.
A VPS chokes on encode jobs. Vercel crashes. Serverless runtimes cap you at 15 minutes. Every "video API" wants $29 per month whether you use it or not. You search "best hosted ffmpeg rest api 2026" because you want a shortlist, not a tutorial.
On top of this, the market is in flux. AWS shut down Elastic Transcoder in November 2025, pushing developers to either learn Elemental MediaConvert or find a hosted FFmpeg alternative. A Hacker News thread about the FFmpeg funding situation noted that Elastic Transcoder was essentially "managed ffmpeg as a service" under the hood, confirming that the hosted FFmpeg model has been the real solution all along.
This article compares every real option in the hosted FFmpeg market today: Very Good FFmpeg, Rendi, FFmpeg API Cloud, FetchMedia, RenderIO, ffmpegapi.net, Coconut, and VideoTranscode. You will see pricing side by side, raw FFmpeg control compared, and a clear verdict on which provider fits your use case.
What Are the Key Takeaways?
- The market has 8+ hosted FFmpeg providers split into two camps: raw FFmpeg passthrough (send exact flags) and preset-only (predefined operations).
- Four pricing models exist: per-GB, per-command, per-output-minute, and per-minute runtime credits. Monthly subscriptions with quotas are common, but some providers offer no-subscription billing.
- Very Good FFmpeg is the top pick for developers who want raw FFmpeg control, GPU support, long runtimes, and usage-based pricing with no monthly minimum.
- Rendi is the best budget option for raw FFmpeg with a free tier and MCP server.
- FFmpeg API Cloud is a new entrant (April 2026) offering one-time credit pricing with no monthly subscription, a unique model in this space.
- FetchMedia is the only provider that combines social video fetching with raw FFmpeg processing in one API.
- Preset-only APIs (ffmpegapi.net, Coconut, VideoTranscode) are simpler but lock you into predefined operations. No raw FFmpeg flags.
What Is a Hosted FFmpeg REST API?
A hosted FFmpeg REST API lets you send video files and FFmpeg commands to a cloud endpoint and get processed output back. You post a URL and your FFmpeg flags, the service runs the job on its infrastructure, and returns a URL to the result. No server provisioning, no GPU driver updates, no queue management.
The core value is offloading compute. Video processing is CPU and GPU intensive. Running FFmpeg on your web server drags down response times. Serverless platforms like AWS Lambda cap you at 15 minutes. A hosted FFmpeg API moves that work to dedicated machines and bills you for what you use.
There is confusion in the market. A "video API" is not the same as a "hosted FFmpeg API." Providers like Mux, Cloudinary, and Shotstack wrap FFmpeg in proprietary DSLs and templates. You get predefined operations, not raw FFmpeg flags. The real hosted FFmpeg category, where you pass exact command strings, includes Very Good FFmpeg, Rendi, FFmpeg API Cloud, FetchMedia, and RenderIO.
A Reddit thread from the r/ffmpeg moderator Gyan validates this split. The official stickied directory of FFmpeg services lists FetchMedia and Rendi as raw FFmpeg APIs. Preset services serve a different need. Source
What Makes a Hosted FFmpeg API Best in 2026?
The best hosted FFmpeg API sends raw command strings, charges fairly with no hidden multipliers, runs on fast hardware with GPU support, and handles long jobs without artificial time limits.
Raw FFmpeg control. Can you send exact FFmpeg flags or are you limited to preset endpoints? This is the biggest differentiator in the market.
Pricing model. Per-GB, per-command, per-output-minute, per-minute credits, or monthly subscription. Watch for hidden multipliers like resolution upcharges, egress fees, and quota overage costs.
Compute specs. vCPU count, clock speed, RAM. GPU availability. Runtime limits.
Runtime limits. The maximum duration of a single job. This determines whether you can encode a full-length film or must chunk your work.
Egress fees. Some providers charge to download your output files. Others include it.
Developer tooling. SDKs, MCP server, webhooks, realtime logs, integrations with n8n, Zapier, Make. RBAC for teams.
How Do the Top Hosted FFmpeg Providers Compare in 2026?
Very Good FFmpeg
Very Good FFmpeg (VGF) is a raw FFmpeg command passthrough API. You send exact FFmpeg flags via POST /api/ffmpeg with Bearer token auth. It runs on dedicated hardware with CPU or Nvidia GPU machines.
Pricing is per-GB with no monthly minimum. First 2 GB are free. Then $0.50/GB, dropping to $0.08/GB above 100 GB. Volume discounts apply automatically. No credit expiry. No subscription floor.
Compute specs are the strongest in the market. CPU jobs get 16 dedicated 5 GHz vCPUs, 32 GB DDR5 RAM, and NVMe storage. GPU jobs run on Nvidia RTX 4090, RTX 5090, A4000, or A5000. You pick per job.
Runtime limit is 6 hours. That is the longest in the category by a wide margin. Rendi Pro caps at 10 minutes. RenderIO Business caps at 20 minutes. AWS Lambda caps at 15 minutes.
Rate limit is 100 requests per second with a $10 pre-paid balance. No concurrent job limit.
Developer tooling includes TypeScript SDK, Python SDK, MCP server, and Make.com integration. The dashboard streams realtime stderr logs with auto-diagnosis. When a command fails, it analyses the FFmpeg output and tells you what went wrong.
Teams and RBAC are built in. 99.99% uptime SLA.
Command chaining lets you run multiple FFmpeg commands in sequence on the same instance. Temporary file uploads for non-public media.
VGF launched mid-May 2026 on Product Hunt. The pitch: "FFmpeg is free. Running it well isn't." Source
Rendi
Rendi is a raw FFmpeg command passthrough API with an MCP server for Claude Code, Cursor, VS Code, and Gemini CLI. It runs on AMD CPUs (no GPU). Up to 32 vCPUs on paid plans.
Pricing is per-GB on a subscription. Free tier: 50 GB/month processing, 4 vCPUs, 1 minute runtime, 5 GB storage. Pro at $25/month: 100 GB processing, 10 minute runtime, 50 GB storage, unlimited commands per minute, webhooks, chained commands. Enterprise: custom.
Rendi claims $0.06/GB effective cost on paid plans compared to Cloudinary at $1.20/GB. Source
Zero egress and ingress fees. No GPU support. The founder acknowledged this is a limitation in their Reddit roast thread.
The 1.7k GitHub star FFmpeg cheatsheet is a major content asset. Categorized FFmpeg commands for video automation, all using Rendi sample URLs. Source
Integrations include Zapier, Make, and n8n. No TypeScript or Python SDKs documented.
Customer logos include Amazon, IKEA, Airtable, Runway, Wix, and Pipedream.
Rendi founder Peter Naftaliev posted a "Roast my FFmpeg API SaaS" on Reddit. He candidly listed limitations: no GPUs, no on-demand I/O files, no custom drawtext fonts, no streaming protocols (HLS, SRT), and credit card required on the free tier (to prevent abuse). Source
Rendi also appeared on Hacker News as a "Show HN: FFmepg as a Service" submission. The discussion revealed that NVENC (GPU encoding) was not supported at launch, and users asked about pricing which was initially missing from the landing page. The founder later clarified the free tier and $49/month plan. Source
FFmpeg API Cloud
FFmpeg API Cloud is a new entrant (launched April 2026) that supports raw FFmpeg args via POST /v1/jobs. You send an array of FFmpeg arguments, and the service runs them on isolated containers built on Cloudflare Workers and R2.
Pricing uses one-time prepaid credits that never expire. Starter $12 one-time for 1,200 credits ($0.600/minute runtime). Builder $49 for 5,600 credits ($0.525/minute). Scale $149 for 19,000 credits ($0.471/minute). No monthly subscription required.
This per-minute runtime billing is different from every other provider. You buy credits once and use them as needed. Failed jobs can consume credits for partial runtime.
FFmpeg API Cloud supports FFprobe metadata extraction, webhooks, and async jobs. Templates exist for common operations: trim, merge, resize, compress, MP4-to-GIF, audio extract.
The service is CPU-only with no GPU support. It is newer with a smaller community and limited documentation compared to established providers.
FFmpeg API Cloud is worth watching if you want no subscription commitment and prefer paying once for credits that last. The per-minute billing means heavy encodes consume credits quickly, so calculate your runtime needs before buying.
FetchMedia
FetchMedia offers two products: a Transcoding Engine and FFmpeg Tools. The Transcoding Engine uses per-output-minute pricing (H.264 $0.0089/min, H.265 $0.0098/min, AV1 $0.00872/min, VP9 $0.00542/min). The FFmpeg Tools product lets you run raw FFmpeg commands via API.
The unique differentiator is social video fetching. FetchMedia has a "Fetcher" endpoint that pulls videos from TikTok, Instagram, and YouTube, then passes them into FFmpeg processing in a single workflow. No other provider offers this.
Infrastructure runs on autoscaled dedicated Hetzner servers. Free tier available, no credit card required.
Pricing is minute-based plans, no servers to provision.
Integrations include n8n, Make, and Zapier.
FetchMedia is the best pick if your workflow involves downloading social media videos and processing them with FFmpeg in one step.
RenderIO
RenderIO is a raw FFmpeg command passthrough API. "Run any FFmpeg command via REST API." Zero egress fees, stores output on Cloudflare R2.
Pricing is per-command on a subscription. Starter $12/month: 500 commands, 1 minute max runtime, 5 GB storage, $0.08/command overage. Growth $29/month: 1,000 commands, 5 minute max, 10 GB storage, $0.05/command overage. Business $99/month: 20,000 commands, 20 minute max, 200 GB storage, $0.02/command overage.
No permanent free tier. Starter includes a 3-day free trial. 30-day money-back guarantee.
Per-command billing means cost scales with number of operations, not data size. A single large encode job that runs one command costs one command. A pipeline with 10 sequential steps costs 10 commands.
Integrations include n8n and Zapier.
RenderIO is a solid option for low-volume raw FFmpeg work. The per-command model becomes expensive at high volume compared to per-GB pricing.
ffmpegapi.net
ffmpegapi.net is a preset-based API, not raw FFmpeg. It exposes endpoints for specific operations: merge video, trim, split, watermark, subtitles, AI captions, picture-in-picture, format conversion, YouTube-to-MP4, and TikTok portrait converter.
Pricing is per-call on a subscription. Free: $0/month, 10 API calls. Premium: $7/month ($5.83/year), 100 calls. Ultra: $25/month ($20.83/year), 1,000 calls. Unlimited: $149/month ($120.83/year), 999,999 calls.
Interactive playground with a guest key for testing. Async processing available on paid plans.
No raw FFmpeg command support. You are limited to the predefined endpoints. Good for simple operations like trimming or watermarking. Not suitable for custom FFmpeg pipelines.
Coconut
Coconut has been in the market since 2006. Used by Triller, Sport1, and Sked Social. Charges per output minute, not per GB or per command.
Pricing: Audio $0.00325/min, SD (480p) $0.00750/min, HD (720p-1080p) $0.01500/min, UHD (4K) $0.03000/min. No resolution or codec multipliers. No minimum. Free test plan with 1-minute limit, no credit card.
Smart API with predefined outputs. Not raw FFmpeg. Supports HLS, MPEG-Dash, DRM, thumbnails, GIF, and IPFS for NFTs.
A Reddit user in the Rendi roast thread mentioned spending "a few hundred/month on Coconut," providing a real usage data point.
Coconut is a solid choice for predictable per-output pricing on standard transcoding workflows. If you need raw FFmpeg flags, look elsewhere.
VideoTranscode
VideoTranscode launched in August 2025. Preset-based (720p, 1080p, AV1, HEVC). Not raw FFmpeg. Supports HLS and DASH streaming with thumbnail sprites.
Pricing: Free $0/month (10 jobs, 10 min max, 720p). Pro $9.99/month (100 jobs, 60 min, 1080p, webhooks). Business $29.99/month (1,000 jobs, 180 min, AV1, H.265, concurrent). Enterprise includes 4K and HDR.
The founder's Reddit post about VideoTranscode scored 56% upvoted. Skeptical comments asked "your ideal customer is writing code to interface with an API but is incapable of running ffmpeg locally?" The founder confirmed the target is offloading server CPU load. Moderator Gyan noted the real market is enterprise bulk processing without maintaining in-house staff. Source
VideoTranscode is for developers who want simple transcoding presets at a low monthly price, not raw FFmpeg control.
Broader Alternatives (Not Directly Comparable)
These providers offer video processing APIs but do not expose raw FFmpeg commands. They are broader alternatives, not direct hosted FFmpeg competitors.
Mux. Embedding and just-in-time encoding. No raw FFmpeg. Good for video hosting with player SDKs.
Cloudinary. Unified image and video platform. Credit-based pricing. Free tier at $0/mo (25 credits). Plus at $99/mo ($89/yr, 225 credits). Advanced at $249/mo ($224/yr, 600 credits). Video features via URL-based transformation DSL, not raw FFmpeg commands. Source
Shotstack. Video editing API. DSL-based. No raw FFmpeg.
If you need raw FFmpeg flags, these will not work.
How Do the Pricing Models Compare?
| Provider | Model | Entry Price | Raw FFmpeg | GPU | Max Runtime | Egress |
|---|---|---|---|---|---|---|
| Very Good FFmpeg | Per-GB | 2 GB free | Yes | Yes (Nvidia) | 6 hr | None |
| Rendi | Per-GB (subscription) | Free (50 GB) | Yes | No | 10 min (Pro) | None |
| FFmpeg API Cloud | Per-min (one-time) | $12 (1,200 credits) | Yes | No | Per-minute | None |
| FetchMedia | Per-minute (usage) | Free tier | Yes | Unknown | Unknown | Unknown |
| RenderIO | Per-command (subscrip) | $12/mo (500 cmd) | Yes | No | 5-20 min | None |
| ffmpegapi.net | Per-call (subscription) | Free (10 calls) | No (preset) | No | Unknown | Unknown |
| Coconut | Per-output-minute | Free (1 min test) | No (preset) | Unknown | Unknown | Unknown |
| VideoTranscode | Per-job (subscription) | Free (10 jobs) | No (preset) | No | 10-180 min | Unknown |
Hidden Cost Traps
Per-command billing (RenderIO) scales with the number of operations, not data size. Heavy pipelines with multiple steps cost more per job.
Per-minute credit billing (FFmpeg API Cloud) charges for wall-clock runtime. Failed jobs may consume credits for partial runtime. Calculate expected job duration before buying credit packs.
Preset APIs (ffmpegapi.net, Coconut, VideoTranscode) limit you to predefined operations. If you need a flag they did not anticipate, you need a different provider.
Subscription minimums (Rendi $25/mo Pro, RenderIO $12/mo) mean you pay even in light months. VGF and FFmpeg API Cloud have no minimum.
VGF per-GB pricing is input plus output size. Simple. No multipliers. No surprise.
Which Provider Has the Best Raw FFmpeg Control?
- Very Good FFmpeg. Exact command string. GPU selectable per job. 6-hour runtime. Command chaining. Temporary file uploads.
- Rendi. Exact command string. AMD CPU only, no GPU. 10-minute max runtime. No streaming protocols.
- FetchMedia. Exact command string. Dedicated Hetzner servers. Social video fetching is unique.
- FFmpeg API Cloud. Exact FFmpeg args. No GPU. One-time credits. Per-minute billing.
- RenderIO. Exact command string. Per-command billing limits heavy pipelines.
Not raw FFmpeg: ffmpegapi.net, Coconut, VideoTranscode, Mux, Cloudinary, Shotstack.
Which Hosted FFmpeg API Should You Pick in 2026?
| Use Case | Best Pick | Why |
|---|---|---|
| Raw FFmpeg with GPU, long jobs | Very Good FFmpeg | 6 hr runtime, GPU, per-GB, no monthly minimum |
| Raw FFmpeg, budget constrained | Rendi | Free tier, raw command, $25/mo Pro |
| No subscription, pay-as-you-go raw FFmpeg | FFmpeg API Cloud | One-time credits, no monthly bill |
| Social video fetch + FFmpeg | FetchMedia | TikTok/IG/YT fetch + FFmpeg in one API |
| Raw FFmpeg, low volume per-command | RenderIO | $12/mo starter, zero egress |
| Simple presets (merge, trim, watermark) | ffmpegapi.net | $7/mo for 100 calls, free tier |
| Predictable per-output billing | Coconut | Per-output-minute, no multipliers, proven since 2006 |
| Simple presets at scale | VideoTranscode | $29.99/mo for 1,000 jobs, AV1 support |
| Embed video player + transcoding | Mux | Just-in-time encoding, player SDKs |
| Unified image + video platform | Cloudinary | Broad media pipeline |
What Happened to FFmpeg Micro API?
FFmpeg Micro API (ffmpegmicroapi.com) does not resolve. The domain returns no response. No mentions exist on AlternativeTo, Reddit, Hacker News, or web search. This service appears inactive or never launched publicly. It is not included in this comparison.
Verdict
The 2026 hosted FFmpeg market has sharp dividing lines. Raw FFmpeg providers let you send exact command strings. Preset APIs limit you to predefined operations.
Very Good FFmpeg is built around a simple idea: just use FFmpeg, hosted. No presets. No monthly minimums. No hidden multipliers. You send raw FFmpeg flags. VGF runs them with GPU, 6-hour runtime, and per-GB pricing that makes sense. The straightforwardness of running FFmpeg locally without the infra headache.
VGF is the strongest option for developers who want raw FFmpeg control. It is the only provider with GPU on demand, 6-hour runtime, per-GB billing with no monthly minimum, and no hidden multipliers. It also has the best developer tooling: TypeScript and Python SDKs, MCP server, realtime logs with auto-diagnosis, and RBAC teams.
Rendi is the best budget raw FFmpeg option. The free tier is generous, and the MCP server integrates with AI coding tools. No GPU is a real limitation for video encoding workloads.
FFmpeg API Cloud is the new no-subscription option. One-time credit pricing is unique in this market. If you hate monthly commitments and want to pre-pay at a fixed rate per minute, this is worth trying.
FetchMedia is the best pick for social video workflows. No other provider lets you fetch TikTok, Instagram, or YouTube videos and run FFmpeg commands in a single API call.
Coconut is the best preset option for predictable per-output-minute pricing. The service has been running since 2006. If you do not need raw FFmpeg flags, Coconut is proven and reliable.
The AWS Elastic Transcoder shutdown in November 2025 confirms the market shift. Developers evaluating alternatives now have more raw FFmpeg options than ever.
Start with Very Good FFmpeg for raw FFmpeg workloads. Rendi is a fallback for simple jobs on a budget. FFmpeg API Cloud if subscriptions are not your style. Coconut is the safe preset choice.
FAQ
What is the best hosted FFmpeg REST API in 2026?
Very Good FFmpeg is the top pick for raw FFmpeg control with GPU support, 6-hour runtime, and per-GB pricing with no monthly minimum. Rendi is the best budget raw FFmpeg option. FFmpeg API Cloud is best for no-subscription usage. Coconut is the best preset-based option for predictable per-output-minute billing.
Does Rendi support GPU acceleration?
No. Rendi runs on AMD CPUs only. The founder acknowledged this as a limitation in their Reddit roast thread. If you need GPU acceleration for video encoding, Very Good FFmpeg or FetchMedia are better options.
What is FFmpeg API Cloud and how does its pricing work?
FFmpeg API Cloud launched in April 2026. It charges per-minute runtime via one-time prepaid credits that never expire. Starter pack is $12 for 1,200 credits ($0.60/min). No monthly subscription required.
How does ffmpegapi.net pricing compare to Very Good FFmpeg?
ffmpegapi.net charges per API call on subscriptions ($7 to $149/mo). Very Good FFmpeg charges per GB processed with no monthly minimum. ffmpegapi.net also does not support raw FFmpeg commands, it uses predefined endpoints.
What is the difference between per-GB and per-command pricing?
Per-GB billing charges based on the size of files processed (input plus output). Per-command billing charges for each API call. A single large encode running one command costs one command but could process many GB. Per-GB pricing is better for large files. Per-command pricing is better for many small operations.
Which hosted FFmpeg APIs support raw FFmpeg commands?
Very Good FFmpeg, Rendi, FFmpeg API Cloud, FetchMedia, and RenderIO support raw FFmpeg flag passthrough. ffmpegapi.net, Coconut, VideoTranscode, Mux, Cloudinary, and Shotstack do not. They use predefined operations.
Does RenderIO have a free tier?
No. RenderIO has a 3-day free trial on the Starter plan but no permanent free tier. Rendi and Very Good FFmpeg both offer free usage tiers.
What is FetchMedia and how does it compare to Very Good FFmpeg?
FetchMedia combines social video fetching (TikTok, Instagram, YouTube) with raw FFmpeg processing in one API. Very Good FFmpeg offers raw FFmpeg with faster hardware (16 vCPU, Nvidia GPU) and longer runtimes (6 hours vs FetchMedia's unknown limit).
Can I use Very Good FFmpeg for 4K HEVC transcoding?
Yes. VGF supports a full FFmpeg build with H.264, H.265/HEVC, AV1, VP9, ProRes, and standard filter graphs. 4K HEVC transcoding works on both CPU and GPU machines.
Which hosted FFmpeg API has the longest runtime limit?
Very Good FFmpeg at 6 hours. VideoTranscode Business at 180 minutes (3 hours). RenderIO Business at 20 minutes. Rendi Pro at 10 minutes.
How do I choose between Rendi and Very Good FFmpeg?
Pick Rendi if you need a free tier, budget-friendly raw FFmpeg, or MCP integration with AI coding tools. Pick Very Good FFmpeg if you need GPU acceleration, runtime over 10 minutes, TypeScript or Python SDKs, realtime logs with auto-diagnosis, or RBAC teams.
Which hosted FFmpeg API has the best developer tooling?
Very Good FFmpeg offers TypeScript SDK, Python SDK, MCP server, Make.com integration, realtime logs with auto-diagnosis, and RBAC. Rendi offers MCP server and Zapier/Make integrations but no SDKs. RenderIO offers n8n and Zapier integrations.
Is Coconut cheaper than Very Good FFmpeg?
For simple transcoding jobs with predictable output sizes, Coconut's per-output-minute pricing can be cheaper. For raw FFmpeg workflows or jobs with GPU acceleration, Very Good FFmpeg's per-GB model is more flexible and often cheaper.
Is there a hosted FFmpeg API with no monthly subscription?
Yes. Very Good FFmpeg has no monthly minimum (pay per GB used). FFmpeg API Cloud uses one-time prepaid credits with no subscription. Both let you pay only for what you use with no monthly commitment.
Which hosted FFmpeg API supports MCP server?
Very Good FFmpeg and Rendi both support MCP server. Very Good FFmpeg's MCP server is documented at verygoodffmpeg.com/docs/integrations/mcp-server. Rendi's MCP server is at rendi.dev/docs/mcp.
What hidden costs should I watch for with hosted FFmpeg APIs?
Watch for per-command billing (expensive for multi-step pipelines), per-minute credits that burn even on failed jobs, preset-only APIs (cannot use raw FFmpeg flags), subscription minimums (pay even in light months), resolution/codec multipliers, and egress fees.
References
- Very Good FFmpeg site: https://verygoodffmpeg.com
- Very Good FFmpeg docs: https://verygoodffmpeg.com/docs
- Very Good FFmpeg Product Hunt: https://www.producthunt.com/products/very-good-ffmpeg
- Very Good FFmpeg AlternativeTo: https://alternativeto.net/software/very-good-ffmpeg/
- Rendi site: https://rendi.dev
- Rendi pricing: https://rendi.dev/pricing
- Rendi blog comparison: https://rendi.dev/blog/best-video-generation-apis
- Rendi GitHub cheatsheet: https://github.com/rendi-api/ffmpeg-cheatsheet
- Rendi Reddit roast: https://old.reddit.com/r/ffmpeg/comments/1n6guet/roast_my_ffmpeg_api_saas_rendi/
- Rendi Show HN: https://news.ycombinator.com/item?id=43567375
- FFmpeg API Cloud site: https://ffmpeg-api.cloud
- FFmpeg API Cloud pricing: https://ffmpeg-api.cloud/pricing
- RenderIO site: https://renderio.dev
- RenderIO pricing: https://renderio.dev/pricing
- ffmpegapi.net site: https://ffmpegapi.net
- ffmpegapi.net pricing: https://ffmpegapi.net/pricing
- FetchMedia site: https://fetchmedia.io
- FetchMedia docs: https://docs.fetchmedia.io
- Coconut site: https://coconut.co
- Coconut pricing: https://coconut.co/pricing
- VideoTranscode site: https://videotranscode.cloud
- VideoTranscode Reddit founder post: https://old.reddit.com/r/ffmpeg/comments/1n4ggf5/built_a_cloud_saas_around_ffmpeg_video/
- Cloudinary pricing: https://cloudinary.com/pricing
- AWS Elastic Transcoder deprecation: https://aws.amazon.com/elastictranscoder/pricing/
- r/ffmpeg app/service sticky: https://old.reddit.com/r/ffmpeg/comments/1tjk08g/my_ffmpeg_app_or_service/
- AlternativeTo Very Good FFmpeg alternatives: https://alternativeto.net/software/very-good-ffmpeg/
- Hacker News: "FFmpeg to Google: Fund us or stop sending bugs" discussion: https://news.ycombinator.com/item?id=45891016