FreezyLemon
FreezyLemon
Okay. I think this issue can be closed then? This seems to have been a bug in VapourSynth, which can be avoided by using any version !== R62
> I'm not sure if it is wise to do so until ssimu2-rs gets speed parity with the mainline ssimu2 algo. Has anyone done a proper speed comparison between the...
IIRC, this (av1an doing nothing) happens when it has problems locating the required libraries, usually FFmpeg. It's possible that a more recent av1an build wants a newer FFmpeg version than...
@outhud `aomenc` already includes the encoder version in the ENCODER_SETTINGS tag, if you use webm. Both mkvmerge and ffmpeg can do this pretty easily, i think. We could also set...
> I don't see the ENCODER_SETTINGS tag using either mediainfo or VLC, should it be readable with these tools? mediainfo can definitely read the tag, but av1an does not currently...
> Looks like clap 4.5 is wanting rustc 1.74. [...] Rust 1.74 is currently 15 months old. Rust 1.74 released in [November 2023](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html), so it's only ~3 months old at...
Probably because Renovate only updates the Cargo.toml. Cargo.lock is now outdated and needs to be updated when building, leading to pulling the newest compatible version (4.5). Maybe `--locked` can help...
Is this issue still relevant? I can't seem to find this `AlignedArray` type anywhere in the code. EDIT: Nevermind, I figured it out. `AlignedArray` got renamed to just `Aligned` at...
It doesn't work yet. The header is now fixed, but there are apparently more problems with it. I'll take another look at it
The demuxing part looks correct, something goes wrong during serialization. I guess serialization needs a bit more attention then