View Single Post
Old 10th June 2018, 22:00   #2  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Radius. Must be between 1 and 5.
Larger values smooth more.
4 and especially 5 have a green overlay, is this normal? Tested on 1080p source.

Or just use this
Code:
clip = core.std.BlankClip(format=vs.YUV420P8)
clip = clip.smoothuv.SmoothUV(radius=5, threshold=90)

Thx for a new toy
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 10th June 2018 at 22:12.
ChaosKing is offline   Reply With Quote