zlacker

[parent] [thread] 0 comments
1. Aurorn+(OP)[view] [source] 2025-12-06 05:36:19
> That doesn't make it just a compression algorithm, to me at least

It's in the loop of the compression and decompression algorithm.

Video compression has used tricks like this for years. For example, reducing noise before decode and then adding it back in after the decode cycle. Visual noise doesn't need to be precise, so it removing it before compression and then approximating it on the other end saves a lot of bits.

[go to top]