Log in

View Full Version : horizontal lines in (very) old video


Alexandros
17th October 2007, 20:36
I dont know if this goes here or in avisynth...because...i already record it.
I have this video, the image is a little yellow because its...old, its recorded from the original to a VHS, and now im recording from there.
I dont know if I can do much to this image, but, there is any way to remove/clean/make less visible, that vertical lines in all the images?
there is lens (i think) black lines in the lower right corner too.
and if there any other thing I can do to improve this video.
thanks!!

http://img152.imageshack.us/img152/513/tv2007101716250200jj8.jpg (https://addons.mozilla.org/firefox/1174)
http://img152.imageshack.us/img152/5964/tv2007101716195300rd1.jpg (https://addons.mozilla.org/firefox/1174)
http://img132.imageshack.us/img132/9292/tv2007101716195100aj2.jpg (https://addons.mozilla.org/firefox/1174)
http://img137.imageshack.us/img137/3148/tv2007101716312000dg0.jpg (https://addons.mozilla.org/firefox/1174)

sorry for my english :S

yup
18th October 2007, 07:33
Hi Alexandros!
How You captured? I see progressive video, use deintelacer in capture card?. May be VHS made from film? I do not see vertical lines.
yup.

yup
18th October 2007, 17:39
Hi Alexandros!
May be You speak about horizontal lines? If yes, try script or plugin vinverse
http://www.avisynth.info/?plugin=attach&refer=%A5%A2%A1%BC%A5%AB%A5%A4%A5%D6&openfile=vinverse.zip
Use Avisynth very simple, script
AVISource("xxx.avi")
Vinverse()#tweak amnt minimum as posible see result at screen
fft3dfilter() or fft3dgpu()# tweak set parameter
try and Yiou get that You want
yup