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] Strange input PAR
#13
You really got a hand for finding totally screwed content.
Turning the brightness up and looking through the clip. Cry
Tons of macro blocks due to over compression and the chroma is broken.

Since I had some time,...

Throwing away half the chroma resolution, by using:
[Y, U, V] = core.std.SplitPlanes(clip)
X = 2 # maybe 2.5
U = core.resize.Bilinear(U, height=clip.height/X)
U = core.resize.Bilinear(U, height=clip.height)
V = core.resize.Bilinear(V, height=clip.height/X)
V = core.resize.Bilinear(V, height=clip.height)
clip = core.std.ShufflePlanes(clips=[Y, U, V], planes=[0, 0, 0], colorfamily=vs.YUV)
in a custom section can help with some of the chroma mess:
[Image: grafik.png]
adding BalanceBorders
bbmod(c=clip,cLeft=16,cTop=0,cRight=8,cBottom=16)
under the cropping in the filter order, helps with some of the issues at the corners.
[Image: grafik.png]
adding MCDeGrainSharp and DeSpot also helps a bit cleaning it up.:
[Image: grafik.png]
adding some deblocking (maybe this was a bit strong)
[Image: grafik.png]
script: https://pastebin.com/tT61Wwcu
=> Before upscaling (used only bicubic for the preview) such content, I would recommend doing some cleaning. (and maybe after the resizing some light sharpening)

Cu Selur
Reply


Messages In This Thread
Strange input PAR - by Miranda - 03.01.2023, 15:05
RE: Strange input PAR - by Selur - 03.01.2023, 18:22
RE: Strange input PAR - by Miranda - 06.01.2023, 15:54
RE: Strange input PAR - by Selur - 06.01.2023, 16:00
RE: Strange input PAR - by Miranda - 06.01.2023, 16:06
RE: Strange input PAR - by Selur - 06.01.2023, 16:24
RE: Strange input PAR - by Miranda - 06.01.2023, 16:28
RE: Strange input PAR - by Selur - 06.01.2023, 16:32
RE: Strange input PAR - by Miranda - 06.01.2023, 16:38
RE: Strange input PAR - by Selur - 06.01.2023, 16:39
RE: Strange input PAR - by Miranda - 06.01.2023, 16:41
RE: Strange input PAR - by Selur - 06.01.2023, 16:47
RE: Strange input PAR - by Selur - 06.01.2023, 18:28
RE: Strange input PAR - by Miranda - 06.01.2023, 19:43
RE: Strange input PAR - by Selur - 06.01.2023, 20:39
RE: Strange input PAR - by Miranda - 06.01.2023, 21:13
RE: Strange input PAR - by Selur - 06.01.2023, 21:17
RE: Strange input PAR - by Miranda - 06.01.2023, 21:18
RE: Strange input PAR - by Selur - 06.01.2023, 21:24

Forum Jump:


Users browsing this thread: 2 Guest(s)