UID | Name | Description |
AlpX | AlphaMix | Alpha mixer. |
BLKN | Blacken | Fade to black. |
BOOL | BoolMix | Boolean mixer. |
BRGT | Brightness | Brightness filter. |
CHRG | CharGen | Character generator (single character). |
CGAA | CharGenAA | Anti-aliased character generator (single character only). |
BCPS | ContrastPS | Photoshop-style brightness/contrast filter. |
Fauv | Fauve | Colorizes input in the style of Fauvism. |
DSRC | FFSrcPlug | MFC template project for developing Freeframe source plugins. |
Hsto | Histogram | Displays a continuous histogram of the input video. |
INVT | Invert | Inverts RGB values. |
MskX | MaskMix | Mixes two inputs according to a third mask input. |
Mult | Multiply | Multiplies two inputs. |
PLYR | PlayerFF | Freeframe clip player. |
PLLB | PlayerFFLB | Freeframe clip player with letterboxing. |
RADR | Radar | Source plugin to simulate a radar sweep. |
TXTG | TextGen | Text generator. |
TGAA | TextGenAA | Anti-aliased text generator. |
UWHO | UltraWhorld | Enhanced version of Whorld geometric visualizer. |
WVGN | WaveGen | Wave generator. |
WHTN | Whiten | Fade to white. |
WHOR | WhorldFF | Whorld geometric visualizer. |
MMX optimized. Supports 32-bit color only.
MMX optimized. Supports 32-bit color only.
Supports all color modes. Has its own ReadMe.
PARAMETERS
PARAMETERS
MMX optimized. Supports 32-bit color only.
For anti-aliasing, use CharGenAA instead. To display lines of text,
use TextGen or TextGenAA.
This plugin uses GDI+ instead GDI, and therefore requires the GDI+ DLL.
To use this plugin under versions of Windows earlier than XP, you must
install the GDI+ redistributable.
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.
The plugin is a visualization of a histogram but using pseudocolor
instead of the customary graph. Pixels are colored according to the
popularity of their original colors in the input image, such that more
common input colors translate to brighter output colors. The effect
enhances edges, adds texture, simplifies and drastically alters the
palette, and reduces spatial cohesion. In Luma mode, the plugin:
RGB mode is similar, but does the above operations separately for each
color channel, resulting in color output instead of greyscale.
Supports all color modes. Assembler optimized.
Supports all color modes. Has its own ReadMe.
Supports all color modes. Assembler optimized.
Supports all color modes.
Supports all color modes. Has its own ReadMe.
Included with FFRend V2.
Same behavior as vvDynaMask, but an order of magnitude faster.
MMX optimized. Supports 32-bit color only.
Multiplies the two inputs, and blends the result with input A.
MMX optimized. Supports 32-bit color only.
PARAMETERS
Assembler optimized. Supports 32-bit color only.
The Angle parameter is more useful with auto-rotate off (Speed = 0).
The Scale parameter is useful for ensuring that the sweep fills the
entire frame, e.g. if the frame has an unusual aspect ratio, or the
origin is moved to a corner of the frame. The fit to frame behavior
(Radius = .5) assumes Scale = 0.
The plugin looks for text files in the folder "My Documents\TextGen".
If there's a text file in My Documents\TextGen called playlist.txt, it's
assumed to contain a list of paths to text files; for details, see below.
If there's no playlist, any text files (files with the .txt extension)
found in My Documents\TextGen are loaded, in alphabetical order. If
there's no playlist and no text files are found either, the plugin
displays "NO TEXT".
If playlist.txt exists, it's assumed to contain a list of absolute
(fully-qualified) paths to other text files. Each line of the playlist
should contain exactly one path. Do not enclose paths in quotes, even
if they contain spaces. The text files are loaded in the order they
appear in the playlist. The playlist method requires more setup, but
allows you to link to existing documents instead of copying them
to the TextGen folder, and also lets you specify the document order.
Text files may be ASCII or Unicode UTF-16LE (16-bit little-endian).
Unicode text files must have the BOM (Byte Order Mark) 0xFF, 0xFE
in the first two bytes.
For anti-aliasing, use TextGenAA instead. To display single characters,
use CharGen or CharGenAA.
The plugin looks for text files in the folder "My Documents\TextGen".
For details, see TextGen.
This plugin uses GDI+ instead GDI, and therefore requires the GDI+ DLL.
To use this plugin under versions of Windows earlier than XP, you must
install the GDI+ redistributable.
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.
Supports all color modes. Has its own ReadMe.
PARAMETERS
MMX optimized. Supports 32-bit color only.
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.
The source code and binaries for this release are available from the FFRend web site, http://ffrend.sourceforge.net/.
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.
PARAMETERS
PARAMETERS
Same as CharGen.
PARAMETERS
PARAMETERS
PARAMETERS
PARAMETERS
PARAMETERS
# ch1 ch2 mask
0 src1 src2 src3
1 src1 src3 src2
2 src2 src3 src1
3 src2 src1 src3
4 src3 src1 src2
5 src3 src2 src1
PARAMETERS
PARAMETERS
PARAMETERS
Same as TextGen.
NOTES
LICENSE