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] 80s movie with video inserts
#2
About the combing: simple deinterlacing works fine.
About the clock skew issue which caused the upper half flickering: I'm pretty sure I have suggested something for this clip before.
About the chroma:
Is that really chroma noise?
Adding more blue to the color, it looks to yellow (side note: I am !really! bad when it comes to color grading)
clip = color.RGBAdjust(rgb=clip, b=1.200, rg=0.850)
and shifting the luma ranges:
# adjusting color space from YUV422P10 to RGB30 for vsLevels
clip = core.resize.Bicubic(clip=clip, format=vs.RGB30, matrix_in_s="470bg", range_s="limited")
# adjusting color using Levels on RGB30 (10 bit)
clip = core.std.Levels(clip=clip, min_in=0, max_in=872, min_out=64, max_out=940)
It doesn't look so bad.
[Image: grafik.png]
(AutoWhite or GrayWorld will do similar)

You could also try some DeRainbow and denoising and only use the chroma adjustment of the denoising (using Merge Y=0,U=1,Y=1)
HQDN3D also is usually works fine with chroma noise (simply set spatial and temporal luma to 0)
If you have an NVIDA card and the torch addon is installed using BasicVSR++ limited to chroma (using Merge Y=0,U=1,Y=1) can sharpen chroma.
[Image: grafik.png]
(just to sharpen the chroma aWarpSharp2 applied to and limited to chroma also can help)

Hope this helps to get you started.

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


Messages In This Thread
80s movie with video inserts - by Miranda - 19.08.2025, 17:58
RE: 80s movie with video inserts - by Selur - 19.08.2025, 19:35
RE: 80s movie with video inserts - by Miranda - 19.08.2025, 19:46
RE: 80s movie with video inserts - by Selur - 19.08.2025, 19:59
RE: 80s movie with video inserts - by Miranda - 19.08.2025, 20:09
RE: 80s movie with video inserts - by Selur - 19.08.2025, 20:11
RE: 80s movie with video inserts - by Selur - 19.08.2025, 20:36
RE: 80s movie with video inserts - by Miranda - 19.08.2025, 21:02
RE: 80s movie with video inserts - by Miranda - 20.08.2025, 11:02
RE: 80s movie with video inserts - by Selur - 20.08.2025, 13:33

Forum Jump:


Users browsing this thread: 1 Guest(s)