logo Sign In

Post #321257

Author
Arnie.d
Parent topic
STAR WARS V8 - A Final Attempt (Released)
Link to post in topic
https://originaltrilogy.com/post/id/321257/action/topic#321257
Date created
20-Jun-2008, 3:00 AM
ThrowgnCpr said:

http://i129.photobucket.com/albums/p203/ThrowgnCpr/SW_V8_small.png

Wow, that does look cool!

g-force said:

Wow! I'm really excited about this Arnie.d!

As for the averaging of the captures, it would be even better to do a median filter on 3 captures.

so given a row of pixels from three different captures:

(n1),(x2),(x3)

(x1),(n2),(x3)

(x1),(x2),(n3)

where x is a good pixel, and n is a noisy pixel, averaging would give you:

2/3*x1 + 1/3*n1 , 2/3*x2 + 1/3*n2 , 2/3*x3 + 1/3*n3

whereas a median filter would give:

(x1),(x2),(x3)

Even better to use 3 captures from 3 different laserdiscs to remove laser rot, but that I suspect is out of reach. I would love to help with the Avisynth scripting if you would like.

Do you plan on de-interlacing also?

-G

I still have a script somewhere for averaging 3 or 5 sources. But I'm not at home so I can't check what it does exactly. Some help would be nice. I've never actually used an averaging script/filter.

I will IVTC so it will be 23.976 progressive.