947
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Aug 2025
947 points (96.6% liked)
Programmer Humor
25531 readers
1293 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
Wouldn't be surprised if YouTube and Netflix don't use FFmpeg. I am pretty sure they use custom built hardware encoders. Pretty sure Netflix has a lot of blog posts about building their own encoding methods
They either do use it or a heavily modified fork to fit their usecase.
But I am pretty certain I read about their usage on it.
ffmpeg codec
Ffmpeg aint a codec dude.
okay, let me elaborate: the hardware acceleration requires custom software to interact with it yes, BUT, they probably still use ffmpeg and just pass
-vcodec custom_thing
to it