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.

Color Issue in Deinterlaced VHS Video Using Hybrid
#2
Quote:The focus is purely on deinterlacing while preserving the original footage quality as much as possible.
Then you should not use medium or adjust the QTGMC settings.
read: https://forum.videohelp.com/threads/4041...commend-it

Quote:Could you please take a look at the files and let me know what might be causing this color mismat
Adding the historgram to the preview and looking it:
[Image: grafik.png]
not everything is inside the valid 16-235 range for tv scale. So you might want to handle that beforehand.
If one blindly assumes the source is 0-255 and maps that to 16-255 you get the effect you see:
[Image: grafik.png]
I simulated this using:
clip = core.std.Levels(clip=clip, min_in=0, max_in=255, min_out=16, max_out=235)
You probably might want to use something like:
clip = core.std.Levels(clip=clip, min_in=16, max_in=235, min_out=16, max_out=235)
[Image: grafik.png]


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: Color Issue in Deinterlaced VHS Video Using Hybrid - by Selur - 04.01.2025, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)