Log in

View Full Version : Double ghosting on right edges of captured VHS


sigma2x
20th May 2013, 14:24
I have a VHS of Mewtwo Returns and had it transfered to DVD via a VHS to DVD recorder.
I have ripped the DVD now and created a script to try to get the video looking good, but so far I have only made it acceptable.

I am stuck on the double ghosting on the right edges, I have tried Dehalo_Alpha but it cannot remove it.

Here is a small sample: Removed for bandwidth saving.

EDIT: a single frame to the ghosting
http://bijdgvybvs.s3.amazonaws.com/doom9/Mewtwo_returns_cap.jpg

Here is my current script:
V = mpeg2source("Mewtwo_Returns.d2v", cpu=6, upConv=1)
A = NicAC3Source("Mewtwo_Returns T80 2_0ch 256Kbps DELAY 64ms.ac3")
AudioDub(V, A)
DelayAudio(0.064)
assumetff()
bob()
srestore()
fft3dgpu(sigma=4)
nnedi3()
crop(8,8,-14,-14)
spline16resize(720,576)
trim(279,87290)
ConvertToYV12()

Chainmax
20th May 2013, 22:36
Dehalo_Alpha and aWarpsharp2 (SEt's rewrite) should make short work of those halos.

sigma2x
21st May 2013, 08:15
Thank you very much, it seems to reduce the problem considerably! Although it does slow the rendering down a bit too.