Chris Korda's Freeframe Plugins

Blacken
Fade to black.

PARAMETERS
  1. Brightness
    0 = all black, 1 = normal

MMX optimized. Supports 32-bit color only.

BoolMix
Boolean mixer.

Supports all color modes. Has its own ReadMe.

Brightness
Brightness filter.

PARAMETERS
  1. Brightness
    0 = all black, .5 = normal, 1 = all white

MMX optimized. Supports 32-bit color only.

ContrastPS
Photoshop-style brightness/contrast filter.

PARAMETERS
  1. Brightness
    0 = minimum, .5 = normal, 1 = maximum
  2. Contrast
    0 = all gray, .5 = normal, 1 = thresholding

MMX optimized. Supports 32-bit color only.

To exactly emulate Photoshop's behavior, the brightness parameter is scaled by 40%, and therefore does not saturate to black/white. Note that when reducing Contrast, Brightness is applied first, whereas when increasing Contrast, Brightness is applied afterwards. Also note that maximum Contrast (thresholding) is handled as a special case, since it would otherwise cause a divide by zero.

FFSrcPlug
MFC template project for developing Freeframe source plugins.

Supports all color modes. Has its own ReadMe.

Invert
Inverts RGB values.

PARAMETERS
  1. Enable
    0 = disabled, non-zero = enabled

Supports all color modes.

PlayerFF
Freeframe clip player.

Supports all color modes. Has its own ReadMe.

UltraWhorld
Enhanced version of Whorld geometric visualizer.

Supports all color modes. This plugin is not included in the ckffplugs package, and is only listed here for completeness. You can download it here, and it's documented here.

WaveGen
Wave generator.

Supports all color modes. Has its own ReadMe.

Whiten
Fade to white.

PARAMETERS

  1. Brightness
    0 = normal, 1 = all white

MMX optimized. Supports 32-bit color only.

WhorldFF
Whorld geometric visualizer.

Supports all color modes. This plugin is not included in the ckffplugs package, and is only listed here for completeness. You can download it here, and it's documented here.

NOTES

The source code and binaries for this release are available from the FFRend web site, http://ffrend.sourceforge.net/.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.

Kopyleft 2007 Chris Korda, All Rites Reversed.