Log in

View Full Version : TTempSmooth


HolyWu
28th March 2018, 09:04
https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TTempSmooth

Wolfberry
28th March 2018, 14:30
Thanks! Will try it.

poisondeathray
29th March 2018, 03:52
Thanks

Selur
29th March 2018, 20:26
Thanks :)

HolyWu
3rd April 2018, 15:36
Update r2.


Mild performance improvement.
Support 32 bit depth.

HolyWu
8th May 2018, 16:27
Update r3.


Store weights in float for better accuracy and avoid corruption.

chinobino
28th January 2019, 10:27
Does this support the use of the TTempSmoothF function? I couldn't find it in the documentation.

HolyWu
28th January 2019, 16:24
Does this support the use of the TTempSmoothF function? I couldn't find it in the documentation.

TTempSmoothF is just a shortcut for TTempSmooth(mdiff=255). Not really deserve a separate filter simply for that purpose.

ChaosKing
28th January 2019, 16:50
http://avisynth.nl/index.php/TTempSmooth
TTempSmoothF is a faster (50-75%) version of TTempSmooth that doesn't take the mdiff/mdiffC parameters (it is equivalent to running TTempSmooth with mdiff/mdiffC set equal to or greater then LThresh-1/CThresh-1).