![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|
filename |
libgstfrei0r.so |
version |
0.10.23 |
run-time license |
LGPL |
package |
GStreamer Bad Plug-ins source release |
origin |
Unknown package origin |
frei0r-filter-3-point-color-balance |
Adjust color balance with 3 color points |
frei0r-filter-3dflippo |
Frame rotation in 3d-space |
frei0r-filter-b |
Extracts Blue from Image |
frei0r-filter-baltan |
delayed alpha smoothed blit of time |
frei0r-filter-bluescreen0r |
Color to alpha (blit SRCALPHA) |
frei0r-filter-brightness |
Adjusts the brightness of a source image |
frei0r-filter-bw0r |
Turns image black/white. |
frei0r-filter-cartoon |
Cartoonify video, do a form of edge detect |
frei0r-filter-color-distance |
|
frei0r-filter-contrast0r |
Adjusts the contrast of a source image |
frei0r-filter-curves |
Adjust luminance or color channel intensity with curve level mapping |
frei0r-filter-dealygrab |
delayed frame blitting mapped on a time bitmap |
frei0r-filter-delay0r |
video delay |
frei0r-filter-distort0r |
Plasma |
frei0r-filter-edgeglow |
Edgeglow filter |
frei0r-filter-equaliz0r |
Equalizes the intensity histograms |
frei0r-filter-flippo |
Flipping in x and y axis |
frei0r-filter-g |
Extracts Green from Image |
frei0r-filter-gamma |
Adjusts the gamma value of a source image |
frei0r-filter-glow |
Creates a Glamorous Glow |
frei0r-filter-hueshift0r |
Shifts the hue of a source image |
frei0r-filter-invert0r |
Inverts all colors of a source image |
frei0r-filter-k-means-clustering |
Clusters of a source image by color and spatial distance |
frei0r-filter-lens-correction |
Allows compensation of lens distortion |
frei0r-filter-letterb0xed |
Adds Black Borders at top and bottom for Cinema Look |
frei0r-filter-levels |
Adjust luminance or color channel intensity |
frei0r-filter-luminance |
Creates a luminance map of the image |
frei0r-filter-mask0mate |
Creates an square alpha-channel mask |
frei0r-filter-nervous |
flushes frames in time in a nervous way |
frei0r-filter-nosync0r |
broken tv |
frei0r-filter-opencvfacedetect |
detect faces |
frei0r-filter-perspective |
Distorts the image for a pseudo perspective |
frei0r-filter-pixeliz0r |
Pixelize input image. |
frei0r-filter-primaries |
Reduce image to primary colors |
frei0r-filter-r |
Extracts Red from Image |
frei0r-filter-rgb-parade |
Displays a histogram of R, G and B of the video-data |
frei0r-filter-saturat0r |
Adjusts the saturation of a source image |
frei0r-filter-scale0tilt |
Scales, Tilts and Crops an Image |
frei0r-filter-scanline0r |
interlaced blak lines |
frei0r-filter-sobel |
Sobel filter |
frei0r-filter-squareblur |
Variable-size square blur |
frei0r-filter-tehroxx0r |
Something videowall-ish |
frei0r-filter-threelay0r |
dynamic 3 level thresholding |
frei0r-filter-threshold0r |
Thresholds a source image |
frei0r-filter-tint0r |
Tint a source image with specified color |
frei0r-filter-transparency |
Tunes the alpha channel. |
frei0r-filter-twolay0r |
dynamic thresholding |
frei0r-filter-vectorscope |
Displays the vectorscope of the video-data |
frei0r-filter-vertigo |
alpha blending with zoomed and rotated images |
frei0r-filter-water |
water drops on a video surface |
frei0r-filter-white-balance |
Adjust the white balance / color temperature |
frei0r-mixer-addition |
Perform an RGB[A] addition operation of the pixel sources. |
frei0r-mixer-alpha-injection |
Averages Input 1 and uses this as Alpha Channel on Input 2 |
frei0r-mixer-alphaatop |
the alpha ATOP operation |
frei0r-mixer-alphain |
the alpha IN operation |
frei0r-mixer-alphaout |
the alpha OUT operation |
frei0r-mixer-alphaover |
the alpha OVER operation |
frei0r-mixer-alphaxor |
the alpha XOR operation |
frei0r-mixer-blend |
Perform a blend operation between two sources |
frei0r-mixer-burn |
Perform an RGB[A] dodge operation between the pixel sources, using the generalised algorithm: D = saturation of 255 or depletion of 0, of ((255 - A) * 256) / (B + 1) |
frei0r-mixer-color-only |
Perform a conversion to color only of the source input1 using the hue and saturation values of input2. |
frei0r-mixer-composition |
Composites Image 2 onto Image 1 according to its Alpha Channel |
frei0r-mixer-darken |
Perform a darken operation between two sources (minimum value of both sources). |
frei0r-mixer-difference |
Perform an RGB[A] difference operation between the pixel sources. |
frei0r-mixer-divide |
Perform an RGB[A] divide operation between the pixel sources: input1 is the numerator, input2 the denominator |
frei0r-mixer-dodge |
Perform an RGB[A] dodge operation between the pixel sources, using the generalised algorithm: D = saturation of 255 or (A * 256) / (256 - B) |
frei0r-mixer-grain-extract |
Perform an RGB[A] grain-extract operation between the pixel sources. |
frei0r-mixer-grain-merge |
Perform an RGB[A] grain-merge operation between the pixel sources. |
frei0r-mixer-hardlight |
Perform an RGB[A] hardlight operation between the pixel sources |
frei0r-mixer-hue |
Perform a conversion to hue only of the source input1 using the hue of input2. |
frei0r-mixer-lighten |
Perform a lighten operation between two sources (maximum value of both sources). |
frei0r-mixer-multiply |
Perform an RGB[A] multiply operation between the pixel sources. |
frei0r-mixer-overlay |
Perform an RGB[A] overlay operation between the pixel sources, using the generalised algorithm: D = A * (B + (2 * B) * (255 - A)) |
frei0r-mixer-rgb |
Averages each Input and uses each as R, G or B channel of the Output |
frei0r-mixer-saturation |
Perform a conversion to saturation only of the source input1 using the saturation level of input2. |
frei0r-mixer-screen |
Perform an RGB[A] screen operation between the pixel sources, using the generalised algorithm: D = 255 - (255 - A) * (255 - B) |
frei0r-mixer-softlight |
Perform an RGB[A] softlight operation between the pixel sources. |
frei0r-mixer-subtract |
Perform an RGB[A] subtract operation of the pixel source input2 from input1. |
frei0r-mixer-uv-map |
Uses Input 1 as UV Map to distort Input 2 |
frei0r-mixer-value |
Perform a conversion to value only of the source input1 using the value of input2. |
frei0r-mixer-xfade0r |
a simple xfader |
frei0r-src-ising0r |
Generates ising noise |
frei0r-src-lissajous0r |
Generates Lissajous0r images |
frei0r-src-nois0r |
Generates white noise images |
frei0r-src-onecol0r |
image with just one color |
frei0r-src-partik0l |
Particles generated on prime number sinusoidal blossoming |
frei0r-src-plasma |
Demo scene 8bit plasma |