21.04.2025, 09:10
When using:
Whole script: https://pastebin.com/Kg67Tfuy
I get:
This does only occur when using mvtools not with svp or rife, which is why I assumed, that this is caused by mvtools.
Bur, when I replace:
with:
the problem does not occur.
So it does seem like it's not mvtools, but something else in FillDuplicateFrames.
=> Does anyone see what is causing the problem?
Cu Selur
from FillDuplicateFrames import FillDuplicateFrames
fdf = FillDuplicateFrames(clip=clip, method="MV")
I get:
Explicitly instantiated a Cache. This is no longer possible and the original clip has been passed through instead.
Bur, when I replace:
clip = beforeFillDuplicateFrames(clip)
# current meta; color space: YUV420P8, bit depth: 8, resolution: 640x352, fps: 50, color matrix: 470bg, yuv luminance scale: limited, scanorder: progressive, full height: true
from FillDuplicateFrames import FillDuplicateFrames
fdf = FillDuplicateFrames(clip=clip)
clip = fdf.out
sup = core.mv.Super(clip, pel=2, hpad=0, vpad=0)
bvec = core.mv.Analyse(sup, blksize=16, isb=True, chroma=True, search=3, searchparam=1)
fvec = core.mv.Analyse(sup, blksize=16, isb=False, chroma=True, search=3, searchparam=1)
clip = core.mv.FlowFPS(clip, sup, bvec, fvec, num=50, den=1, mask=2)
So it does seem like it's not mvtools, but something else in FillDuplicateFrames.
=> Does anyone see what is causing the problem?
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.