KPassFilterCL
From Avisynth wiki
Abstract | |
---|---|
Author | Khanattila |
Version | v0.1.0 |
Download | KPassFilterCL-v0.1.0.zip |
Category | Debug filter |
License | GPLv3 (source code N/A) |
Discussion |
Contents |
Description
KPassFilterCL is a set of tools in the frequency domain. Only for paranoid encoders. FFTW is required.
Requirements
- [x86] AviSynth+ or AviSynth 2.6
- [x64] AviSynth+
- Supported color formats: Y8, YV12, YV16, YV24, YV411
- FFTW 3.3.5 (
fftw-3.3.5-dll32.zip
orfftw-3.3.5-dll64.zip
)
- *** 32-bit libfftw3f-3.dll needs to be in the search path (C:\Windows\SysWOW64 64-bit OS or C:\windows\system32 32-bit OS)
- *** 64-bit libfftw3f-3.dll needs to be in the search path (C:\windows\system32 64-bit OS)
Syntax and Parameters
KLowPass(clip, float cutoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false)) KHighPass(clip, float cutoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false)) KBandPass(clip, float lcutoff, float hcuttoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false)) KMergeLow(clip, clip, float cutoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false)) KMergeHigh(clip, clip, float cutoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false)) KMergeBand(clip, clip, float lcutoff, float hcuttoff, string mode ("magnitude"), string device_type ("default"), bool lsb_inout (false), bool info(false))
Examples
Changelog
Version Date Changes
v0.1.0 2015/08/29 - Latest release
External Links
- Archive.org - GitHub repository before it was deleted, unfortunately source code is not available.
Back to External Filters ←