VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member
    Join Date
    Apr 2018
    Location
    San Antonio, TX
    Search Comp PM
    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.
    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  3. Ghost reduction in AviSynth:

    Overlay(last, last, x=19, y=0, mode="subtract", opacity=0.1)
    Quote Quote  
  4. 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()
    Actually this seem to work best on your video:

    nonoise = SpotLess(last,Radt=2,blkSz=16)
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  5. playing around with a Vapoursynth script
    LGhost works fine as alternative to Overlay
    Image Attached Files
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  6. Member
    Join Date
    Apr 2018
    Location
    San Antonio, TX
    Search Comp PM
    Originally Posted by Selur View Post
    playing around with a Vapoursynth script
    LGhost works fine as alternative to Overlay
    What's crazy about your sample is that I didn't even realize until now of the added AI Upscale on Elton's incredibly detailed face which overall really works. nice job
    Quote Quote  
  7. I used CodeFormer which sometimes can produce nice results, but sometimes it's a real mess. (especially on low quality sources)

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!