VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member
    Join Date
    Sep 2022
    Location
    Germany
    Search PM
    Hello,

    is there any chance to remove the vertical nose in this video here?

    https://drive.google.com/file/d/1qmyGVAAGZygdbAvoUmv-jRTVNMbpS8SG/view?usp=sharing

    And how?

    Thanks a lot!
    Quote Quote  
  2. I that highly compressed file your source?
    (totally oversharpened, chroma bleeding, ... )
    YAHR (or some other dehaloing) + SpotLess + CCD + some chroma shaprening with aWarpSharp2 is probably worth a try,...

    Cu Selur

    Ps.: I would recommend recapturing if possible, if this is your source.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Member
    Join Date
    Sep 2022
    Location
    Germany
    Search PM
    No, it's not the source. I only de-interlaced the avi source, nothing more.
    Quote Quote  
  4. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Originally Posted by banaguitar View Post
    No, it's not the source. I only de-interlaced the avi source, nothing more.
    Post the source, and Selur will help for sure...
    Quote Quote  
  5. Member
    Join Date
    Sep 2022
    Location
    Germany
    Search PM
    Ok, give me a few days please.
    Quote Quote  
  6. Downscale to about 440x576 then upscale back to 720,576. The smaller the downscale size the better the noise reduction, but the blurrier the picture gets. You can also combine that with a mask that limits the blurring to areas with obvious vertical stripes or highly saturated areas.
    Quote Quote  
  7. Here's a script that uses a mask to apply the blurring only to saturated areas:

    Code:
    ##########################################################################
    
    
    function SaturationMask(clip c)
    {
        U = UtoY(c)
        V = VtoY(c)
        mt_lutxy(U, V, expr="x 128 - abs 2 * dup *    y 128 - abs 2 * dup *   + 0.5 ^")
        PointResize(c.width, c.height)
    }
    
    ##########################################################################
    
    LWLibavVideoSource("Sample.mp4") 
    src = last
    smask = SaturationMask().ColorYUV(gain_y=2000, off_y=-500)
    
    Spline36Resize(360, height).Spline36Resize(width,height)
    Sharpen(0.5, 0.0)
    Overlay(src, last, mask=smask)
    Quote Quote  



Similar Threads

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