BtbN

Results 221 comments of BtbN

This exact error was already fixed a week ago: https://github.com/BtbN/FFmpeg-Builds/commit/6182351e61e28c11d07770b6e50ea03fe756d39f So make sure you're using the latest version.

You'll need to do a quick rebase, to fix the conflict.

Unfortunately this is a merge of master, not a rebase. I can't merge it like this. Just run git rebase btbn-remote-name enhanced-flv on your PR branch, and then force push....

The enhanced flv code is finally getting merged soon, but this patch is completely unreadable and unusable right now. I tried just implementing it myself, but was stopped by the...

I don't know, I'm not involved in the development of it. So my guess is as good as yours. I added libvvcenc a while ago, so you can use it...

Just proxy /.well-known/atproto-did as well, and it'll automatically return the right did there.

I have that exact same problem. Anki startup time went from virtually instant/a few seconds at worst to taking 40 seconds or more, until anything happens after starting it. Looking...

Didn't pyinstaller bundle every last python dependency into a single file, while uv does not, and thus has several thousand .py(c) files sitting there? Looking at my procexp logs, what...

You do not need to download anything as a zip file, not sure how you get that idea. If you want to build yourself, you clone the repo via git....

That's literally what the addins are, just that there can be more than one. And I'm not sure if 6GB of RAM is enough to build all the dependencies. You...