VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Handbrake was able to remove it using Yadif. What is the avisynth script for it?
    Image Attached Thumbnails Click image for larger version

Name:	video noise.jpg
Views:	85
Size:	100.1 KB
ID:	45904  

    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    May 2014
    Location
    Memphis TN, US
    Search PM
    The broken frame is really 4 interlaced fields spread over 2 consecutive frames. If you deinterlace your sample, the four fields are 40, 41, 42, and 43. You have to save the audio track for later use because ReplaceFramesMC2 adds a glitch to the audio at the replace point.

    Code:
    vid=AviSource("drive:\path\to\video noise.avi")
    save_aud=vid
    
    vid
    AssumeBFF()
    QTGMC(preset="super fast")
    ReplaceFramesMC2(40,4)
    SeparateFields().SelectEvery(4,0,3).Weave()
    AudioDub(last,save_aud)
    return last
    I just noticed, it looks as if you capped noisy analog to DV. What a shame. DV enthusiasts will help you clean it up. The reds are very noisy.
    Image Attached Files
    Last edited by LMotlow; 13th Aug 2018 at 04:28.
    - My sister Ann's brother
    Quote Quote  
  3. Thanks for the script.
    Quote Quote  



Similar Threads

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