Yeah missed the link.
seems fine -> https://filebin.net/gblgumvvh949wvdx
Cu Selur
Quote:I noticed that a plenty of animation DVDs use some sort of special uncommon telecine logic. In some scenes used real 2:3 Pulldown pattern (3 progressive, 2 interlaced), but in some other scenes sometimes pattern changes and it looks like 4 progressive frames 1 interlaced. Sometimes pattern changes to 1 progressive 1 interlaced.So it's no clean telecine and just using IVTC won't fix it?
Quote:No any special settings used.And there is you problem, assuming that defautl settings or presets are good are any source.
# Deinterlacing using QTGMC
clip = havsfunc.QTGMC(Input=clip, Preset="Slower", InputType=0, TFF=True, TR2=3, SourceMatch=0, Lossless=2, EZDenoise=2.00, NoisePreset="Slow", MatchEnhance="10.00", Denoiser="dfttest") # new fps: 59.94
# make sure content is preceived as frame based
clip = core.std.SetFieldBased(clip, 0)
# adjusting frame count and rate with sRestore
clip = havsfunc.srestore(source=clip, frate=23.976, omode=6, speed=-25, thresh=16, mode=2)
Cu Selur