Current version

v1.7.8 (stable)
v1.8.0 (exp.)

Navigation

Home
Archived news
Downloads
Documentation
   Capture
   Compiling
   Processing
   Crashes
Features
Filters
Filter SDK
Knowledge base
Donate
Contact info
Forum

Filter SDK

VirtualDub has the capability to load third-party DLLs that include their own video filters.  The filters that are built into VirtualDub use the same interface that is exported to DLLs, so you can write filters similar to or better than the included ones.  You can sample some of these at the third-party filters page; these range from corrective filters, such as noise reducers, to synthesis filters, such as the subtitler.  The basic interface is simple to work with: VirtualDub gives you a 32-bit ARGB bitmap to modify.

Requirements for the filter SDK:

Download filter SDK 1.05 (filtsdk-1.05.zip, 66K zip file)