Log in

View Full Version : A help with edeen


mochevolete
25th February 2006, 20:14
Although edeen here seems not to have to much consideration, it's managed to look VERY good some VHS tapes with F1 races on, not only has denoised very well (with some detail loss), but it's removed those damned scratches !

But... :( the negative side :rolleyes: is that gives to the fast moving objects (and you guess right, a race is full of fast moving objects..) in the video, disappointings trails, the shape/outline of the moving objects nearly doubles
The code is very simple:
LoadPlugin("edeen.dll")
avisource("D:\myworks\prova2.avi")
ConvertToYV12()
edeen()

I tried to change some parameters without luck.

The result looks like a poorly done deinterlacing, so I've tried to apply some sort of ..
SeparateFields()
odd=SelectOdd.edeen ()
evn=SelectEven.edeen ()
Interleave(evn,odd)
Weave()

but there's something it doesn't like ...

is there a way to reduce those trails and double shapes ?

:helpful:

Nik