TomsMoComp
Abstract | |
---|---|
Author | Tom Barry |
Version | 0.0.1.8 |
Download | TomsMoComp.zip |
Category | Deinterlacing |
Requirements | |
License | GNU General Public License |
Discussion | Doom9 Thread |
TomsMoComp(TopFirst, SearchEffort, VerticalFilter)
Abstract
TomsMoComp is a filter that uses motion compensation and adaptive processing to deinterlace video sources.
Notes
All the values are integer, 0=no, 1=yes:
TopFirst:
Assume the top field, lines 0,2,4,... should be displayed first. The default is BottomFirst. You may have to bring it up in Virtualdub and look at a few frames to see which looks best. (0=BottomFirst, 1=TopFirst, -1=automatically pick up whatever Avisynth reports).
SearchEffort:
Determines how much effort (CPU time) will be used to find moved pixels. Currently numbers from -1 to 30 with 0 being practically just a smarter bob and 30 being fairly CPU intensive.
A value of -1 is supported. In this case the TomsMoComp filter will not deinterlace but instead assume you already have progressive frames but want to double the vertical size. Useful for low bit rate captures that are hard to IVTC/deinterlace or where you have just kept the even fields for some other reason.
VerticalFilter:
If turned on will very slightly blend each pair of horizontal lines together. This loses only a small amount of vertical resolution but is probably a good idea as it can somewhat hide remaining deinterlace artifacts and will probably also make you clip compress a bit better. (0 = no filter, 1 = filter).
Links
Download the latest stable version: [1] [2]
Original Doom9 thread: [3]