VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Feb 2024
    Location
    Eastern us
    Search Comp PM
    Just finished encoding this tape and ugh, the color bleed. How do I fix this?
    Image Attached Thumbnails Click image for larger version

Name:	vlcsnap-2024-03-17-10h57m32s225.png
Views:	38
Size:	1.69 MB
ID:	77782  

    Click image for larger version

Name:	vlcsnap-2024-03-17-10h57m40s236.png
Views:	21
Size:	1.36 MB
ID:	77783  

    Quote Quote  
  2. AviSynth:

    Code:
    ImageSource("vlcsnap-2024-03-17-10h57m32s225.png") 
    ConvertToYV12()
    src = last
    
    BilinearResize(180, 240)
    aWarpSharp2(depth=20)
    Sharpen(0.5)
    
    nnedi3_rpow2(2, cshift="Spline36Resize")
    aWarpSharp2(depth=3)
    Sharpen(0.2)
    
    nnedi3_rpow2(2, cshift="Spline36Resize")
    aWarpSharp2(depth=3)
    Sharpen(0.2)
    
    nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=src.width, fheight=src.height)
    aWarpSharp2(depth=3)
    Sharpen(0.2)
    
    MergeChroma(src, last)
    Image
    [Attachment 77784 - Click to enlarge]
    Quote Quote  



Similar Threads

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