←back to thread

FFmpeg 8.0

(ffmpeg.org)
985 points gyan | 1 comments | | HN request time: 0.21s | source
Show context
JadoJodo ◴[] No.44985924[source]
I don't know a huge amount about video encoding, but I presume this is one of those libraries outlined in xkcd 2347[0]?

[0] - https://xkcd.com/2347/

replies(5): >>44985968 #>>44986024 #>>44986304 #>>44986584 #>>44987220 #
0xbeefcab ◴[] No.44986024[source]
Yeah, basically anytime a video or audio is being recorded, played, or streamed its from ffmpeg. It runs on a couple planets [0], and on most devices (maybe?)

[0] https://link.springer.com/article/10.1007/s11214-020-00765-9

replies(2): >>44986245 #>>44986465 #
1. deaddodo ◴[] No.44986465[source]
FFMpeg is definitely fairly ubiquitous, but you are overstating its universality quite a bit. There are alternatives that utilize Windows/macOS's native media frameworks, proprietary software that utilizes bespoke frameworks, and libraries that function independently of ffmpeg that offer similar functionality.

That being said, if you put down a pie chart of media frameworks (especially for transcoding or muxing), ffmpeg would have a significant share of that pie.