![]() |
Reasonable filtering of VHS capture?
3 Attachment(s)
Hi
Thanx for a great forum! I'm setting up to capturing the old family VHS films. And chose the wifves work out video as a starter. I bought a used JVC HM-DR10000EU (with line TBC) connected via s-video to a conexant polaris video USB-dongle in a win7x64 laptop. I'm captureing i Virtualdub with lagarith YUY2. I was thinking of running the follwing avisynth-script to make it watchable on my 65" samsung. I tried having the tv doing the de interlacing in runtime but found deinterlacing looking better. Code:
AviSource("VHS1.avi") 2. What level of luma noice /chroma noise filtering would you apply? Would you filter for spots? There some. 3. I was thinking of getting an external frame TBC (panasonic DVR). Would it enhance this video? 4. Sample 23067 contains a weired aspect distorsion. The film is full of intentional effects to mek it look arty. Would you say that this is intentional? Or is it my VCR/tape that's bugging me? Cheers! |
About the warp sample, I'm guessing it's part of the film because it doesn't affected the added in subtitles, head switching noise and that the frame itself looks stable
|
Good point. Thanx
|
What about question 1? I ca t seem to get rid om those transparent tears. Usually they are still for 1-2 frames. But this one moves. Do I need to replace the conplete frame?
|
3 Attachment(s)
Attached test script just to remove the comets. It uses RemoveDirtMC.avs, which I attached in case you don't have that. You may need to install more plugins to make RemoveDirtMC work. Also attached the resulting file in HuffYUV format.
|
I didn't notice any scratches/comets.
Generally, I avoid NR unless the noise is distracting, which it isn't in the three videos posted. The reason I avoid it is because it makes people look fake, which is worse than a little noise. The warping in 23067 looks like a line-TBC issue, but the left edge of the video appears to be masked out so it's hard to tell for sure. |
1 Attachment(s)
Quote:
My results was overall looking quite plastic. So I've been trying to cutback on filtering. Found someone here that played around with QTGMC and recommended: Code:
QTGMC(TR0=2, TR1=2, TR2=1, Rep0=1, Rep1=0, Rep2=4, DCT=5, ThSCD1=300, ThSCD2=110, SourceMatch=3, Lossless=2, Sharpness=0.1, Sbb=0, MatchPreset="slow", NoiseProcess=2, GrainRestore=0.0, NoiseRestore=0.4, NoisePreset="slow", StabilizeNoise=false, NoiseTR=0, NoiseDeint="bob", Border=true)Also tried w/o deinterlacing, but it looked terrible on my TV. And then I decided that removedirtMC also added too much filtering, så I created a mask from its detections and included a threashold: Code:
diff=mt_makediff(original, fixedclip, U=0, V=0).convertToY8().ConvertToYV12(interlaced=false) |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.