Peter White
Peter White
In my evaluation of ab-av1's `crf-search` I noticed that the scores seemed too high compared to my manual tests. I now realized that, according to `--help`, `--vfilter` is also applied...
For the time being this is a POC to eventually fix/mitigate the display of long URLs in OSD stats, see https://github.com/mpv-player/mpv/issues/10975#issuecomment-3476747266. This introduces a simple ellipsize function and an additional...
URLs can end with trailing slashes (/) which in turn results in GNU basename[1] returning the empty string. Catch that case and fallback on the raw value of mpctx->filename. Subsequent...
When copying recursively and trying to overwrite existing files with write permission flag removed, e.g. mode 440, `cp` fails for the wrong reason: ```sh coreutils --version coreutils 0.4.0 (multi-call binary)...