Перечень фильтров VirtualDub

2:1 reduction (high quality) встроенный ASM MMX
Описание:  Уменьшает размер кадра в двое по вертикали и горизонтали используя матрицу 3x3 из перекрывающихся пикселей. Этот фильтр значительно быстрее, чем фильтр Resize. Однако поскольку фильтр использует эквивалент билинейной фильтрации, тогда как фильтр Resize может использовать бикубическую фильтрацию, то для уменьшения потерь качества при изменнения размера рекомендуется применять фильтр Resize.
Description:  Shrinks the image to half its size in both the x and y directions. The high quality filter is also known as a loop filter; it combines pixels in overlapping 3x3 matrices, similar to blur filters. The general reduce filter can also be used for these tasks, but the 2:1 filters are much faster. It is recommended that the resize filter be used when quality is important, however, because the 2:1 filters use the equivalent of bilinear filtering, while the resize filter can use bicubic.

2:1 reduction встроенный ASM MMX
Описание:  Уменьшает размер кадра в двое по вертикали и горизонтали используя простую матрицу 2x2 из неперекрывающихся пикселей. Этот фильтр значительно быстрее, чем фильтр Resize. Однако поскольку фильтр использует эквивалент билинейной фильтрации, тогда как фильтр Resize может использовать бикубическую фильтрацию, то для уменьшения потерь качества при изменнения размера рекомендуется применять фильтр Resize.
Description:  Shrinks the image to half its size in both the x and y directions. The lower-quality filter combines non-overlapping 2x2 blocks, and is more suited to certain types of computer-generated images. The general reduce filter can also be used for these tasks, but the 2:1 filters are much faster. It is recommended that the resize filter be used when quality is important, however, because the 2:1 filters use the equivalent of bilinear filtering, while the resize filter can use bicubic.

2:1 vertical reduction v21red.vdf Chris LaRosa ASM MMX
Описание:  Уменьшает размер каждого кадра в двое только по вертикале используя простую матрицу 1х2.
Description:  Reduces the size of each frame by 2:1 in the vertical direction only. A 1x2 non-overlapping matix is used. Can also be used to deinterlace.

2d cleaner v0.6 beta 2DCLEAN.VDF Jim Casaburi    
Описание:  Заменяет каждый пиксель средним значением цвета в указанном радиусе (от 0 до 10 пикселей). Вычисленное значение не может отличаться от исходного более указанного порога (от 0 до 255).
Description:  Replaces each pixel with the average of its neighbors, as long as the average falls within a specified threshold.

3x3 average встроенный ASM MMX
Описание:  Заменяет каждый пиксель усреднённым значением цвета своих соседей в матрице 3x3. Так как веса цвета пикселей различные (центрального - 32/256, каждого из окружающих - 28/256), то это не точно среднее число. Этот фильтр хорош для больших изображений (320x240 или больше), которые зашумлены или имеют другие небольшие нежелательные артефакты. Вероятно этот фильтр будет удалён в одном из следующих выпусков.
Description:  Replaces each pixel with the 3x3 average of itself and its neighbors. This filter is a fast blur operation. The weighting is actually 32/256 for the center pixel and 28/256 for each of the surrounding pixels, so it's not exactly an even average. 3x3 Average is good for large (320x240 or bigger) images that have noise or other small, undesirable artifacts. Deprecated. Likely to be removed in a later release.

ACDSee Filter ACDseeEOD.vdf E_O_D//[UCF]    
Описание:  Автоматическое регулирование уровней. Этот фильтр основывается на функции "Авто Уровни" программы ACDsee. Поскольку каждый кадр обрабатывается по отдельности, возможно мигание.
Мой комментарий: Я бы сказал, что цвета становяться более естествеными, но и мигание заметно.
Description:  Automatically adjusts the static picture. This filter is based on the "Auto Levels" function of ACD Photo Enhancer (part of ACDsee). It applies to each frame statically and because of this output can sometimes blink.

AddFrameNumber / AddTimestamp v0.4 addframenumber.vdf Thomas Hargrove    
Описание:  Добавляет счётчик кадров и отметку времени в нижнюю часть кадра.
Description:  Add a frame counter and a timestamp to your video This filter adds the framenumber to the bottom of the output video. The source is like 10 lines, and is under GPL. Come visit my web site, toonarchive.com. (c) Thomas Hargrove 2001

alidator alidator.vdf Krzysztof Wojdon    
Описание:  Добавляет текущую дату и время в левый нижний угол кадра.
Description:  Add current time to frame.

AnamorphicResize v0.10 (Mar/30/2001) AnamorphicResize.vdf tHE fISH    
Описание:  Уменьшает вертикальный размер изображения на 25%, используется тот же алгоритм, что и плейеры DVD.
Description:  This filter reduces the vertical image size by 25% using the same algorithm as DVD-players!

Area Smoother v0.1 AreaSmoother.vdf Daniel Vollmer    
Описание:  Заменяет (более или менее) одинаково окрашенные области их средним значением.
Мой комментарий: Очень мощный фильтр, с точки зрения оптимизации изображения.
Description:  Replaces (more or less) uniformly colored areas by their average.

Bit Drop v0.9 beta BitDrp.vdf Simon Walters    
Описание:  Позволяет побитово управлять цветом.
Description:  Masks LSB(s) of R,G and B Values.

blur more встроенный    
Описание:  Применяет гауссово размытие с удвоенным радиусом Этот фильтр не для уменьшения шума, поскольку он смазывает изображение слишком сильно.
Description:  Applies a radius-2 gaussian blur to the image A nice, soft, rounded blur. This isn't very good for noise reduction, though, since it blurs the image too much.

blur встроенный    
Описание:  Применяет гауссово размытие изображения. Этот фильтр лучшее чем фильтр "3x3 average".
Description:  Applies a radius-1 gaussian blur to the image This is a nice, soft, rounded blur. It's better than the 3x3 average.

