27.01.2024, 19:55
(27.01.2024, 18:51)Selur Wrote: You send me some PM with seemingly the raw data of a png,..Ok, so once again about Filter queue. Before I specify once more the issue, one question.
-> no clue what you want to say with that.
Namely when I use Filter order and choose Vapoursynth - DeHalo - YAHR (1 /16 settings) and click preview (eye) button, I can see :
# applying dehalo using YAHR
clip = havsfunc.YAHR(clip, blur=1, depth=16)
BUT, if I choose Vapoursynth -Misc-Filter Order/Queue and use Filter Queue, and go to DeHalo - YAHR (1 /16 settings) and click (+) to add current settings to Filter queue, and I get:
# applying dehalo using YAHR
clip = havsfunc.YAHR(clip, blur=1, depth=16)
clip = havsfunc.YAHR(clip, blur=1, depth=16)
Why twice?
In Filter Order/Queue I can see just 1 line for YAHR.
Is it ok?
And now I would lile to add FineDehalo filter in Filter Queue so I go to DeHalo-choose Fine DeHalo and add current settings to Filter queue, and I get the mesagge - see the files.
I also add Debug file.
PS After accepting these two messages I can see all applied filters in prevew and when I start to render, once again I have to accept these messages but finally I am able to create the file.