Remix.run Logo
FFmpeg 9.0(github.com)
333 points by gyan 5 hours ago | 66 comments
gyan 5 hours ago | parent | next [-]

Changelog:

- Extend AMF Color Converter (vf_vpp_amf) HDR capabilities

- LCEVC track muxing support in MP4 muxer

- Playdate video encoder and muxer

- Add v360_vulkan filter

- HE-AAC 960 decoding (DAB+)

- transpose_cuda filter

- Add AMF Frame Rate Converter (vf_frc_amf) filter

- SMPTE 2094-50 metadata support and passthrough

- ProRes RAW VideoToolbox hwaccel

- APV Vulkan hwaccel

- Animated WebP decoder

- Animated WebP demuxer

- Remove CELT decoding support (doesn't affect Opus CELT)

- Remove ogg/celt parsing

- Bitstream filter to split Dolby Vision multi-layer HEVC

- Add AMF hardware memory mapping support.

- ONNX Runtime DNN backend with GPU execution provider support

- Remove deprecated NVENC options and support for pre-11.1 SDK versions

harshreality 5 hours ago | parent | next [-]

> - Animated WebP decoder

Nice. browsers have supported this for a long time, and it was annoying ffmpeg did not, because that meant a lot of non-browser desktop apps couldn't view them either.

GlumWoodpecker 4 hours ago | parent [-]

I've been waiting for this feature! Whenever I've encountered an animated WebP, I've had to drop it into ezgif.com to convert it to mp4, now I can just write a quick Bash function to transform it with ffmpeg.

ryanmcbride 19 minutes ago | parent | prev | next [-]

> Playdate video encoder and muxer

Playdate as in the e-ink handheld? That's awesome!

hbn 9 minutes ago | parent [-]

Playdate's screen isn't e-ink, it's a 1-bit LCD

You probably wouldn't want the refresh rate of e-ink for a gaming device.

nvme0n1p1 a minute ago | parent [-]

Wouldn't be impossible. I'm old enough to remember the original B+W game boy, and my B+W e-reader refreshes faster.

embedding-shape 5 hours ago | parent | prev | next [-]

> - ONNX Runtime DNN backend with GPU execution provider support

Oh, wonder what fancy new things this will enable. Any examples in the wild already perhaps?

alex7o 3 hours ago | parent | next [-]

Some people might want to remove it, but onnx is one of the few ways you can run hw accelerated convolutions

sbinnee 3 hours ago | parent | prev | next [-]

I wonder if it’s going to be some custom encoder/decoder using DNN. I would also want to see some examples!

a-french-anon an hour ago | parent | prev [-]

Well, not that important to me since we already had that in Vapoursynth.

amelius 4 hours ago | parent | prev [-]

I'm curious if they used LLMs to do the tedious work of porting the (de/en)coders to different architectures, and how useful they are here.

rzerowan 4 hours ago | parent | next [-]

Seems like Yes. https://nitter.net/FFmpeg/status/2084084810813743614 "Thank you @ClaudeDevs and @AnthropicAI for supporting FFmpeg through the Claude for Open Source program!

So far, Claude has helped find missing backports for the upcoming 9.0 release."

Although i was under the impression that they ususally preferred hand optimized assembly. Not sure what their LLM/AI contribution policy looks like compared to other fundamental OSS projects.

dspillett 4 hours ago | parent | next [-]

> Although i was under the impression that they usually preferred hand optimized assembly.

Using LLMs/agents to do gap analysis and fill boilerplate doesn't rule out also reviewing the output and hand-optimising. That is how the tools should be used (if you aren't being a luddite like me and not using them at all) rather than click-and-hope vibe-coding.

brookst 4 hours ago | parent [-]

And as a ffmpeg user with some old/weird hardware, I would much prefer click-and-hope support to no support at all. Ideally they’d have the resources for a real live human to hand-code assembly for every codec for every platform, but that’s probably not realistic. I’ll take what I can get and dust off my assembly skills if a click-and-hope implementation is close but not quite enough.

znpy 5 minutes ago | parent | next [-]

You can very likely do the click-and-hope on your own with a 20 $/month cursor/codex/claude/grok subscription.

edit: actually if you have the weird/exotic hardware you’re in the best position to do so as you can actually test whatever the coding agents would shit out.

shevy-java 4 hours ago | parent | prev [-]

Makes sense.

The problem I see is that LLM use deters many potential contributors. I understand that in your use case this is not an issue since you prefer working code over theoretical contributors (as said makes a lot of sense), but I am noticing this in many projects that transitioned hard into an AI dependency. It puts a barrier to some people. If 99% of a project's contributions are via AI, is that project still alive?

cjmcqueen 3 hours ago | parent [-]

Yes, contribution is what keeps a project alive. It's up to the people involved to maintain quality. That's management. Two different things, both important.

