18/08/2001
 

Some things you might be interested in:

  • I recompiled the InverseTelecine plugin made by WizardFL. The download on Edwin site seems to be a debug compile. Dowload it.
  • I fixed the luma noise issue in YUY2 in Nandub 1.0 RC2. Download it. Modified source files are included.
  • The radius parameter in SpatialSoftenMMX 0.9 by Mathias Born wasn't working. A radius of 2 was always used. He probably forgot to modify one line before releasing it , i don't think it was done on purpose. Download a fixed version.

16/08/2001
  I spent the last two days fixing stupid bugs in my Smart Deinterlacer port to avisynth. You can download it now (in the mpeg2dec package as usual). Check the avisynth page and be sure to read the documentation. It should be considered beta.

11/08/2001
  Site layout has changed a bit.

01/08/2001
  I did the same mistake (SSE instruction) in TemporalSmoother for avisynth. It's fixed now, but be aware that the (slow) C code will be used with a radius above 3 if you don't have an Integer SSE capable CPU (Celeron II, P3, P4, K7). The download below has been updated.

27/07/2001
  A small fix to the SpatialSmoother filter. I accidentally used an SSE instruction in the MMX code. The version number hasn't changed, but the download is different. No need to download the fixed version if you have an (Integer)SSE capable CPU. Thanks to Stéphane Fradet for reporting this bug.

As a related note, the plugin won't run on Pentium (P5) machines. I'll change that only if I receive a complaint.

I also added a new avisynth filter in the mpeg2dec package: BlendFields; it's the blend mode of the internal vdub deinterlace filter. Requested by pandv.


26/07/2001
  I added my first VirtualDub plugin: this is a noise reducer similar to the smart smoother filter by Donald Graft. It is quite fast with small diameters, try it!

20/07/2001
  I've made small changes to the filters (shouldn't break the scripts you've made with the old version), and included them in Aquaplaning's modified MPEG2DEC.DLL, as suggested by TheWEF, so you won't have to load multiples dll's in your scripts.
  • TemporalSmoother now works in RGB too, and the radius is parametrable
  • Offset argument added to SelectRangeEvery
  • I wrote some doc ;-