19.05.2025, 13:29
Untested, but try adding:
in a custom section (probably somewhere after deinterlacing), https://github.com/Irrational-Encoding-W...emapFrames could also be used for this.
Will look at it more after work.
Cu Selur
def replace_frame(n, clip):
if n == 7362:
return clip.get_frame(7361)
else:
return clip.get_frame(n)
return core.std.FrameEval(clip, eval=replace_frame)
Will look at it more after work.
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.