VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hi,

    I'm trying to transfert an old VHS (which is already a copy from another copy, I don't have the original one).

    Do you know what avisynth filters can I use to try to improve the quality (seems to be too bright, color bleeding,....). For the overscan I will crop then add new black borders.

    Here is some screenshots:























    Quote Quote  
  2. Have you tried Camcorder Color Denoiser (virtualdub filter) ?

    ImageReader("C:\test.png").assumetff()
    separatefields()
    ConvertToRGB32(matrix="Rec601",interlaced=false)
    # Camcorder Denoiser: (pour enlever chroma bleed)
    LoadVirtualDubPlugin("C:\Program Files\VirtualDub-1.9.8\plugins\Camcorder_Color_Denoise_sse2.vdf","C CD",1)
    # Il fonctionne en désaturant les rouges / bleus (si valeur trop fortes ça désature trop! )
    CCD(51,1) # de 0 à 100 # Défaut =30
    weave()
    Quote Quote  



Similar Threads

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