View Single Post
Old 25th June 2022, 15:39   #6  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by tormento View Post
Please post script too.
PHP Code:

import vapoursynth 
as vs
import lvsfunc
core 
vs.core

clip 
core.lsmas.LWLibavSource(r'D:\Download\VTS_01_7.VOB')

clip clip.vivtc.VFM(0)
clip clip.vivtc.VDecimate()
o=clip
clip 
core.fmtc.bitdepth(clipbits=16)
haf.SMDegrain(cliptr=3prefilter=2).avs.DGDenoise(strength=0.1blend=0.1)

clip core.fmtc.bitdepth(clipbits=32)
clip clip.bm3dcuda.BM3D(sigma=3radius=4ref=core.fmtc.bitdepth(rbits=32)).bm3d.VAggregate(radius=4)

clip lvsfunc.dehalo.masked_dha(clipref=Nonerx=1.77ry=1.77brightstr=1.0darkstr=0.0lowsens=50highsens=50rfactor=3.0maskpull=48maskpush=192show_mask=False)
clip lvsfunc.dehalo.fine_dehalo(cliprx=2.2ry=2.2
Nothing fine tuned, just quick and dirty test.

w2xncnnvk.Waifu2x() upscale looks also not bad.

@Selur looks good, will try it next. Have you also tried 2x_BIGOLDIES_415000_G.pth ? The sexample looks very good https://imgsli.com/MzI0MDc
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 25th June 2022 at 15:43.
ChaosKing is offline   Reply With Quote