Thread: Avisynth+
View Single Post
Old 1st July 2016, 09:02   #1888  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,574
Quote:
Originally Posted by pinterf View Post
When omitting KNLMeans calculation for clip V16, it works again.
Code:
U8      = UToY8(NL_in)
V8      = VToY8(NL_in)
Y8      = ConvertToY8(NL_in)
U16 = U8.KNLMeansCL(D=1, A=1, h=7.0,lsb_inout=true,device_type="GPU")
V16 = U16 #V8.KNLMeansCL(D=1, A=1, h=7.0,lsb_inout=true,device_type="GPU")
Y16 = ConvertToY8(NL_in).KNLMeansCL(D=1, A=1, h=7.0,lsb_inout=true,device_type="GPU")
prefilter4 = YToUV(u16,v16,Y16)
Could you try if it works or not for you?
Works.

P.S: When I say it "works", it is corruption related. I am not doing any analysis about quality of output.
__________________
@turment on Telegram
tormento is offline