Kirill
Kirill
While technically possible, I don't think adding more input formats is a feature I'd like to pursue. The main issue is that m4a is a container format that can carry...
> [This one](https://github.com/indiscipline/ffmpeg-loudnorm-helper/blob/main/src/main.rs) is quite simple, yes, and should do the job, but it does not check for the various edge cases in terms of option thresholds etc. Not quite...
> Basically trying to detect when it would fall back to dynamic mode based on the measured variables and user-set thresholds, and at least warning the user that dynamic mode...
Good timing I looked into Zola again! Let me offer my version for your consideration. I tried to stay as close to the current favicon as possible, while conveying the...
Progress indication is an interactive element, and as such should always be written to stderr, unless ```io::stderr().is_terminal() == false```. The [pb ](https://github.com/a8m/pb) library we're using is nice as it's minimal-dependencies,...
Currently you can just run the analyse-pass only with the `-n` option and parse the output for "Faux stereo detected". The textual output format is not great and I can...
Regarding the `JSFX gfx_xy GUI helper function`: perhaps we can add a `Code Snippets` subcategory for this kind of additions. I still perceive them as a bit too specific for...
Here's the workaround scripts to fix the database automatically, in case it's in severe disrepair: [indiscipline/nix-db-repair](https://github.com/indiscipline/nix-db-repair).