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] Upscaling VCD .dat files problem
#4
Normal deblocking filters will only help with the first iteration of encoding, if you reencode blocking content again the will not really help unless you crank the strength up. (machine learning based deblocking like might help better)
Have you tried something like MCTemporalDenoise with a high preset, SpotLess iwth tr=3 and or SMDeGrain?
i.e.:
# Spot removal using SpotLess
clip = SpotLess.SpotLess(clip=clip, radT=3, rec=True, pel=1, smoother="zsmooth")
# applying deblocking using DeBlock QED
clip = deblock.Deblock_QED(clip, quant1=60, quant2=60, aOff2=4, bOff2=4)
# removing grain using SMDegrain
clip = smdegrain.SMDegrain(input=clip, tr=3, thSAD=600, thSADC=256, interlaced=False, opencl=True, device=-1)
[Image: grafik.png]
to get things starting?
The problem with such content is to rescue some sharpness. Wink

Cu Selur

Ps.: there seems to have been a mix up with pc vs tv luma scaling in the past of this clip, so using something like
clip = core.std.Levels(clip=clip, min_in=36, max_in=212, min_out=16, max_out=235)
might also be a good idea.

Ps.: conventional filtered: script, clip stabilizing is a pain with that intro,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Upscaling VCD .dat files problem - by Miranda - 14.08.2025, 13:53
RE: Upscaling VCD .dat files problem - by Selur - 17.08.2025, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)