9 ms·
I love software that just does what it’s supposed to do and is so good at it that it’s an underpinning for other projects. FFmpeg, curl, nmap, et., al.
by QuarterRoy 4y ago
I love software that just does what it’s supposed to do and is so good at it that it’s an underpinning for other projects.
FFmpeg, curl, nmap, et., al.
- Aperocky 4y agoIt is such a swiss knife kind of tool, there's just almost nothing it can't do when it comes to video, audio and image modifications. I wonder how many big companies uses it "in secret" that we don't know off, or distributes it with mentions buried deep underneath usage agreement.
- hnlmorg 4y agoIt’s used heavily by professional broadcasters and TV/movie studios. AWS run it, satellite TV services use it, some VFX studios use it, etc. it’s become pretty foundational industry tech.
- bretticus 4y agoAnd even the defense industry.
- shmerl 4y agoGoogle must be using it for Youtube. Wikimedia is using it as well.
- jzombie 4y agoI believe it is embedded in Chromium as well.
- shmerl 4y agoFirefox bundles it as well I think (at least Linux version).
- padenot 4y agoFirefox vendors a subset of ffmpeg, to decode royalty free codecs such as vp8/9, mp3, flac, on all OSes. We're using our own decoders/demuxers for other royalty free codecs for historical reasons. It can also use the system's ffmpeg to decode patented formats such as h264 or AAC, on desktop Linux, if the copy of ffmpeg present on the host includes non-free codecs (same on other OSes, with their respective system libraries).
- komali2 4y agoThey do, they say so here: https://support.google.com/youtube/answer/1722171#zippy=%2Ccontainer-mp%2Caudio-codec-aac-lc%2Cvideo-codec-h%2Cframe-rate%2Cbitrate%2Cvideo-resolution-and-aspect-ratio%2Ccolor-space https://support.google.com/youtube/answer/1722171#zippy=%2Cc... > YouTube does not recommend the RGB color matrix on uploads. In this case, YouTube initially sets the color matrix to unspecified before the standardization. It will then infer the color matrix using the color primaries during standardization. Note that sRGB TRC will convert to BT.709 TRC. YouTube re-tags the color primaries/matrix/TRC to BT.709 when it is not supported by FFmpeg colorspace conversion filter. Since FFmpeg is gpl2.1 I thought they had to make it easier to know they're using this, like under a "licenses" section, but I don't see anything under studio.youtube.com indicating this.
- shmerl 4y agoInteresting, thanks for the pointer!
- Aperocky 4y ago> Since FFmpeg is gpl2.1 I thought they had to make it easier to know they're using this Precisely, I doubt youtube just brazenly ignored this, but their legal might have buried it under some obscure link. I wonder if there's a license that require it to be "highly visible" in some sort of way.
- rchard2scout 4y agoIsn't it that they're not actually distributing FFmpeg, just using it themself, so they don't need to do anything?
- komali2 4y agoHuh, I never really thought about it, but I guess that's one thing that GPL kinda fails at: if your server does all the work, you can leverage open source technology to do all sorts of stuff for your clients, so long as all the work the code you serve them does is collect and present data to the server. Like, they get to see the code they run, but there's no insight to the code you run to deliver whatever service you're doing. Maybe this is obvious to other people lol, I just hadn't thought of it till now.
- voltaireodactyl 4y agoI can tell you it’s heavily used in professional settings within the entertainment industry. There is no better tool, thankfully!
- tech234a 4y agoYouTube appears to have used ffmpeg, at least in 2011: https://news.ycombinator.com/item?id=2831292 https://news.ycombinator.com/item?id=2831292