Comment by larodi

Comment by larodi a day ago

14 replies

Is anyone else on the opinion that ffmpeg now ranks 4th as the most used lib after ssl, zlib, and sqlite... given video is like omnipresent in 2025?

PokestarFan a day ago

FFMpeg is probably not as up high since video processing only needs to be done on the servers that receive media. I doubt most phones are running FFMpeg on video.

  • neRok 16 hours ago

    Chrome and Firefox use FFmpeg libraries to decode media, so it's in more places than you might think! (But also, ChatGPT said it's not used in Android browser apps because they would use Android's "native" media stack).

  • larodi 21 hours ago

    Well I would imagine portions of it are on every mobile device, and also Netflix and alike surely use it to encode video.

zvr 21 hours ago

Curl should be up there, and "SSL" might be lower because of different implementations would split the numbers.

  • larodi 21 hours ago

    Curl perhaps yes, but it employs zlib and libssl to operate, right so?

    • zvr 6 hours ago

      Yes, it uses zlib and some implementation of SSL.

      My earlier comment about "SSL" is that the actual library might be OpenSSL, BoringSSL, WolfSSL, GnuTLS, or any one of a number of others. So the number of uses of each one is smaller than the total number of "SSL" uses.

npteljes a day ago

It's up there in the hall of fame, that's for sure!

IshKebab 19 hours ago

I think there's quite a few above it. Qt, libpng, libusb etc.