Most active commenters
  • larodi(3)

←back to thread

FFmpeg 8.0

(ffmpeg.org)
985 points gyan | 16 comments | | HN request time: 0.638s | source | bottom
1. larodi ◴[] No.44986130[source]
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?
replies(10): >>44986202 #>>44986229 #>>44986504 #>>44986695 #>>44986901 #>>44987202 #>>44988137 #>>44988732 #>>44989684 #>>44996646 #
2. pledg ◴[] No.44986202[source]
libcurl?
3. ◴[] No.44986229[source]
4. encom ◴[] No.44986504[source]
libc :D
5. npteljes ◴[] No.44986695[source]
It's up there in the hall of fame, that's for sure!
6. zaik ◴[] No.44986901[source]
You can check, at least for Arch Linux: https://pkgstats.archlinux.de/packages
7. _kb ◴[] No.44987202[source]
You can pull the nix logs from here: https://github.com/NixOS/infra/blob/main/metrics/fastly/READ...

Could be an interesting data source to explore that opinion.

8. PokestarFan ◴[] No.44988137[source]
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.
replies(2): >>44988850 #>>44991507 #
9. zvr ◴[] No.44988732[source]
Curl should be up there, and "SSL" might be lower because of different implementations would split the numbers.
replies(1): >>44988837 #
10. larodi ◴[] No.44988837[source]
Curl perhaps yes, but it employs zlib and libssl to operate, right so?
replies(1): >>44994931 #
11. larodi ◴[] No.44988850[source]
Well I would imagine portions of it are on every mobile device, and also Netflix and alike surely use it to encode video.
12. IshKebab ◴[] No.44989684[source]
I think there's quite a few above it. Qt, libpng, libusb etc.
replies(1): >>45011913 #
13. neRok ◴[] No.44991507[source]
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).
14. zvr ◴[] No.44994931{3}[source]
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.

15. GZGavinZhao ◴[] No.44996646[source]
*sad curl noises
16. account42 ◴[] No.45011913[source]
libpng and libjpeg I can see.

But Qt and libusb above ffmpeg? No way.