rawling 3 hours ago | parent | prev [-]

No domain knowledge at all here but "find missing backports" doesn't sound like writing/porting code.

world2vec 4 hours ago | parent | prev [-]

In FFmpeg's twitter page it says that several of their developers got six free months of Claude Max 20x plan through Anthropic's Claude for Open Source Program, and that it was used, so far, to help find missing backports for this 9.0 release.

shevy-java 4 hours ago | parent [-]

Sounds like advertisement though.

cjmcqueen 3 hours ago | parent | next [-]

That's how sponsorship works, it's an exchange of goods or funds for visibility of an audience. Nothing wrong with that

vachina 3 hours ago | parent | prev [-]

Sounds like getting them hooked on LLM so they come back for more.

selcuka 3 hours ago | parent [-]

No wonder both drug dealers and software developers call their customers "users".

jbk 2 hours ago | parent | prev | next [-]

For those interested in the work being done, with a bit more details that just the Changelog, I wrote a longer blogpost about the work here: https://jbkempf.com/blog/2026/ffmpeg-9.0/

More details about the ongoing work on Swscale rewrite, on the various Vulkan changes, the assembly detailed and a bit of statistics about this release.

Lucasoato 5 hours ago | parent | prev | next [-]

I feel we’re blessed to have a project like FFmpeg. This open source tool is so important for everyone.

richardstahl 4 hours ago | parent | next [-]

I recommend watching the Lex Fridman interview with Jean-Baptiste Kempf and Kieran Kunhya. Amazing work on and amazing project.

cm2187 2 hours ago | parent | next [-]

Though there is one part I didn’t understand in that interview. They were complaining of being overwhelmed by AI submitted bug reports (fair), including for obscure codecs that must have been used by a couple of users at most. And therefore implying that securing those codecs is low priority/important.

I don’t understand that. To me the severity has nothing to do with how popular is a code path, but whether that code path is accessible to an attacker. If I upload a specially crafted .mkv with a little known codec on YouTube and they use ffmpeg to process it, and I compromise YouTube’s infrastructure that way, it’s a pretty big deal, no matter the popularity of that codec.

rbultje 2 hours ago | parent | next [-]

That sounds nice in theory, but it seems obvious to me there is a major discrepancy between who is burdened with this responsibility, and who benefits from the result. Given many of these contributors are unpaid volunteers, maybe the infrastructure provider needs to secure FFmpeg in another way, for example by restricting codecs or by running it in a container?

kontain 2 hours ago | parent [-]

The creator of borg and k8s of course already run such tools for untrusted inputs in containers, but there is also an endless stream of container escapes.

thinkingtoilet an hour ago | parent | prev [-]

It's all about time in the day, my friend. Do you want to secure a feature used by 100% of your users or 0.01% of your users? Which has a better ROI?

HelloNurse 38 minutes ago | parent | next [-]

Given that it is easy to feed FFMPEG arbitrary input to exploit any vulnerability, popular codecs are very likely to be already secure enough, while unpopular ones are far more dangerous and deserve more attention. It can be assumed that an attacker would target the worst, easiest to exploit codec they can find in the whole of FFMPEG.

jobigoud 37 minutes ago | parent | prev [-]

It's used by most users, that's what they are saying, it doesn't matter that the file format is obscure.

If you make a video player based on ffmpeg you take input videos. The attacker can share a specially crafted video with the victim. Same kind of attack as sharing word documents.

luckydata 23 minutes ago | parent [-]

when it comes to security popularity doesn't matter all that much. If something is not used and insecure then the decision should be to drop the feature, not to ignore the security issue.

meerita 4 hours ago | parent | prev | next [-]

It's a really good interview. I recommend it too.

hahn-kev 3 hours ago | parent | prev [-]

Link?

drowntoge 3 hours ago | parent [-]

https://youtu.be/nepKKz-MzFM

shoobiedoo 4 hours ago | parent | prev | next [-]

It's incredible how much it does, how quickly it does it, and how it just works every time. Whether I'm trying to deal with gigs of 4k video, embedding multiple subtitles into an mkv file, or just fiddling around with trimming a few seconds of audio off a wav, ffmpeg does it without skipping a beat.

shevy-java 4 hours ago | parent | prev [-]

I think most everyone agrees with that. FFmpeg is kind of a corner stone when it comes to multimedia.

alfg 4 hours ago | parent | prev | next [-]

One of my favorite pieces of software. FFmpeg has done so much for my career. Happy to see it still going strong.

xuhu 3 hours ago | parent | prev | next [-]

I still hope a future FFmpeg release will make Intel QSV encoding available on Windows laptops where the manufacturer disabled this capability from the ACPI tables. The only way to use it on these laptops is currently FFmpeg on Linux.

DiabloD3 3 hours ago | parent | next [-]

They can't, unfortunately.

