Audio-video extensions
A set of experimental audio/video filters to be used with AviSynth
view on
github

About

Audio-video extensions is a collection of various AviSynth filters used to modify audio or video.

This is mainly a collection of miscellaneous filters, as they have no real theme with one another. Some are more useful and/or practical than others.

Required software

Downloads

Usage

There are two ways to use this extension:

try { LoadPlugin("AVExtensions.dll") } catch (e) { LoadPlugin("AVExtensions-x64.dll") }

Documentation

Some limited documentation is available in the .cpp files located in the Audio, Video, and Misc project directories. They should appear in a large block comment inside the Class::registerClass function.

Eventually this documentation may be moved to this page as well.