Asd-g / AviSynth-vsTTempSmooth

A temporal smoothing filter.
GNU General Public License v3.0
10 stars 2 forks source link

Binomial weightings option? #6

Open Dogway opened 1 year ago

Dogway commented 1 year ago

Didn't want to bother much but I wondered if it's possible to add binomial weightings for a temporal gauss instead of current IDW (Inverse Distance Weightings), I found this could help increase performance on QTGMC when TR0 is 2 by skipping two TemporalSoften calls and a lutxyz expr/(or two Merge()), among other uses if it's not much of a burden.

Thanks for the filters.

Asd-g commented 1 year ago

No eta.

Dogway commented 1 year ago

Thanks, the same could be applied to internal TemporalSoften, whatever seems more appropriate or easier to implement.