Linux's drivers makes that happen, not ffmpeg; ffmpeg merely calls the API.

Intel's own first party drivers simply follow the ACPI tables, Linux ignores them.

SG- 3 hours ago | parent | prev [-]

how common is this with laptop manufacturers, and why would they do this? what brands are doing this so I can know to avoid them in the future.

blacklion an hour ago | parent | prev | next [-]

It is interesting, that changes from 8.0 to 8.1 is more substantial than from 8.1 to 9.0.

I don't say it to mean "they did less work," no, what his interesting to me is choice of major version bump instead of minor one.

gyan 31 minutes ago | parent [-]

The version number gaps are misleading.

Any change in major or minor number indicates a new release branch. And the convention since 5.0 has been to go 0 --> 1 --> 0 --> 1 ... for each new branch.

hparadiz 5 hours ago | parent | prev | next [-]

Watching ffmpeg go from a niche tool for web back ends to what it is now has been incredible.

gregoriol 4 hours ago | parent [-]

It's still very niche though, I bet not a single youtuber or OF-girl known they use it

okdood64 an hour ago | parent | next [-]

> I bet not a single youtuber

I know this is hyperbole to make a point even this is ridiculous. A lot of YouTubers mess around with their audio/video files, and am sure they have heard of ffmpeg.

DJBunnies 33 minutes ago | parent | prev | next [-]

And these examples are not niche?

tclancy 3 hours ago | parent | prev [-]

OF guys though?

superkickstart 5 hours ago | parent | prev | next [-]

Sometimes the world carrying ancient god shift position in their on throne. These updates always feel like that.

ape4 3 hours ago | parent | prev | next [-]

Naive question... would it be possible to make a language that describes multimedia formats that could then be automatically converted into code.

hereonout2 3 hours ago | parent [-]

Should take a look at some of the ISO specs for various MPEG standards for example.

The container formats are defined in a way that could potentially make this possible.

alphabeta3r56 4 hours ago | parent | prev | next [-]

Ffmpeg has patented codes and is GPLv3, what gives?

LtdJorge 3 hours ago | parent [-]

The patents for software don’t apply in their country

shevy-java 4 hours ago | parent | prev | next [-]

Seems Michael Niedermayer wrote that manually, without AI. Good for him. :P

ffmpeg is great, I think nobody disputes this. I use it in two ways mostly:

1) one, via mpv, and 2) two, as conversion tool primarily

ffmpeg also has many really powerful filters, but these are very confusing to use IMO and not elegant at all. I'd wish we could use some kind of simple meta-language or so, in part similar to virtualdub/avisynth (not necessarily suggesting the same API or DSL here, but just the main idea to think of multimedia data as tangible to manipulation as if it were an object oriented system or datastream system; every time I have to use ffmpeg's filter system, I ask myself if nobody designs any of this ...).

daun_gee 4 hours ago | parent | prev | next [-]

Finally, some real fucking technology.

sylware 3 hours ago | parent | prev | next [-]

twitch.tv has new HLS streamers which break ffmpeg HLS.

timonoko 4 hours ago | parent | prev | next [-]

Only slightly broken already. Dont remember the details, but Gemini could not this to work just by reading the manual. https://github.com/timonoko/Skipperi

jobigoud 26 minutes ago | parent [-]

What do you mean you don't remember, your repo is from 8 months ago, this release is from 18 hours ago. And how does "Gemini couldn't get it to work" translate to "it's broken"? It sounds like your vibe-coding session didn't work first try and you haven't tried to understand what the problem was.

You could also look at other repos in github to see what they do to do the same task.

timonoko 2 minutes ago | parent [-]

?

sparkling 4 hours ago | parent | prev | next [-]

Not a Lex Friedman fan, but I highly recommend the recent podcast he did with two leading engineers (and founder) from the ffmpeg project: https://www.youtube.com/watch?v=nepKKz-MzFM

In a world full of endless AI slop, it is refreshing to see that there are still folks out there hand-rolling assembler code to squeeze out another 5% efficiency.

world2vec 4 hours ago | parent [-]

They used Claude for this release, as stated yesterday in their twitter page.

AlecSchueler 4 hours ago | parent [-]

Yes, to find missing backports. The hand rolled aspects are still there and haven't been replaced by slop.

TZubiri 4 hours ago | parent | prev [-]

Do I understand right that the last version (v8) was released 8 years ago? So this breaks a long hiatus?

oakesm9 4 hours ago | parent | next [-]

FFMpeg 8.0 came out August 22nd, 2025

8.1 came out 4 months ago on March 16th, 2026

Maybe you're thinking of VLC which has been stuck with a stable v3 release for almost a decade while work on v4 continue?

alphabeta3r56 4 hours ago | parent | prev [-]

https://github.com/FFmpeg/FFmpeg/releases/tag/n8.0.3