Hello everyone,
I've become more and more interested in the restoration of VHS tapes. I bought some prosumer Panasonic SHVS decks lately and I've been googling around alot for the last 1,5 year. The videohelp.com forums have helped me alot, so today I've finally decided to create an account over here.
I started playing around with VirtualDub and some filters. Since a few days ago I started experimenting with Avisynth since it seems to have much more powerful plugins and scripts.
I've discovered the great GTGMC deinterlacing script for example. None of the virtualdub filters even come close to this one.
Now I'm facing a weird effect when restoring some VHS tapes. Here's an example:
I'd like to get rid of that white stroke around the edges. I've been playing around with chroma shifting plugins but haven't had much luck...
This is my current avisynth script:
Code:AVISource("D:\test.avi", true) #PAL VHS Capture QTGMC( Preset="Medium" ) SelectEven() ConvertToRGB32() LoadVirtualDubPlugin("C:\Documents and Settings\User\Desktop\virtualdub\plugins\NeatVideo.vdf", "NeatVideo", 3) NeatVideo("C:\AVS\test.dnp", "C:\AVS\test.nfp", "1.0", "3", "1", "0") ConvertToYV12()
+ Reply to Thread
Results 1 to 11 of 11
-
-
-
Hard to say for certain without seeing an unprocessed frame, but the result looks over filtered and oversharpened. There are hard sharpening effects on edges as jagabo noted, but inner detail of objects look a bit smoothed. The image has zero grain. Removing tape noise is a good idea -- and not that easy to do, really, without removing other elements that you'd want to keep. NeatVideo should be tweaked using the Advanced Interface. It helps to have a good noise sample, too. Sometime you just have to play with the plugins and with NeatVideo to find what's called the "sweet spot" for denoising and sharpening -- not too little, not too much. But once you get there you can use pretty much the same settings for the entire video.
Last edited by sanlyn; 25th Mar 2014 at 19:30.
-
-
-
Nothing particularly bad about NeatVideo's sharpener, but it's definitely set too high in the sample image. It has a range from 0 to 200, with 100 the default -- which is too high. I seldom use it at greater than 50, and often turn down sharpening on the Y channel and lower it on the Cr and Cb channels ("mid" and "high" channels) as well. The lower-level values give stronger halos, and the Y channel if set high will just make halos brighter. Tune NeatVideo in its advanced GUI and don't use NV's built-in defaults -- even for messy video, those defaults are far too strong.
Last edited by sanlyn; 25th Mar 2014 at 19:31.
-
cedricm says he has "some prosumer Panasonic SHVS decks" I have the PAL Panasonic NV-HS860 with separate TBC and 3D DNR. The sharpness settings on his may be different (if different models, and there are several good PAL ones), but mine are Sharp, Auto, and Soft. As near as I can tell the Soft setting doesn't actually soften the picture, but just doesn't add any crappy sharpening/edge enhancement. And that's why I suggested he just turn it off. LordSmurf is all the time harping on the default sharpening of the Panasonic VCRs, but maybe he's only seen the NTSC ones.
-
The old Panasonic machines always used to say that the "EDIT" position was the "do nothing" setting for dubbing (it also disabled the variable sharpness slider) - but it doesn't always seem ideal for dubbing to PC, and the "newer" decks I have don't have that setting.
I'm sure some of my camcorder tapes have oversharpening halos on the tape. Even at the softest setting on any deck, the halos are still there, but re-blurred!
The OP has the sharpness way too high.
You want to avoid removing halos in AVIsynth is possible - it's a really lossy and difficult process. Much better not to have them in the first place.
Cheers,
David. -
Hi everyone,
to clear up some things, these are the SVHS decks I own:
- Panasonic AG-7330 (studio deck without TBC)
- Panasonic NV-FS200 (prosumer deck with TBC)
for both devices, pictures can be found on google if you are interested
The screenshot comes from a capture with the first one.
Similar Threads
-
Blocky edges around VHS Captures - see screenshots
By li21 in forum Capturing and VCRReplies: 49Last Post: 15th Dec 2012, 08:07 -
Can an S-VHS Player and S-Video Output Cable Benefit Standard-VHS Capture?
By Avagadro1 in forum Capturing and VCRReplies: 34Last Post: 5th Dec 2012, 18:31 -
Sharp VCR (or similar) S-VHS quality for best capture of my VHS tape?
By ruehl84 in forum Capturing and VCRReplies: 0Last Post: 19th Feb 2012, 15:52 -
Removing middle-of-the-screen tearing from VHS tape
By vectorthom in forum Capturing and VCRReplies: 0Last Post: 16th Apr 2010, 17:24 -
Removing a running time from vhs conversion
By eiffelgirl in forum EditingReplies: 10Last Post: 4th Dec 2008, 00:41