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:
![]()
+ Reply to Thread
Results 1 to 2 of 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()
Similar Threads
-
improve old VHS
By mathmax in forum RestorationReplies: 108Last Post: 2nd Nov 2011, 12:43 -
Can a digital video stablizer improve non-copywrited VHS tapes?
By Regor21 in forum Newbie / General discussionsReplies: 10Last Post: 22nd Jul 2010, 11:12 -
Improve 15 year old VHS quality when capturing
By diegolaz in forum Capturing and VCRReplies: 6Last Post: 12th Jul 2009, 14:17 -
VHS to DVD - is there any way I can improve quality of conversion?
By rairjordan in forum Capturing and VCRReplies: 21Last Post: 13th Feb 2009, 12:32 -
How to improve dark VHS picture?
By rbatty11 in forum RestorationReplies: 15Last Post: 11th Sep 2007, 18:57