Border Smear v1.0 beta BdrSmr.vdf Simon Walters    
Описание:  Смазывает верх и низ изображения. Этот фильтр может быть полезным если Вы захватываете видео для формата VCD. Если обрезать кадр, чтобы удалить брак (получаемый при оцифровке VHS), то необходимо изменить размеры, чтобы получить размер, пригодный для кодера. Изменение размеров может вызывать проблемы, особенно если материал оцифрован с чередованием.
Description:  Smears top and bottom of clip. It is designed to allow you to "smear" the regions at the top and bottom of a frame. This might be a useful option if you are capturing video for use in say a fixed VCD format. If you crop your video to get rid of rubbish (say from VHS capture) you normally have to add a solid border or resize to get the clip to the right dimensions for you MPEG encoder (I'm a TMPGEnc person myself). Resizing can cause problems, especially if the material is interlaced.

box blur встроенный    
Описание:  Выполняет быстрое билинейное, трилинейное или кубическое размытие, в зависимости от количества проходов (одного, двух или трёх - соответственно). Билинейное размытие чрезвычайно быстрое, но низкокачественное размытие, из-за получаемых артефактов (квадратов).
Description:  Performs a fast box, triangle or cubic blur. Applies one, two, or three passes of a box blur to the image. Box blurs, also known as moving averages, are extremely fast, but poor quality blurs, because of the boxy artifacts they produce. However, applying box blurs multiple times gives good approximations to the Gaussian with a fraction of the computing load. Set the filter to power 1 to use a box blur, power 2 for a triangle filter, and power 3 for a cubic. Box blur on power 3 is a very good approximation, and in addition, is nearly independent of filter width - a radius-50 blur with this filter is extremely fast.

brightness/contrast (UI-enhanced) v1.0 Bright.vdf Avery Lee/Donald Graft ASM MMX
Описание:  Установка яркости и контраста изображения с возможностью предпросмотра. Основной код фильтра написан Avery Lee; UI расширение - Donald Graft.
Description:  Adjusts brightness and contrast of an image linearly. Main filter code by Avery Lee; UI enhanced by Donald Graft. I've always been irritated that VirtualDub's internal brightness/contrast filter does not support preview, so I made an external version of the filter that provides preview and improves the user interface in other small ways. The basic filter engine is the same as the one in VirtualDub, authored by Avery Lee.

brightness/contrast встроенный ASM MMX
Описание:  Установка яркости и контраста изображения.
Description:  Adjusts brightness and contrast of an image linearly. Brightens, darkens, and adjusts contrast for an image. The brightness slider linearly brightens or darkens a image; parts of the image that are already bright or dark will saturate at one end. The contrast slider enhances the difference between light and dark images; it consistently makes everything brighter, so you'll probably want to use the brightness slider at the same time.

Cartoon Tool fxToon.vdf flaXen    
Описание:  flaXen's Cartoon Tool
Мой комментарий: Не понял :(
Description:  flaXen's Cartoon Tool

chroma noise reduction v1.1 cnr.vdf Gilles Mouchard    
Описание:  Уменьшает шум в сигналах UV не изменяя сигнала Y.
Мой комментарий: Не понял :(
Description:  Reduce noise on chroma (UV) while keeping intact luma (Y).

CmYUV DEbug Dev CmYUVDv.vdf Simon Walters    
Описание:  YUV - RGB конвертор.
Мой комментарий: Не понял :(
Description:  YUV - RGB convertor.

colorize v1.1 beta 1 Colorize.vdf Donald Graft    
Описание:  Переводит видео в указаный монохромный (не полутоновый) цвет.
Description:  Map a video to selectable monochrome color. This filter provides the ability to convert a video to a monochrome video based on a selectable color. For example, the old-style brown photograph look can be easily obtained. The filter might better be called "monochrome filter" but I wanted to avoid people confusing it with the grayscale filter. Active filter preview is supported. Also, a color preview area is provided.

conditional v0.3b Condition.vdf Dmitri Schamschurko    
Описание:  Позволяет применить другой фильтр в зависимости от заданного условия.
Description:  Allows you to apply other filter with settings depend on some condition This filter allows you to specify some filter and apply it with several branches using different conditions.

coring v1.0 filter_coring.vdf Paul Currie    
Описание:  Устанавливает пиксели в чёрный (или зелёный) цвет, если исходный цвет пикселя меньше указанного уровня.
Description:  Any pixel below a certain threshold value is set to black.

decimate v1.1 beta 2 Decimate.vdf Donald Graft    
Описание:  Этот фильтр обычно применяется после фильтра Telecide (или любого другого выдающего поток прогрессивных фреймов) и создаёт файл с продублированными кадрами подлежащими удалению.
Description:  Decimate frames. This filter acts on the output of the Telecide filter (or any other stream of progressive frames derived from a de-telecined clip) and deletes extra duplicated frames, while enforcing a desired decimation ratio. For example, suppose Telecide has been used to produce a clip containing progressive frames derived from 3:2 pulldown material. Decimate can take the processed clip as input and delete the duplicated frames by deleting one frame out of each group of five. Actually, because VirtualDub filters cannot delete frames, Decimate writes an Avisynth script that is used to do the actual frame deletion. It is acknowledged that this is a cumbersome procedure. The next generation of VirtualDub will allow filters to delete frames.

deflicker v1.0 Deflick.vdf Donald Graft    
Описание:  Удаляйте временные фреймовые изменения мерцания. Имеется пример работы фильтра в файле http://sauron.mordor.net/dgraft/flicker.zip
Мой комментарий: Не понял :(
Description:  Remove temporal frame luminance variations (flicker) When video at one frame rate is projected and then recorded from the projection screen at a different frame rate, a temporal moire pattern, or flicker, is produced. This filter removes the flicker, thereby making this a viable process. For example, it becomes feasible to project 18 fps films and record them with a 25 fps PAL camcorder.

deinterlace - area based v1.2 DeinterlaceAreaBased.vdf Gunnar Thalin    
Описание:  Удаляет чередующиеся линии только там где они заметны. Каждый кадр обрабатывается индивидуально. Когда фильтр обнаруживает чередующиеся линии, он удаляет их используя или смешивание или интерполяцию в зависимости от установок.
Description:  Removes interlace lines only where they are visible. Each frame is deinerlaced individually This filter deinterlaces the frames only where it's needed by simply looking for interlace lines in each frame individually. When it detects interlace lines, it removes them using either blending or interpolation depending on your settings. This is a very general deinterlacer since it doesn't care about how the interlace lines appeared. It could be due to motion or due to compression artifacts from 2-field compressed MPEG video (e.g. from digital TV). It's also perfect for when only parts of the frame area (or only some of the frames) suffer from interlace lines, such as a PAL movie with subtitles that changes between the two fields in a frame.

deinterlace - PAL movie v1.1 DeinterlacePALMovie.vdf Gunnar Thalin    
Описание:  Исправляет чередование в видео, но при этом показывает чередующиеся строки.
Description:  Fixes video that should be non-interlaced (such as most PAL movies) but still show interlace lines In PAL, two kinds of video exist: 50fps video with half vertical resolution and 25fps video with full vertical resolution. Both of these are usually captured as 25fps full resolution video which means that for 50fps video, each frame will consist of two subframes, or "fields". When these fields are merged into the full frame, interlace lines appear where the fields differ (usually due to motion). For this kind of video you should NOT use this deinterlacer. You need to use a "real" deinterlacer such as the area based deinterlacer below. You can also split the frames into their subframes and double the frame rate in which case you won't need to do any deinterlacing at all. But I recommend that you use my field shift filter below if you do this.

deinterlace - PAL/Interpolate v1.0b1 DeinterlacePALInterpolation.vdf tHE fISH    
Описание:  Почти такой же как и "deinterlace - PAL movie" Gunnar Thalin-а, за исключением того, что этот фильтр проверяет выходной поток на наличие оставшихся чередующихся линий, которые - затем, удаляемый интерполяцией.
Description:  Almost the same as Deinterlace PAL by Gunnar Thalin, except that this filter checks the output for remaining interlace lines which are then removed by interpolation

deinterlace встроенный ASM MMX
Описание:  Удаляет чередование строк из видео.
Description:  Removes interlacing artifacts from interlaced video. Interlacing artifacts occur when two fields of a frame don't match very well. As a result, alternating horizontal lines appear where the match is poor. This can screw up video processing, particularly those such as compression and resizing. - blend (or interpolate) is the best mode to choose. This is effectively a vertical blur on the image, arranged just right to remove the interlacing artifacts. You might notice slight edge blurring with this mode, but in general you won't. - duplicate discards one of the fields and replaces it with the other. This is a good mode to choose if you need to preserve the frame size, but don't want one of the fields. In particular, this prevents "half-and-half" images from showing up from a 3:2 pulldown (telecine) video. However, this results in jagged edges as well. - discard is similar to duplicate, but halves the vertical size of the frame as well. This is good if the interlaced video has an odd aspect ratio, such as 320x480.

deinterlacer - Auto PAL movie v2.0b AutoDInt.vdf Simon Walters    
Описание:  Корректно переводит видео в PAL.
Description:  Corrects movies transferred to PAL video.

DeLogo v1.0 delogo.vdf Karel Suhajda    
Описание:  Удаляет полупрозрачные и непрозрачные статические логотипы (надписи).
Description:  Removes semitransparent and opaque logos The DeLogo filter is designed to remove static elements, i.e. logos or watermarks from video source. While there are many ways how to put a logo to a video, DeLogo filter only covers those that are really static, i.e. not moving and not animated. On the other hand, it can successfully remove alpha-blended logos without destroying the picture beneath.

DiGiStudio video stabilizer v1.2C STABI.VDF DiGiStudio Team / digistudio2000@yahoo.com    
Описание:  Цифровой стабилизатор видео. Внедряет свой лейбл в видео, пока не зарегистрируете.
Description:  Contact digistudio2000@yahoo.com for registration information. Check the following site for future updates: http://digistudio.netfirms.com

dynamic noise reduction v2.1 dnr.vdf Steven Don, Avery Lee, Donald Graft    
Описание:  Не смазывая уменьшает шум в изображение. [Поддержка cценариев добавлена Дональдом Графтом (Donald Graft)]
Мой комментарий: Шумы действительно уменьшаются, а вот про сценарии я не понял.
Description:  Reduces noise in the image without blurring. [Script support added by Donald Graft.]

emboss встроенный ASM MMX
Описание:  Краевое градиентное преобразование изображения создающее эффект 3D-гравировки. Операция выполняется над каждым из трёх каналов по отдельности, поэтому возможно появление незначительных отличий. Если это Вас не устраивает, то сначала примените фильтр greyscale.
Description:  Converts edges and gradiations in an image to shades, producing a 3D-like emboss effect Replaces an image with a 3D lifted/depressed-face relief based on pixel brightness. Depending on how bright a pixel is, it appears to be higher or lower than surrounding pixels after an emboss operation. You can alter the direction of the light source; choosing the opposite direction effectively inverts the relief. The emboss operation treats all three RGB channels separately, so color fringes will appear where the chrominance changes. If this is a problem, use the greyscale filter first to emboss purely on luminance.

exorcist exorcist.vdf Christopher Wojdon    
Описание:  Удаление призрака из сигнала.
Description:  Remove ghost copy of signal. This filter was developed to remove ghost copy of the signal. This kind of noise is usually caused by interferences or (in case of aerial) signal is reflected by some neighbour big object like building in the front of your house.

ExYUVDv ExYUVDv.vdf Simon Walters    
Описание:  Увеличивает ширину в 3 раза и разбивает на 3 части, в каждой из которых отображается своя составляющая изображения (YUV). (см. фильтер CmYUV DEbug Dev)
Description:  YUV Extract Test

field bob встроенный    
Описание:  Компенсирует вертикальные колебания изображения.
Description:  Compensates for field jumping in field-split video by applying bob-deinterlacing techniques.

field shift v1.0 FieldShift.vdf Gunnar Thalin    
Описание:  Удваивает высоту и сдвигает каждый второй фрейм вниз на одну линию.
Description:  Doubles the height and shifts every other frame down one line to make 50 or 60 fps output flicker less.

field swap встроенный ASM  
Описание:  Обмен соседних линий в изображение (добавить/убрать чередование строк).
Description:  Swaps interlaced fields in the image.

fill встроенный    
Описание:  Заполняет прямоугольник на изображении указанным цветом.
Мой комментарий: Странно, но у меня почему-то не отработал.
Description:  Fills an image rectangle with a color Fills a rectangle on the image with a solid color. You set the rectangle for the Fill filter similarly to how you set up clipping, but instead of affecting areas outside the rectangle, Fill blots out the area inside. Click on Pick Color to select a color other than black to fill the area with.

filter blender v1.1 FBLENDER.VDF Steven Don    
Описание: 
Мой комментарий: Не понял :(.
Description:  Allows creation of two filter paths and blending the results.

filter factory filtfactory.vdf Avery Lee    
Описание:  Позволяет писать скрипты почти на языке C.
Мой комментарий: Где бы взять описание языка?
Description:  Lets you create your own filters in almost-wannabe-C

flip horizontally встроенный    
Описание:  Меняет лево с право. (как в зеркале).
Description:  Horizontally flips an image Flips an image so that what was on the right is on the left, and vice versa. If you find anything neat in a mirror in a video, you can use this filter to flip it back to a reasonable orientation. Further explanation would be futile, I guess:

flip vertically встроенный    
Описание:  Меняет верх с низом.
Description:  Vertically flips an image Flips an image, so that the bottom is on top and vice-versa. This filter is mainly for programmers, and less for users, although there may be some perverse use for it in the video arena. Windows Device Independent Bitmaps (DIBs) are stored upside-down, so quick programs that dump picture data to AVI format may accidentally place it inverted. This filter allows you to rectify that situation without having to rewrite your AVI file. Actual origin of this filter: Hacked version of Snes9x 1.05 for DOS, writing out frames from the Final Fantasy 5 intro to a 320x240x16-bit AVI. Inverted, of course.

frame tweaker v1.1 tweaker.vdf Chris LaRosa    
Описание:  Выполняет указанный скрипт. Допустимые команды (BLACK, COPY, PASTE, SHIFT, FADEIN|OUT) описаны в прилагаемой к архиву документации.
Description:  Perfoms various operations on one or more individual frames.

general convolution 3d v1.1 GeneralConvolution3D.vdf Gunnar Thalin    
Описание:  Применяет матрицы сверток 5х5 к 3 последовательным кадрам. Если изображение дрожит, то этот фильтр позволяет стабилизировать картинку.
Description:  Applies different general 5x5 convolution matrixes to up 3 consecutive frames This filter is a general 5x5 convolution filter with an extra dimension - time. It applies one matrix to the current frame, another matrix to the previous and yet another one to the frame prior to that.

general convolution встроенный ASM MMX
Описание:  Применяет матрицу свертки 3x3 к пикселю. Заменяет каждый пиксель линейной функцией себя и 8 соседей. Это - разносторонний фильтр. Им можно заменить другие фильтры (например, 3x3 average, emboss, sharpen, and brightness/contrast), однако специфические фильтры значительно лучше оптимизированы для своих задач. Фильтр свертки просто позволяет Вам добавлять значению центрального пикселя дробные значения 8 окружающих соседей. Основание дроби = 256. Примеры: Просто копия: 0,0,0/0,256,0/0,0,0. 3x3 average: 28,28,28/28,32,28/28,28,28. Sharpen: -16,-16,-16/-16,384,-16/-16,-16,-16. Удвоенный контраст: 0,0,0/0,512,0/0,0,0. Emboss from top-left, not rounded: -32,0,0/0,0,0/0,0,32.
Description:  Applies a general 3x3 convolution matrix to a pixel that depends on the pixel's value and the eight neighboring pixels around it Replaces each pixel by a linear function of itself and its neighbors. This is a versatile filter. Many of the other filters, such as 3x3 average, emboss, sharpen, and brightness/contrast can be replaced by a general convolution filter, but the specific filters are much better optimized for the task speed-wise. The convolution filter simply allows you to multiply the center pixel and its 8 surrounding neighbors by fractional values, add them all up, add a bias, and then use the result as the new pixel. The fractional values are multiplied by 256. Example matrices: Identity matrix (straight source-to-destination copy): 0 0 0 0 256 0 0 0 0 3x3 Average matrix (blur): 28 28 28 28 32 28 28 28 28 Sharpen: -16 -16 -16 -16 384 -16 -16 -16 -16 Doubling contrast: 0 0 0 0 512 0 0 0 0 Emboss from top-left, not rounded: -32 0 0 0 0 0 0 0 32

grayscale встроенный ASM  
Описание:  Переводит изображение в полутоновый режим. Уравнение использованное для этого: Y = 0.213R + 0.715G + 0.072B. Это - рекомендуемое уравнение для современных мониторов. Имейте в виду, что это отличается от традиционного уравнения NTSC: Y = 0.30R + 0.59G + 0.11B.
Description:  Rips the color out of your image Replaces each pixel by its luminance value, stripping the image of chrominance information. Grayscale rips out color from your image, reducing it to a series of gray pixels. The equation used for this is: Y = 0.213R + 0.715G + 0.072B This is the recommended equation for contemporary monitors. Note that this is different from the traditional NTSC equation: Y = 0.30R + 0.59G + 0.11B

histogram equalize v1.1 Histo.vdf Donald Graft    
Описание:  Выполняйте глобальное цветное выравнивание гистограммы. Может использоваться для коррекции видео имеющего сжатый дипазон интенсивности пикселей. Фильтр перераспределит интенсивности пикселей, для выравнивать их распределения по всему дипазону. Это фильтр полезен только для коррекции исходного видео захваченного с плохим качеством.
Description:  Perform global color histogram equalization. This filter applies a global color histogram equalization on a per-frame basis. It can be used to correct video that has a compressed range of pixel intensities. The filter redistributes the pixel intensities to equalize their distribution across the intensity range. It may be viewed as an "automatically adjusting contrast filter". This filter is useful only for correcting degraded or poorly captured source video. It should not be applied willy-nilly, as it leads to a modification of image content.

hue/saturation/intensity v1.0 Hue.vdf Donald Graft    
Описание:  Коррекция цвета, насыщения и интенсивности.
Description:  Adjust hue, saturation, and intensity.

invert встроенный ASM  
Описание:  Инвертирует цвета изображения подобно негативу.
Description:  Inverts the colors in the image Inverts the entire image, just like a negative. A very simple filter. Watch the video histogram carefully when using this filter, since you might have your monitor considerably darker than it should be, and an inverted "black" might turn out grayish.

levels встроенный ASM  
Описание:  Позволяет управлять входным и выходным уровнями яркости изображения. Когда изображение слабоконтрастно, перемещайте верхние левый и правый указатели так, чтобы сузить входной дипазон. Всё что останеться слева от черной стрелки станет чёрным; то что справа от белой стрелки станет белым. Серая стрелка в середине регулирует гамму, указывая на 50% в выходном дипазоне. Для того, чтобы использовать этот фильтр, желательно получить гистограмму образца видео. А затем переместить входные границы внутрь так, чтобы темные части изображения стали черными, а яркие - белыми.
Description:  Applies a levels or levels-correction transform to the image Adjusts brightness levels in the image. This filter maps from one brightness range to another. The top bar with the three arrows is the input range; the bottom bar represents the output range. When an image has low contrast, drag the top left and top right arrows to narrow the input range. Anything to the left of the black arrow becomes black; anything to the right of the white arrow becomes white. The gray arrow in the middle controls gamma correction, and whatever brightness level it points to is mapped to 50% in the output range. Normally, the default output range is okay, but if you want to decrease the contrast, drag the output arrows in. Anything beyond 'black' in the input range maps to the black output point, and anything beyond 'input white' maps to the white output point. Generally, to use this filter, you should sample the video to obtain a histogram, and then drag the input bounds inward so that the darkest parts of the image are black, and the brightest parts are white. As usual, it is possible to correct an image that has too little contrast, but not one that has too much.

Liquid fxLiq.vdf flaXen    
Описание:  Создаёт эффект переливающейся жидкости - очень оригинально.
Description:  Light-Sourced Liquid Simulation.

logo v1.3 beta 4 Logo.vdf Donald Graft    
Описание:  Внедряет статичный или анимированный логотип.
Description:  Make a Static or Animated Logo. Overlay a bitmap with alpha blending and transparency.

logoway v3.01 logoaway.vdf Krzysztof Wojdon    
Описание:  Удаление логотипов из видео.
Description:  No more stupid TV station logo crap Bugs and comments to voidon@poczta.fm

Download documentations

logoway v3.5 logoaway35b.vdf Krzysztof Wojdon    
Описание:  Удаление логотипов из видео.
Description:  No more stupid TV station logo crap Bugs and comments to voidon@poczta.fm

motion blur встроенный    
Описание:  Смазывает смежные кадры. Тогда как фильтр "3x3 average" работает только с одним кадром, данный фильтр складывает соседние кадры, что позволяет убрать шум из кадра, однако появляеются призраки за движущимися фрагментами, кроме того изображение становиться более тёмным и я рекомендовал бы после него включать фильтр "level" с параметрами [0-1] > 1.5 > [0-1].
Мой комментарий: Мне больше понравился фильтр "general convolution 3d", который позволяет складывать до 3 последовательных кадров по заданным законам.
Description:  Blurs adjacent frames together The 3x3 Average filter is a spatial filter because it blurs across an image; this filter is a temporal filter because it blurs across the time axis. Specifically, the previous frame is averaged with the current. This leads to a very slight "ghosting" effect. A low-motion video with noise may benefit from this filter, because noise in one frame tends to partially cancel noise in another.

null transform встроенный    
Описание:  Ни чего не делает.
Description:  Copies source to destination, allowing for clipping without any real work. Does nothing. Exactly as it says above. This filter does nothing. Except for one thing. It provides a placeholder for the clipping when no other filters are being used. Because the filter does nothing, the clipping doesn't add any extra work to the processing stage.

pan v1.0 beta 2 Pan.vdf Donald Graft    
Описание:  Этот фильтр позволяет просматривать часть видео потока через окно меньшего (указанного) размера. При этом имеется возможность перемещения выбранного окна в пределах исходного кадра.
Description:  Pan across a video This filter allows you to pan a smaller video window across a larger video, producing an output video having the dimensions of the panning window. The horizontal and vertical motions may be independently defined and they may be combined to allow arbitrary panning direction. One possible application might be to create a pan across a larger still photo. The still photo must first be used to create a source AVI file. A number of freeware tools can do this (for example, VideoMach).

Picfix v1.04 picfix.vdf Gabest    
Описание:  Стабилизирует изображение для лучшего сжатия. Для работы переименовать dll в vdf.
Description:  Picture stablizer for better compression.

proximity locker v0.3 prox_lock.vdf Chir    
Описание:  Блокируются пиксели, которые рядом с уже заблокированными.
Мой комментарий: Не понял :(
Description:  Locks pixels that are near already-locked pixels.

red/green/blue v1.1 RGB11SD.VDF Steven Don    
Описание:  Позволяет изменять уровни RGB в видео потоке.
Мой комментарий: Адрес, кажется, не для этого фильтра.
Description:  Allows changing the RGB levels in the video stream.

red/green/blue adjustment v1.0 rgb10dg.vdf Donald Graft    
Описание:  Позволяет изменять уровни RGB в видео потоке. Имеется возможность предпросмотра.
Description:  Adjust red, green and blue.

Resize встроенный    
Описание:  Позволяет изменять размер выходного видео потока. Есть пять сглаживающих способов: - Nearest neighbor (ближайший сосед), выбирает ближайший пиксель в исходном изображение. Это - самый быстрый способ, но и самый плохой по качеству. - Билинейный (Bilinear) использует линейную аппроксимацию в обоих направлениях, используя зерно 2x2. Это - второй по скорости способ, и даёт очень хорошие результаты. Он может уменьшать вплоть до 66% и увиличивать до 8-крат без видимых дефектов. - Бикубический (Bicubic) - наилучший выбор для увеличения изображения, получается немного более острее изображение и кривых вместо трапеций при больших изменениях масштаба. Он значительно медленнее чем билинейный, но выходное качество значительно лучше при большем увеличении. Поскольку бикубическая фильтрациея обрабатывает детали лучше, качество очень зашумлённого видео может ухудшиться по сравнению с билинейной фильтрацией. - При точной билинейной (precise bilinear) фильтрации использует полную билинейную фильтрацию зерна, а не 2x2. Этот фильтр более предпочтителен по выходному качеству, чем "2:1 reduction", но медленнее. - Точная бикубическая (рrecise bicubic) фильтрация использует полную бикубическую фильтрацию зерна, а не 4x4. Он работает аналогично точной билинейной, но бикубическое зерно создаёт более чёткое изображение. Этот фильтр самый медленный из всех.
Description:  Resamples an image so that it is bigger or smaller than it used to be. No, this is not a lame StretchDIBits() filter. VirtualDub's resize filter is both fast and high-quality; it can outstrip the Windows 95/98 graphics routines both in speed and quality. It has five antialiasing filter modes, each of which has advantages: - Nearest neighbor, or point sampling, picks the closest pixel in the source image. This is by far the fastest mode but also looks lousy, especially if the new dimensions are not integral multiples or divisions of the old ones. In this mode, VirtualDub basically drops and duplicates pixels. - Bilinear uses a linear approximation in both directions using a 2x2 kernel. This is the second fastest mode, and produces very good results. It can reduce down to about 66% and enlarge up to about 8x without visible stairstepping. Most video cards with smooth video overlays have bilinear filtering in hardware. Bilinear filtering tends to produce a slightly blurry image and at very high magnification results in trapezoidal patterns. Because this mode only uses a 2x2 kernel, at high reduction it results in pixellation much like the nearest neighbor mode. - Bicubic is the best choice for enlarging a picture, producing slightly sharper images at moderate levels and curves instead of trapezoids at high zooms. It is significantly slower than bilinear but produces much better at high magnfications such as 20x. Because bicubic mode treats detail better, very noisy video can appear worse under bicubic filtering than bilinear. Because bicubic mode only uses a 4x4 kernel, it too results in pixellation at high reduction. - Precise bilinear uses a full bilinear filtering kernel rather than a 2x2 and works for both reducing and enlarging pictures. When enlarging, this mode works similarly to bilinear, but when shrinking this filter averages many pixels together. This results in a much more faithful image and effectively squashes noise, even better than the 2:1 filter. Unfortunately, this filter mode is also slightly slower than bilinear mode when enlarging and signfiicantly slower when shrinking. - Precise bicubic uses a full bicubic filtering kernel rather than a 4x4. It works very similarly to precise bilinear, but the bicubic kernel produces sharper images, when either shrinking or enlarging. Shrinking a noisy 320x240 video with this filter can result in a sharp, clean 160x120 video. This filter is also the slowest of them all.

Rotate встроенный    
Описание:  Поворачивает изображение на 90, 180, или 270 градусов. Используйте этот фильтр, если Вам нужно повернуть видео.
Description:  Rotates an image 90, 180, or 270 degrees. Use this filter if you need to rotate the video by right angles. The frame size is altered to reflect the new size. You may also need to use a flipping filter if your video is in a particularly funny orientation.

Rotate2 встроенный ASM MMX
Описание:  Поворачивает изображение на произвольный угол.
Description:  Rotates an image by any arbitrary angle. This filter can rotate video by any angle, even in sub-degree increments. However, it is slower than the regular Rotate filter for right-angle rotates. The areas added due to the rotation are filled with a user-selected color. You can choose from several filtering methods: - Point samping gives you a quick and dirty rotate. It is very fast, but gives rough edges and highly cumulative error on multiple rotates. For quick and dirty rotates such as previews, though, it's fine. - Bilinear takes longer but gives smoother edges and better image quality. Cumulative rotates will blur the image significantly, so this filter isn't very good for more than one rotate. - Bicubic gives the better quality than the above two and is much better at preserving detail. An image can survive five or so rotates without significant image degradation. Note that this filter still does bilinear filtering on the edges, but this is a very minor issue. This filter is the slowest. The expand bounds option stretches the picture frame to fit the rotated picture. Ordinarily, VirtualDub keeps the original image size and rotates the image, cropping the parts that don't fit. The image is always rotated around the center in either case. If you really want to test a rotation algorithm, one good test is to do a 180 degree rotation in 5-degree steps and then do a single backwards 180 flip. The image degradation will show you how good the rotation algorithm is.

Sharpen встроенный ASM MMX
Описание:  Увеличивает контраст между соседними пикселями. Не рекомендуется применять на защумлённом изображении.
Description:  Increases contrast between pixels and their neighbors, sharpening it. Most people know what "blur" and "sharpen" means, either through glasses or waking up in the morning, so I won't bore you with an explanation of what this filter does. Two things to watch out for, though, when using this filter. First, what looks like an "edge" in the image is usually two: a transition from light to dark, and again from dark to light. A dark line that is sharpened will get darker, but will also have new bright lines on its sides. This is strange, but a useful technique when greatly reducing an image is to over-sharpen it first to enhance features. Second, never sharpen an image with noise in it. The "ripple" effect of the sharpen transform will show the noise very clearly.

smart bob v1.1 beta 2 Bob.vdf Donald Graft    
Описание:  Этот фильтр действует аналогично фильтру Smart Deinterlacer, за исключением того что он создаёт выходной файл с удвоенной частотой. Например, если на входе - 30 кадров с чередованием в секунду, то на выходе будет 60 прогрессивных кадров в секунду.
Description:  Motion-adaptive deinterlacing for double-frame-rate output This filter acts similarly to the Smart Deinterlacer filter, except that it produces a doubled frame rate output file. For example, if the input is 30 frames per second (fps) interlaced, the output will be 60 fps progressive.

smart deinterlace v2.6 smart26.vdf Donald Graft    
Описание:  Выполняет дечередование только в изменяющихся областях изображения. В статических областях изображения, артефакты чередования не проявляются, так что для отображения используются данные от обеих линий.
Description:  Performs deinterlacing only in moving picture areas This filter provides a smart, motion-based deinterlacing capability. In static picture areas, interlacing artifacts do not appear, so data from both fields is used to provide full detail. In moving areas, deinterlacing is performed. Also, some clips derived from telecined material can appear to be interlaced when in fact they only require field shift and/or swaps to recover progressive (noninterlaced) frames. The filter provides advanced processing options to deal with these clips.

smart deinterlace v2.7 beta 2 smart27b2.vdf Donald Graft    
Описание:  Выполняет дечередование только в изменяющихся областях изображения.
Description:  Performs deinterlacing only in moving picture areas

smart resize v1.1 Resize.vdf Donald Graft    
Описание:  Изменяет размеры изображения (основан на встроенном фильтре Avery Lee). Калькулятора размеров придумал Jon C. Hodgson. Аналогичен встроенному фильтру, однако позволяет задавать изменение размеров кадра не только в пикселях, но и в процентах.
Description:  Resizes the image to a new size (based on internal resize filter by Avery Lee). Size calculator conceived by Jon C. Hodgson. VirtualDub's internal resize filter has a very powerful and fast resampling engine, but its user interface is primitive. For example, there is no way to scale the picture by a percentage; you have to hand calculate and enter both the new width and new height. The Smart Resize filter duplicates the internal resize functionality while greatly enhancing the user interface.

smart smoother v1.1 Smooth.vdf Donald Graft, Avery Lee   MMX
Описание:  Разглаживает/смазывает сохраняя структуру. Этот фильтр выполняет сглаживание (смазывание). Этот фильтр хорош для удаления шума из видео.
Description:  Smooth/blur while preserving structure This filter performs structure-preserving smoothing (blurring). It is ideal for removing video noise as well as MPG/JPG blocking artifacts. The really exceptional feature is that far from blurring image structure (edges, corners, etc.), it actually sharpens them somewhat! I think you will agree that this is a really awesome smoothing filter.

Smoother встроенный ASM MMX
Описание:  Удаляет высоко-частотные шумы из изображения. Этот фильтр особенно ценный для работы с видео VHS поскольку он может удалять шум не влияя на острые края. Сглаживание очень хорошо работает в мультипликации, но может смягчать артефакты и видео. Сглаживание очень эффективно для уменьшения размера конечных файлов Indeo AVI (или увеличения качества, за счёт цвеличения видеопотока).
Description:  Removes high frequency noise from an image. This filter is particularly valuable for dealing with VHS video because it can remove noise without affecting sharp edges much. Smoother works very well on cartoon animation, but can soften videotape artifacts from higher quality video, as well. Raising the threshold causes the filter to consider fewer pixels as 'edge pixels', and blurs more of the image. Very sharp images will almost never be blurred no matter what the threshold is, though. Smoother is very effective at reducing the size of final Indeo AVI files (or increasing quality, if you have data rate stricting on). It is ineffective with sharp tile artifacts, such as those from MPEG or Cinepak.

spatial smoother v1.0 ssmooth.vdf Dividee    
Описание:  Ещё один фильтр устраняющий шум. Это - фильтр, действует только в тех пикселях чей цвет близок друг к другу.
Description:  Yet another spatial noise reduction filter This is a blur filter that operates only on pixels whose color is reasonably close to each other. The intent is to reduce noise in the video images while keeping the structure intact. In that way, it's similar to Donald Graft's Smart Smoother. So why use it? It's quite a bit faster with small diameters and the output, altough close, isn't identical so it may be better suited for some particular video sequences. Additionaly, it can work (albeit slowly) without MMX.

static noise reduction v1.1 snr11.vdf Alexander Tchirkov   MMX
Описание:  см. описание Video DeNoise v1.2
Description:  Reduces noise in the static image. Alexander Tchirkov, Rising Research (http://risingresearch.com/).

static noise reduction v1.2 SNR12.VDF Steven Don    
Описание:  Сводит шум в изображении поддерживая контраст.
Description:  Reduces random noise in the image while maintaining contrast.

subtitler v2.2 Subtitler.vdf Avery Lee    
Описание:  Добавляет давать подзаголовок субтитров к видео из(от;с;от) Под Альфы Станции v2.x/4.x сценарий.
Description:  Adds subtitles to video from a Sub Station Alpha v2.x/4.x script.

telecide v1.2 beta 4 Telecide.vdf Donald Graft    
Описание:  Устраняет telecining.
Мой комментарий: Не понял :(
Description:  Kill telecining. This filter acts on telecined progressive source and attempts to recreate progressive frames. The filter automatically adjusts to different capture patterns and telecining methods (as described in the help file for Smart Deinterlacer). It reacts instantly to changes of telecining method that occur in the source clip.

temporal cleaner TCLEAN.VDF Jim Casaburi    
Описание:  Уменьшает шум не добавляя призраков от движения.
Description:  Reduces changes across frames without blending motion.

Temporal smoother встроенный ASM MMX
Описание:  Этот фильтр является адаптивным преобразователем шума.
Description:  Applies an adaptive, time-based blur to the image. This filter is an adaptive noise reducer, working along the time axis; it is most effective when the image is not moving much. Increase the filter strength to increase noise reduction, and decrease it to reduce speckling and ghosting artifacts. It is recommended that you combine this filter with a spatial (area-based) noise reducer for greatest effect. Temporal smoother is VirtualDub's first linear-phase temporal filter, meaning there is a lag between the input and output frames. This results in some lag in the preview during scrubbing, but the lag is compensated for during preview and exporting. It does mean, however, that the filter will not run correctly in frameserver or capture mode.

Threshold встроенный ASM  
Описание:  Все пиксели темнее заданного уровня становятся чёрными, остальные - белыми.
Description:  Splits an image in half, with bright pixels becoming white and dark ones becoming black. Very simply, this makes your image monochrome, black-and-white. Pixels darker than the threshold become black. Pixels brighter than the threshold become white. No shades of gray, no dithering. Just straight black-and-white. The best use of this filter is a diagnostic filter, to see which areas of the picture are problem areas in terms of brightness; however, there are creative uses for this filter as well.

TV встроенный    
Описание:  Корректирует или маскирует шум от видео источников ТВ, особенно VHS. Не ожидайте чуда от этого фильтра. Он сглаживает chrominance изображения не изменяя luminance.
Description:  Attempts to correct or mask noise from TV video sources, particularly VHS. Don't expect miracles with this filter. It works by smoothing the chrominance of an image without touching its luminance. No sync correction is performed, so a low-quality input with horizontal or vertical jitter will still appear jittery after this filter. The first three configuration options, Y/I/Q-channel, allow you to view the three input channels of composite video: brightness, chrominance 1, and chrominance 2. The brightness (Y) channel is computed with the 30/59/11 distribution that NTSC uses rather than the 21/72/7 breakdown that the grayscale filter uses. The chrominance 1 (I) and chrominance 2 (Q) channels together determine the color of the picture. Because of the way chrominance is encoded in composite video, and especially in VHS recording, the chrominance channels often have a lot of noise and error in it compared to the luminance channel. The TV filter's averaging options try to mask much of the noise. This has only a slight visual impact but can make a big difference when encoding MPEG videos at low bitrates or any other video format that uses motion prediction. The 5x5 average + temporal option risks greater degredation of the video but can reduce chrominance noise even further than the 5x5 average can. This filter without the temporal smoothing mode is only partially effective with YUV12 compressors like MPEG and almost completely ineffective with YUV9 compressors like Indeo because the spatial chrominance averaging is already partially done as the early chrominance subsampling steps of these compression algorithms.

unsharp mask v1.3 Unsharp.vdf Donald Graft    
Описание:  Повышает контраст используя неострую маску. Основная идея - заключается в том, что смазанная версия изображения вычитается из подлинника. Результирующее изображение будет иметь повышеный контраст.
Description:  Enhance contrast using unsharp mask This filter implements a well-known contrast enhancement/sharpening technique called unsharp masking. The basic idea is that a blurred version of the original image is created and then subtracted from the original image. The resulting image will have contrast boosts around features in the image. The result is a very pleasing sharpening that is superior to simple sharpening with a convolution kernel or high-pass boost.

VHS fxVHS.vdf flaXen    
Описание:  Несколько фильтров в одном флаконе для коррекции VHS изображения.
Description:  flaXen's VHS Toys: Color Stabilizing, Chroma Shifting, Noise Reduction, and Sharpening.

Video DeNoise v1.2 vdn.vdf Alexander Tchirkov   MMX
Описание:  Фильтр для очистки видео от шума при работе с редактором VirtualDub. Анализирует каждый кадр независимо от других, благодаря чему не вносит дополнительные искажения по сравнению с динамическими фильтрами (практически не происходит потери четкости по сравнению с операцией blur), а в совокупности с высокой точностью определения шумов данный фильтр, вероятно, является лидером среди подобных фильтров для VirtualDub. Особенно удобен при кодировании в MPEG4 или DivX, поскольку даже после удаления незначительного шума размер кодируемого файла уменьшается. Избавляет от эффекта "лесенки". Alexander Tchirkov, Rising Research (http://risingresearch.com/).
Description:  Reduces noise in the static image. 2000,2001 Alexander Tchirkov, Rising Research (http://www.risingresearch.com/, support@risingresearch.com).

warp sharp v1.1 warpsharp.vdf Avery Lee ASM MMX
Описание:  Усиливает края в изображении.
Description:  Tightens edges in an image by warping the image toward edge boundaries.

windowed histogram equalize v1.0 Winhisto.vdf Donald Graft    
Описание:  Выполняет выравнивание гистограммы.
Description:  Perform windowed color histogram equalization A global histogram equalization (as performed by the sister filter Histogram Equalization) is useful for many but not all images. Some images have well-distributed histograms when viewed globally, but they also have localized areas where the distribution of intensities is not even.

Wrap01 Wrap01.vdf Simon Walters    
Описание: 
Мой комментарий: Не понял :(
Description:  Wraps the frame back on itself.

xsharpen v1.0 beta 2 xsharpen.vdf Donald Graft    
Описание:  Увеличение резкости.
Мой комментарий: Не дошёл.
Description:  Sharpen by mapping pixels to the closest of window max or min This filter performs a subtle but useful sharpening effect. It operates by running a small window over the frame and each center pixel is either passed through untouched (depending upon a threshold setting), or mapped to either the brightest or dimmest pixel in the window, depending upon which is nearest to the center pixel. If the center pixel is mapped, it is also alpha-blended with the original pixel value using a configurable strength setting. The result is a sharpening effect that not only avoids amplifying noise, but also tends to reduce it. A welcome side effect is that files processed with this filter tend to compress to smaller files.

zoom v1.1 Zoom.vdf Donald Graft/Avery Lee    
Описание:  Изменение масштаба изображения.
Description:  Image zoom (based on internal resize filter by Avery Lee) This filter provides a configurable perspective zoom that supports the resizing modes of VirtualDub's internal resize engine. The size of the output window can be arbitrarily specified. The focus point in the source frame can be specified. Zoom in and zoom out are supported. The starting and ending frame numbers for the zoom can be specified. When the source frame is zoomed out to a size smaller than the output frame, the resulting border is filled with a specified color. Interlaced source is supported. Finally, filter preview and scripting are supported.

Hosted by uCoz