tormento
6th April 2024, 09:29
I am trying to rescale the anime 'The dangers in my heart' from BD, as it is too blurred and the black lines are too soft.
Tried both:
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("M:\In\The dangers 1 00000.dgi")
Convertbits(16)
libplacebo_Resample(1358,764,filter="lanczos")
nnedi3CL_rpow2(rfactor=2, nsize=6, nns=4, qual=2, etype=0, cshift="lanczos")
Edgelevel(strength=20,bc=10)
libplacebo_Resample(1920,1080,filter="lanczos")
libplacebo_Deband(iterations=3,temporal=true)
fmtc_bitdepth (bits=10,dmode=7)
and
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("M:\In\The dangers 1 00000.dgi")
Convertbits(16)
libplacebo_Resample(1358,764,filter="lanczos")
nnedi3CL_rpow2(rfactor=2, nsize=6, nns=4, qual=2, etype=0, cshift="lanczos")
aWarpSharp2(thresh=128, blur=2, type=1, depth=4, chroma=4)
Edgelevel(strength=20,bc=10)
libplacebo_Resample(1920,1080,filter="lanczos")
libplacebo_Deband(iterations=3,temporal=true)
fmtc_bitdepth (bits=10,dmode=7)
The second gives the best results in the line definition but I can't cope with the detail shrink that awarpsharp2 gives.
Any help about how to deal with that? Suggested values?
Tried both:
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("M:\In\The dangers 1 00000.dgi")
Convertbits(16)
libplacebo_Resample(1358,764,filter="lanczos")
nnedi3CL_rpow2(rfactor=2, nsize=6, nns=4, qual=2, etype=0, cshift="lanczos")
Edgelevel(strength=20,bc=10)
libplacebo_Resample(1920,1080,filter="lanczos")
libplacebo_Deband(iterations=3,temporal=true)
fmtc_bitdepth (bits=10,dmode=7)
and
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("M:\In\The dangers 1 00000.dgi")
Convertbits(16)
libplacebo_Resample(1358,764,filter="lanczos")
nnedi3CL_rpow2(rfactor=2, nsize=6, nns=4, qual=2, etype=0, cshift="lanczos")
aWarpSharp2(thresh=128, blur=2, type=1, depth=4, chroma=4)
Edgelevel(strength=20,bc=10)
libplacebo_Resample(1920,1080,filter="lanczos")
libplacebo_Deband(iterations=3,temporal=true)
fmtc_bitdepth (bits=10,dmode=7)
The second gives the best results in the line definition but I can't cope with the detail shrink that awarpsharp2 gives.
Any help about how to deal with that? Suggested values?