20.03.2024, 14:14
using:
and letting it loop:
![[Image: grafik.png]](https://i.ibb.co/0G6KrBH/grafik.png)
usage >= 90%
just using:
![[Image: grafik.png]](https://i.ibb.co/3BKKwmK/grafik.png)
Not sure whether it's a vsViewer problem, I used:
normal (= just deoldify):
stacked (= split, stack, deoldify, split, interleave):
So this is not a problem with vsViewer.
Cu Selur
from vsdeoldify import ddeoldify
even = clip[::2]
odd = clip[1::2]
clip = core.std.StackHorizontal([even, odd])
clip = ddeoldify(clip=clip, model=0, sat=[1.00,1], hue=[0.00,0], chroma_resize=True, color_stabilizer=[False,False,False,11,"center",True])
even = core.std.Crop(clip, left=0, right = clip.width/2)
odd = core.std.Crop(clip, left=clip.width/2, right = 0)
clip = core.std.Interleave([even,odd])![[Image: grafik.png]](https://i.ibb.co/0G6KrBH/grafik.png)
usage >= 90%
just using:
clip = ddeoldify(clip=clip, model=0, sat=[1.00,1], hue=[0.00,0], chroma_resize=True, color_stabilizer=[False,False,False,11,"center",True])![[Image: grafik.png]](https://i.ibb.co/3BKKwmK/grafik.png)
Not sure whether it's a vsViewer problem, I used:
VSPipe.exe --progress -c y4m c:\Users\Selur\Desktop\test.vpy NULScript evaluation done in 11.18 seconds
Output 429 frames in 42.74 seconds (10.04 fps)Script evaluation done in 8.62 seconds
Output 430 frames in 22.62 seconds (19.01 fps)Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

