This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Fields-shifted Video - richtiges "Decombing"
#2
Wenn der Input nicht progressive ist, solltest Du Hybrid das wissen lassen, in dem Du die 'overwrite input scan type to', in deinem Fall auf "field-blendend".
Dann sollte da auch nicht:
clip = core.std.Crop(clip=clip, left=2, right=2, top=2, bottom=0)# cropping to 1916x1078
# converting full-height progressive to interlaced before deinterlacing
clip = core.resize.Bicubic(clip=clip, format=vs.YUV444P8)
clip = core.std.SeparateFields(clip=clip, tff=False)
clip = core.std.SelectEvery(clip=clip, cycle=4, offsets=[0, 3])
clip = core.std.DoubleWeave(clip=clip, tff=False) # resolution 1916x1078
clip = core.std.SelectEvery(clip=clip, cycle=2, offsets=0) # new fps: 12.5
clip = core.std.SetFrameProps(clip=clip, _FieldBased=vs.FIELD_TOP) # tff
clip = core.tivtc.TFM(clip=clip, mode=5, slow=2)
verwendet werden, was auch irgendwie komisch aussieht.
Vor allem ist mir unklar, wo das crop herkommt, das sollte da nicht sein.
(Stell sicher das Du die aktuelle Hybrid version 2025.11.09.1 verwendest.)
Hast Du die Filterreihenfolge geƤndert? Kann das hier nicht nachstellen.


Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Fields-shifted Video - richtiges "Decombing" - by Selur - 10.11.2025, 15:19

Forum Jump:


Users browsing this thread: 2 Guest(s)