李四

Results 145 comments of 李四

> I would be a little bit sad if you disabled JPEGLI because it is just the "perceptual JPEG optimizer" I was looking for as substitute for XAT.com JPEG Optimizer....

The dynamic libraries will always be built, no simple way to turn off, I thought. Subdirectories were created by them during installation and are where the libraries (.a and .dll.a)...

duplicate, #2723

Uh, no? Is this happens to you every time?

You can try search for the "root path" of your m-ab-s (e.g. C:\m-ab-s) in the "Associated Handles", "CPU" tab of the [Resource Monitor](https://en.wikipedia.org/wiki/Resource_Monitor) This won't tell you where the memory...

That must be some weird bug, they should exit after build completes... Maybe a fresh install can fix that, just copy the ini and custom ffmpeg/mpv options and you are...

I tried to run the copy of your suite (in a VM) and found no memory leak or lingering process, maybe it's some system setting or potentially bugs...

Just enable it in ffmpeg_options.txt

It's the pkgconf can't detect existance of libmediainfo static library. Weird. `error: libmediainfo configuration is not found` is what ultimately caused the error --- ``` ./configure: line 16929: libzen-config: command...

Pkgconf can't detect static libmediainfo because it can't find zstd required by libcurl required by libmediainfo. But zstd also exists! (installed via pacman by the suite) ~Maybe just lack of...