Josh Holmer

Results 136 comments of Josh Holmer

I wonder if Guest67 could come around and upload a link to the source they used for this clip. I tried it with my own source for the same scene,...

I recall the source was the title screens from A Clockwork Orange. Although as mentioned, I was only able to reproduce it with the version the original reporter posted, I...

Some notes based on research from Blue and me in aomenc: Pick from Q is pretty effective for the most part. I think when implementing the full CDEF search, it...

I'd be in favor of never implementing this and closing this issue (with a comment in the codebase as well). The speed to compression trade-off is so poor that dual...

We could have something similar to what exists in [oxipng](https://github.com/shssoichiro/oxipng/blob/master/scripts/compare.sh), which runs a comparison between oxipng and optipng using [hyperfine](https://github.com/sharkdp/hyperfine) and updates the readme with the results (including what CPU...

I consent to re-license my contributions to build.rs.

From what I can see on the case of dark720, it looks like the source is very noisy and aomenc smooths out the noise more than rav1e, resulting in a...

A couple of items that came up today: - Quantization matrices. In aomenc, these provide a substantial compression improvement basically for free. - Delta-q coding. Haven't looked in depth much,...

Good idea considering this is a meta issue gathering basically "the most important" features we need to add. tbh I didn't even know that pinning issues was a thing in...

I have, come to think of it, it is an option... Since it seems to roll its own fft code instead of using fftw. The issue with this current PR,...