logo Sign In

Post #162044

Author
Moth3r
Parent topic
Temporal smoothing without nasty side effects
Link to post in topic
https://originaltrilogy.com/post/id/162044/action/topic#162044
Date created
9-Dec-2005, 7:57 AM
I think it's an interesting theory and it's encouraging to hear you have obtained good results.

Some time ago I attempted to use VirtualDub's temporal filter to clean up some VHS caps, but I was getting an awful residual image after every scene change - similar to what I noticed in the Cowclops V2 DVD screenshots, but worse.

Is the filter you used the same as the AVISynth TemporalSmoother function, which is apparently a direct port from VDub? If so, then you could probably refine your process to a single AVISynth script, saving on the amount of hard drive space required.

Here's a relevant thread on Doom9, which explains the difference betweeen "bidirectional" filtering used by TemporalSoften, for example, and a true forwards/backwards average function like you have written.

It'd be interesting to see how your method compares against other popular filters.