this post was submitted on 21 Jun 2023
120 points (100.0% liked)
Technology
37740 readers
783 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As I understand it, it ingests an uploaded video and automatically encodes it in a bunch of different quality settings in h.264, then, if the video is popular enough to justify the computational cost of encoding into AV1 and VP9, they'll do that when the video reaches something like 1000 views. And yes, once encoded they just keep the copies so that it doesn't have to be done again.
Here's a 2-year-old blog post where YouTube describes some of the technical challenges.
As that blog post explains, when you're running a service that ingests 500 hours of user submitted video every minute, you'll need to handle that task differently than how, for example, Netflix does (with way more video minutes being served, but a comparatively tiny amount of original video content to encode, where bandwidth efficiency becomes far more important than encoding computational efficiency).
Thanks a lot for the explanation and the link.
I asked about that because I thought if it's a one-time thing, then the uploader would be the one using their own computer to encode. Maybe they're given a desktop software or a set configurations for, say, ffmpeg. It would certainly be less attractive than to just upload it and let the platform handle it.
Yeah, I think it's doable to distribute that compute burden if each channel owner has a desktop CPU laying around to encode a bunch of video formats, but lots of people are doing stuff directly on their phones, and I don't think a phone CPU/GPU would be able to process a significant amount of video without heat/power issues.