Encoding is the tier where the cost model quietly changes what you are willing
to build.
The multiplication
A managed encoder bills per minute, per rendition. So the unit is not "an hour
of content" — it is an hour times the ladder depth, times every time you touch
it.
| Decision | Cost on a meter | Cost on owned hardware |
|---|
| Add a low-bitrate rendition | Re-encode the catalogue, billed in full | Queue time |
| Adopt a newer codec | Re-encode the catalogue, billed in full | Queue time |
| Fix a bad ladder choice | Re-encode, billed in full | Queue time |
| Nightly re-encode of the archive | Not seriously considered | Electricity |
The second column is what makes an improvement a budget conversation. The third
makes it a scheduling one. That difference decides how good the ladder gets over
five years far more than the initial encoder choice does.
Why the workload suits owned hardware unusually well
- Predictable. Catalogue hours are known in advance.
- Batchable. Nothing about a VOD encode is latency-sensitive.
- Restartable. A failed job is requeued, not lost.
- Bounded by a resource you can count. Throughput is GPUs, not a vendor's
concurrency quota.
That is close to the ideal case. Compare it with sign-in traffic, which is
spiky, latency-sensitive and unpredictable — and which is why the
hybrid pattern leaves that tier rented.
Live shares the hardware, not the priority
Live encoding runs on the same GPUs with a latency-sensitive profile and
priority over batch work. The scheduling rule is unglamorous and important: an
overnight archive re-encode must never be able to starve a match.
Encrypt at packaging, not after
AES-128 applied when the media is packaged means an unencrypted rendition never
exists on disk to be copied. Applying it downstream leaves a window, and the
window is on a filesystem rather than on a wire.
The number to bring
Catalogue hours, ladder depth, and how often the ladder changes. Those three
usually make the case on their own, in either direction — for a small catalogue
that never changes, a meter is genuinely cheaper, and that is a legitimate
answer.