Jaded-Encoding-Thaumaturgy / vs-denoise

VapourSynth denoising, regression, and motion compensation functions
MIT License
18 stars 6 forks source link

Decouple Super clip generation from analyze. #84

Closed adworacz closed 1 year ago

adworacz commented 1 year ago

This allows us to create separate super clips for degrain/compensation etc, while still reusing motion vectors from an earlier analyze() call.

This implementation caches the supers in each instance, so its safe to call super() multiple times. The same results will be produced and reused.