Nearly all global internet video runs on FFmpeg (an open-source audio/video processing tool library), and its core maintainers admitted on the Lex Fridman podcast this week: open-source burnout is a real threat, and the model of a few unpaid people propping up infrastructure is nearing its limit.

What this is

FFmpeg is the underlying engine of internet video—YouTube, Netflix, and TikTok all rely on it for encoding and decoding. It is like the "electricity" of the video world: invisible but indispensable.

The VLC player is FFmpeg's most famous product, with over 3.5 billion downloads globally. VLC's lead developer, Jean-Baptiste Kempf, revealed on the podcast that they rejected multi-million dollar advertising partnerships to remain ad-free. This is idealism, but it also means the project relies long-term on volunteers and meager donations.

FFmpeg contributor Kieran Kunhya described their work: from reverse engineering video codecs (the technology that compresses and decompresses video) to hand-writing assembly code to optimize performance—it is highly specialized and tedious.

Industry view

Two signals warrant our attention.

First, the "single point of failure" risk in open-source infrastructure. FFmpeg is sustained by a handful of core maintainers; if they burn out and leave, the impact is massive. The podcast detailed the fork history of FFmpeg and Libav—in 2011, some developers left to start their own project, and they only merged back in 2015, during which the project's development was visibly stalled.

Second, the video patent war is heating up. Big Tech holds massive encoding patents, and open-source projects are navigating a minefield. FFmpeg previously clashed with Google over disputes on codec implementation methods.

But there are dissenting voices: some developers believe burnout is overstated. FFmpeg has remained active for over 20 years, and forking and merging is precisely open-source self-healing. The emergence of royalty-free codecs like AV1 is also changing the landscape.

Another risk that cannot be ignored: the podcast mentioned the CIA once created fake VLC software to surveil targets. Once trust in an open-source project is broken, the consequences are more severe than technical issues.

Impact on regular people

For enterprise IT: if your business involves video processing, FFmpeg's sustainability should enter your technical risk assessment. Consider providing funding or personnel support for the open-source projects you depend on—this is risk management, not charity.

For individual careers: open-source contribution remains an effective path for technologists to build reputation, but it requires a sustainable pace. Kempf proved idealism has value by "rejecting millions in ad revenue," but sustaining it requires business acumen.

For the consumer market: how long a free, ad-free VLC can exist depends on whether the open-source community can find a sustainable model. Consumers are used to free, but infrastructure is never truly free.