The sample below is taken from a Betamax recording from Nov. 91. A few people I know still recorded with Beta rather than VHS and I was sent this which in someway makes it looks better than my 1st gen VHS copy recorded in SP mode. While I did some noise reduction, I don't know how to get rid of some of the comets that appear in the "1" at the beginning of the BBC ident and the ghosting around Elton John's ear.
+ Reply to Thread
Results 1 to 7 of 7
-
-
The footage is interlaced but not flagged as such. So when it's played back there is no attempt to mitigate the combing that you see.
SO you have a couple of choices: create a de-interlaced version from it, or keep it interlaced - for example, conversion to DVD -
Try this for the comets on the 1
AVISource("Queen - Freddie Mercury Tribute BBC intro.avi")
convertToYV12(interlaced=true)
assumetff()
SeparateFields()
noisy = last
nonoise = SpotLess(last,Radt=1,blkSz=4)
diff = 10 # Difference between denoised and noisy clips
m = mt_lutxy(noisy,nonoise,"y x - "+string(diff)+" - 255 *")
mt_merge(noisy,nonoise,m)
weave()
nonoise = SpotLess(last,Radt=2,blkSz=16)*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE -
playing around with a Vapoursynth script
LGhost works fine as alternative to Overlayusers currently on my ignore list: deadrats, Stears555, marcorocchini -
-
I used CodeFormer which sometimes can produce nice results, but sometimes it's a real mess. (especially on low quality sources)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Ghosting and Chroma Ghosting?
By JadHC in forum RestorationReplies: 5Last Post: 2nd Aug 2023, 22:44 -
Drop, comets...
By rgr in forum RestorationReplies: 26Last Post: 21st Jul 2023, 10:56 -
Fixing Comets
By Andreselos in forum RestorationReplies: 13Last Post: 28th Jul 2022, 18:22 -
which filters to remove dropout or comets, and where get them
By spiritgumm in forum RestorationReplies: 13Last Post: 24th Feb 2021, 21:02 -
Fixing Comets
By Okiba in forum RestorationReplies: 20Last Post: 19th Nov 2020, 00:56