Current version

v1.10.4 (stable)

Navigation

Main page
Archived news
Downloads
Documentation
   Capture
   Compiling
   Processing
   Crashes
Features
Filters
Plugin SDK
Knowledge base
Contact info
 
Other projects
   Altirra

VirtualDub filters

VirtualDub filters can be loaded manually by clicking on the Load button that appears in the Add Filters dialog box.  They can also be automatically loaded at startup if you copy the .vdf file into a plugins subdirectory under the VirtualDub program directory.  It is possible, although unusual, for filters to conflict with each other, so if you have problems with a particular filter chain you might want to try testing each filter individually to narrow the scope of the problem.


Download subtitler-2_4.zip from virtualdub.org
Download subtitler-2_4-src.zip from virtualdub.org
Download subtitler-2_3.zip from virtualdub.org
Download subtitler-2_3-src.zip from virtualdub.org
Download subtitler-2_2.zip from virtualdub.org
Download subtitler-2_2-src.zip from virtualdub.org
Download subtitler-2_1.zip from virtualdub.org
Download subtitler-2_1-src.zip from virtualdub.org
Description: Applies Sub Station Alpha v2.x/4.x scripts to video.
Supports batch operation: Yes
Updated: (V2.4) Fix for another crash.

Pretty self-explanatory; handles most of the common features in SSA scripts.  It has text antialiasing, so your subtitles look good at small sizes.


Download warpsharp-1_2.zip from virtualdub.org
Download warpsharp-1_2-src.zip from virtualdub.org
Download warpsharp-1_1.zip from virtualdub.org
Download warpsharp-1_1-src.zip from virtualdub.org (updated 3/28/04 with missing .rc file)
Description: Sharpens images by warping pixels toward edges.
Supports batch operation: Yes
Updated: (V1.2) Removed dependency on BitBlt function.

Sharpens images through warping rather than convolution.  Most effective on cartoon-style animation.

Note: This filter won't work in Avisynth because it uses the BitBlt() function from VirtualDub -- Donald Graft has a version on his site which will work.