Caf
From Avisynth wiki
(Redirected from Caf source)
Abstract | |
---|---|
Author | Torchlight |
Version | |
Download | caf.avsi |
Category | Chroma Correction |
License | |
Discussion |
Contents |
Description
Chromatic Aberration Fixer.
Requirements
Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
Syntax and Parameters
- caf (clip src, float "rx", float "ry", float "bx", float "by", int "warp", bool "clamp")
- clip =
- Input clip.
- clip =
- float rx = -1.5
- float ry = rx
- float bx = -rx
- float by = bx
- rx/ry adjust how much to resize the red plane; bx/by is the same, but for blue.
- float rx = -1.5
- int warp = 4
- warp adjusts warpsharp strength on red/blue planes. 0 disables warping
- int warp = 4
- bool clamp = true
- clamp sets whether the chroma (after converting back to YV12) should be limited by the original chroma; this prevents introducing chromatic aberration on, for example, hardsubbed text without chromatic aberration.
- bool clamp = true
Examples
caf with default settings:
AviSource("Blah.avi") caf()
Changelog
Version Date(D/M/Y) Changes
15/04/2014 - Inital release
External Links
Back to External Filters ←