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.

[HELP] Deinterlacing Footage
#2
Argh,.. Yes, looks like someone unqualified for the job did the digitalization.
(in my opinion: Saving interlaced content as progressive without proper deinterlacing and then upscaling, really disqualifies.)

About the top:
I first thought something like:
x = 12
newBottom = core.std.Crop(clip, bottom=clip.height-x)
newTop = core.std.Crop(clip, top=x)
clip = core.std.StackVertical([newTop, newBottom])
would work, but I overlooked, that the above is from a field before.
=> yes, simply cropping is probably the easier approach

About fixing the deinterlacing: yes, sadly: cropping, resizing (horizontal should be enough), deinterlacing, upscaling again and then trying to get rid of the ghosting somehow is probably the best you can do. Sad

Cu Selur
Reply


Messages In This Thread
Deinterlacing Footage - by tom619 - 26.01.2024, 14:46
RE: Deinterlacing Footage - by Selur - 26.01.2024, 18:48
RE: Deinterlacing Footage - by tom619 - 26.01.2024, 18:54

Forum Jump:


Users browsing this thread: 1 Guest(s)