ssimulacra2
ssimulacra2 copied to clipboard
Rust implementation of the SSIMULACRA2 quality metric
Potential option for #11. For every scale, we first convert to Xyb (which uses the same `data: Vec` as `LinearRgb`) and then to a planar data representation. Instead of a...
The rayon feature is useful, but can be harmful to performance in some circumstances: rust-av/ssimulacra2_bin#21 There might be a better way of splitting work across threads that integrates itself better...
The blur in particular is still rather slow despite our many efforts to optimize it
| Benchmark | Older Version | Newer Version(Use Libblur) | Newer Version(Implement directly) | | ------------------ | ------------- | -------------------------- | --------------------------------- | | **ssimulacra2** | 20.16 ms | 15.96...
I'm using the same material but getting different scores  take a lossless source, throw it through ffmpeg and notice image & video score differently `ffmpeg -hide_banner -colorspace bt709 -color_primaries...