FreezyLemon

Results 90 comments of FreezyLemon

The difference in decoding overhead is not *that* big, even compared to H.264. And using a better format also allows using lower bitrates while retaining similar quality, which also has...

> @FreezyLemon Hey there! You said that you wanted to help in reviewing my PRs but wait until I'm more available. I think now is the best time for that...

Is there a reference for the custom syntax supported by the wiki? I might be interested in implementing a local-first solution to this, if it's not unnecessary with the tooling...

I changed the original issue a bit and added a short summary. I realize I made this more complicated than it needed to be. Float Elements can generally be handled...

As a note to the person implementing this (maybe me soon): - ASCII strings could be represented by `Vec` or a type [like this](https://docs.rs/ascii/latest/ascii/struct.AsciiString.html), probably not worth the extra complexity...

FYI 0.4.3 was released ~24hrs ago and includes this change. So using nightly releases should no longer be necessary for this. This could also be handled by Av1an, in the...

The linked PR should resolve this problem. It's been merged into `vapoursynth-rs` but no new release has been made yet. Until then, a temporary workaround would be using the git...

@Polochon-street @zmwangx Excuse the ping, but I think this one of the simpler PRs that will help a lot of users living on the bleeding edge (mostly Arch users). I'd...

This PR has been collecting dust for a while now. I'm closing because it doesn't seem likely to be merged and would need to be rebased/updated, which I'm not willing...

New clippy errors. I opened #299 to fix those.