I've this source which displays something similar to combing but not quite, as QTGMC().selecteven() doesn't really work well, it leaves a lot of it and creates weird patterns. I tried some of the methods from this thread https://forum.doom9.org/showthread.php?p=1401538 namely, downsizing, deinterlacing, then upsizing again, but I'm not convinced by the result, they smooth the picture out too much.
How can I get a clean image here? Also note that for some reason LWlibavvideosource and ffvideosource are not having an easy time processing this -- in avspmod, LWlibav goes crazy with weird psychedelic colors; ffvideosource is better, but sometimes I'll see lots of repeated frames in a row (which doesn't happen during playback). I guess something's odd with the source file.
I attach an untouched snippet. Any other advice on how to make this look better is appreciated. The color is also weird, for example...
+ Reply to Thread
Results 1 to 4 of 4
-
-
About the best simple solution in AviSynth is:
Code:SeparateFields() vInverse(amnt=2) Weave() vInverse() Sharpen(0.2)
-
Wow, that works great, would never have thought of something like that. Thanks!
Similar Threads
-
Capture old VHS to PC- Why does the VHS playback look misaligned - pics
By jayleonois in forum Video ConversionReplies: 31Last Post: 9th Dec 2020, 13:32 -
VHS PAL Capture - Very minor pink noise appearing on sports capture
By Robertp in forum RestorationReplies: 12Last Post: 9th Nov 2018, 19:50 -
Interlacing issue and restoration on VHS capture.
By VSz in forum Capturing and VCRReplies: 53Last Post: 30th Nov 2016, 19:58 -
Can't capture signal from JVC HR-S9911U VHS deck into Hauppage capture card
By vhscapture in forum Capturing and VCRReplies: 3Last Post: 18th Jul 2016, 12:07 -
Capture card for VHS and coaxial (TV) / advice for VHS
By MrPeanut in forum Capturing and VCRReplies: 26Last Post: 24th Feb 2016, 23:06