Filter (none):
This filter will do nothing.

filter1.png

Filter Add grain:
This filter will add random grain. It will randomly modify some pixels color of a certain amount. This will help mimic the film grain of a movie image in a video image.

filter2.png

Filter Blocks:
This filter will replace a block of pixels by one median color.

filter3.png

Filter Chroma Key:
Chroma Key filter will create a black and white mask (Alpha channel) of the images to help composite the images by removing a background made of an almost uniform color like blue or green.

filter4.png

Filter Contrast colors:
Contrast colors filter will create colors from the contrast of the image. This can make strange color effects and help highlight contrast variation.

filter5.png

Filter Dark to Black:
This filter will change dark pixels into real black (R,G,B) = (0,0,0) pixels.

filter6.png

Filter Deinterlace type 1:
This filter will copy one scanline to the next one. This will remove interlacing found in video images but will also result in data lost as data from each other line is ignored.

filter7.png

Filter Deinterlace type 2:
This filter will replace the pixels of the scanline by the average of the 6 nearest pixels from previous and next row. This will remove interlacing found in video images but will also result in data lost as data from each other line is ignored. This filter usually give better results than 'Deinterlace type 1' but is slower.

filter8.png

Filter Deinterlace type 3:
This filter will replace the pixels of the scanline by the average of the 9 nearest pixels from this row, previous and next row. This will remove interlacing found in video images. This filter usually give better results than 'Deinterlace type 2' but is slower.

filter9.png

Filter Detect movement:
This filter will replace the pixels with the difference between one image and the image just before. So if there was no movement, the pixel will be black. Otherwise it will have keep its color.

filter10.png

Filter Euclidian distance map:
This filter will modify the colors according to the Euclidian distance map.

filter11.png

Filter Grayscale:
Grayscale filter will change color image in grayscale image equivalent to black and white movies or TV.

filter12.png

Filter Light intensification:
Light intensification filter will simulate the use of a light intensification device by changing the image to a grayscale image with a light green look and by increasing the bright parts of the image.

filter13.png

Filter Lightning:
Lightning filter will add to the current image a lightning.

filter14.png

Filter Magnifying glass:
This filter simulates the view through a magnifying glass.

filter15.png

Filter Make End as Start:
Make End as Start filter will merge first and last frames to make the video repeat itself seamlessly. This is usefull for background or textures videos. If you merge X images, the final video will be X images shorter.

filter16.png

Filter Mirror:
Mirror filter will mirror the image horizontally or vertically.

filter17.png

Filter Modify colors 1:
This filter will reduce the colors of the image.

filter18.png

Filter Modify colors 2:
This filter will replace the colors of the pixels with other colors in a range.

filter19.png

Filter Modify colors 3:
This filter will shift the colors of the image of a certain amount.

filter20.png

Filter Modify colors 4:
This filter will modify the colors of the pixels of the image according to their luminosity.

filter21.png

Filter Motion Blur:
Motion Blur filter will add to the current image a percentage of previous images to simulate slow camera shutter speed.

filter22.png

Filter Negative image:
This filter will replace the colors of the pixels with the opposite color like in a negative picture.

filter23.png

Filter Persistence:
Persistence filter will add to the current image a shadow image from previous images.

filter24.png

Filter Scrambled like Pay TV type 1:
This filter will scramble the image like a Pay TV show. Each line of the image is rotated a random number of pixels. You can choose a maximum number for the rotation.

filter25.png

Filter Scrambled like Pay TV type 2:
This filter will scramble the image like a Pay TV show. It will permute each line of the frame with another randomly selected among the next X lines.

filter26.png

Filter Waves:
Waves filter will modifiy the image with sinus waves.

filter27.png