최근 수정 시각 : 2018-07-11 14:29:32

AviSynth/필터 일람

이 문서의 r8 버전에 공식 위키의 저작권을 침해하는 내용이 있습니다.

저작권을 침해하는 내용이 포함된 버전으로 문서를 되돌리거나 링크하는 행위는 금지됩니다. 만일 되돌리거나 링크할 경우 저작권 침해로 간주되니 주의하시기 바랍니다.



1. 개요
1.1. 내장 필터
1.1.1. 미디어 파일 필터1.1.2. 색 변환 및 조정 필터1.1.3. 오버레이 및 마스크 필터1.1.4. 기하학적 변환 필터1.1.5. 픽셀 보정 필터1.1.6. 타임라인 편집 필터1.1.7. 인터레이스 필터1.1.8. 음성 처리 필터1.1.9. 조건문 및 기타 메타 필터1.1.10. 디버그 필터
1.2. 확장 필터
1.2.1. 소스 필터1.2.2. 보정 필터
1.2.2.1. 안티에일리어싱1.2.2.2. 채도 보정1.2.2.3. 디밴딩1.2.2.4. 디블로킹1.2.2.5. 디할로잉1.2.2.6. 디더링 및 압축 잡음1.2.2.7. 디인터레이싱1.2.2.8. 필드블랜딩과 프레임블렌딩 제거1.2.2.9. 필름 손상 복원1.2.2.10. 주파수 간섭 제거1.2.2.11. IVTC & 데시메이션1.2.2.12. 고스트 제거1.2.2.13. 로고 제거1.2.2.14. Luma 이퀄라이저1.2.2.15. 레인보우 및 닷 크롤링 제거1.2.2.16. 안정기
1.2.3. 잡음 제거
1.2.3.1. 공간적 디노이저1.2.3.2. 시간적 디노이저1.2.3.3. 시공간적 디노이저1.2.3.4. 미분류 디노이저
1.3. 적응형 필터
1.3.1. 색공간 변환1.3.2. 중복 프레임 검출기1.3.3. 효과1.3.4. 필드 오더1.3.5. 프레임률 변환1.3.6. 명암 및 채도1.3.7. 외곽선 강조1.3.8. 크기 조절1.3.9. 샤픈1.3.10. 블러1.3.11. 회전1.3.12. 자막1.3.13. 장면전환 효과
1.4. 기타 필터
1.4.1. 디버깅/진단 필터1.4.2. 외곽선 검출1.4.3. 출력 필터1.4.4. 입력 필터1.4.5. 메타 필터1.4.6. 다목적 필터1.4.7. 장면 전환 검출기1.4.8. 서포트 필터1.4.9. 딥 컬러 필터1.4.10. 3D 필터
1.5. 라이브러리
1.5.1. 오디오 필터1.5.2. 미분류 필터

1. 개요

AviSynth에서 사용되는 필터의 플러그인 및 스크립트 일람이다. 추가바람
AviSynth 2.5.8까지 적용가능한 필터 모음 #

1.1. 내장 필터

AviSynth에 기본으로 내장 되어 있는 필터들이다.

1.1.1. 미디어 파일 필터

필터 설명 색상 형식

AviSource
AviFileSource
OpenDMLSource
Opens an AVI file..RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
DirectShowSourceOpens a filename using DirectShow.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

ImageReader
ImageSource
ImageSourceAnim
These filters produce a video clip by reading in still images or animated images.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ImageWriterWrites frames as images to your hard disk.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ImportImports an AviSynth script into the current script.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

SegmentedAviSource
SegmentedDirectShowSource
This filter automatically loads up to 100 avi files per argument.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
WavSourceOpens a WAV file or the audio of an AVI file.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SoundOutSoundOut is a GUI driven sound output module for AviSynth (it exports audio to several compressors).All audio.

1.1.2. 색 변환 및 조정 필터

필터 설명 색상 형식
ColorYUVAdjusts colors and luma independently.YUY2, Y8, YV411, YV12, YV16, YV24
ConvertBackToYUY2Converts a RGB clip back to YUY2.RGB24, RGB32
ConvertToRGBConverts to RGB32 unless clip is RGB24.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ConvertToRGB24
ConvertToRGB32
ConvertToYUY2
ConvertToY8
ConvertToYV411
ConvertToYV12
ConvertToYV16
ConvertToYV24
Converts to RGB24 / RGB32 / YUY2 / Y8 / YV411 / YV12 / YV16 (planar version of YUY2) / YV24 (full YUV).RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
FixLuminanceCorrect shifting vertical luma offset.YUY2
GreyScaleConverts a video to greyscale.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
InvertInverts selected color channels of a video.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
LevelsThe Levels filter scales and clamps the blacklevel and whitelevel and adjusts the gamma.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
LimiterA filter for clipping levels to within CCIR-601 range.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
MergeARGB
MergeRGB
This filter makes it possible to select and combine a color channel from each of the input videoclips.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
MergeChroma
MergeLuma
This filter makes it possible to merge chroma/luma from a videoclip into another. There is an optional weighting, so a percentage between the two clips can be specified.YUY2, Y8, YV411, YV12, YV16, YV24
MergeThis filter makes it possible to merge both luma and chroma from a videoclip into another. There is an optional weighting, so a percentage between the two clips can be specified.
RGBAdjustAdjusts each color channel seperately.YUY2, Y8, YV411, YV12, YV16, YV24
ShowAlpha
ShowRed
ShowGreen
ShowBlue
Shows the selected channel of an (A)RGB clip.YUY2, Y8, YV411, YV12, YV16, YV24
SwapUVSwaps chroma channels.YUY2, Y8, YV411, YV12, YV16, YV24
TweakAdjusts the hue, saturation, brightness, and contrast.YUY2, Y8, YV411, YV12, YV16, YV24
UToY
VToY
Copies chroma U/V plane to Y plane.YUY2, Y8, YV411, YV12, YV16, YV24
UToY8
VToY8
Shorthand for UToY.ConvertToY8 / VToY.ConvertToY8.YUY2, YV411, YV12, YV16, YV24
YToUVPuts the luma channels of two clips as U and V channels. Luma is now 50% grey.YUY2, Y8, YV411, YV12, YV16, YV24

1.1.3. 오버레이 및 마스크 필터

필터 설명 색상 형식
ColorKeyMaskSets the alpha-channel (similar as Mask does) but generates it by comparing the color.RGB32
LayerLayering two videos.RGB32, YUY2
MaskApplies an alpha-mask to a clip.RGB32
MaskHSThis filter returns a mask (as Y8) of clip using a given hue and saturation range.YUY2, Y8, YV411, YV12, YV16, YV24
OverlayOverlay puts two clips on top of each other with an optional displacement of the overlaying image, and using different overlay methods. Furthermore opacity can be adjusted for the overlay clip.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ResetMaskApplies an "all-opaque" alpha-mask to clip.RGB32
SubtractProduces an output clip in which every pixel is set according to the difference between the corresponding pixels.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16 (?), YV24

1.1.4. 기하학적 변환 필터

필터 설명 색상 형식
AddBordersAdds black borders around the image.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
CropCrops excess pixels from each frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
CropBottomCrops excess pixels from the bottom of each frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
FlipHorizontal
FlipVertical
Flips the video from left to right/upside-down.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
LetterboxLetterbox simply blackens out the top and the bottom and optionally left and right side of each frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
HorizontalReduceBy2
VerticalReduceBy2
ReduceBy2
Reduces the size of each frame by half horizontally, vertically or in both directions.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
BicubicResize
BilinearResize
BlackmanResize
GaussResize
LanczosResize
Lanczos4Resize
PointResize
SincResize
Spline16Resize
Spline36Resize
Spline64Resize
The resize filters rescale the input video frames to an arbitrary new resolution, using different sampling algorithms.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SkewRowsSkewRows skews the rows of a clip.RGB24, RGB32, YUY2, Y8
TurnLeft
TurnRight
Turn180
Rotates the clip 90 degrees counter-clockwise / 90 degrees clockwise.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

1.1.5. 픽셀 보정 필터

필터 설명 색상 형식
Blur
Sharpen
This a simple 3x3-kernel blurring/sharpening filter.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
GeneralConvolutionGeneral 3x3 or 5x5 convolution matrix.RGB32
SpatialSoften
TemporalSoften
Removes noise from a video clip by selectively blending pixels spatially/temporally.YUY2 (SpatialSoften), Y8, YV411, YV12, YV16, YV24
FixBrokenChromaUpsamplingThe free Canopus DV Codec v1.00 upsamples the chroma channels incorrectly (although newer non-free versions appear to work fine). FixBrokenChromaUpsampling filter compensates for it.YUY2

1.1.6. 타임라인 편집 필터

필터 설명 색상 형식
AlignedSplice
UnalignedSplice
Joins two or more video clips end to end.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
AssumeFPS
AssumeScaledFPS
ChangeFPS
ConvertFPS
Changes framerate and/or video speed in different ways.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
DeleteFrameDeletes a single frame, given as an argument.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
DissolveLike AlignedSplice, except that the clips are combined with some overlap. RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
DuplicateFrameDuplicates a single frame given as an argument.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
FadeIn0
FadeIn
FadeIn2
FadeOut0
FadeOut
FadeOut2
FadeIO0
FadeIO
FadeIO2
Causes the video stream to fade linearly to black at the start or end.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
FreezeFrameReplaces all the frames between first-frame and last-frame with a selected frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
InterleaveInterleaves frames from several clips on a frame-by-frame basis.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
LoopLoops the segment from start frame to end frame a given number of times. RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ReverseThis filter makes a clip play in reverse.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SelectEven / SelectOddMakes an output video stream using only the even/odd numbered frames.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SelectEverySelects frames with a fixed period, it is a generalization of SelectEven and SelectOdd.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SelectRangeEverySelects a range of frames with a fixed period.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
TrimTrims a video clip so that it includes only the frames first_frame through last_frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

1.1.7. 인터레이스 필터

필터 설명 색상 형식
AssumeFrameBased
AssumeFieldBased
Forces frame-based or field-based material.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
AssumeBFF
AssumeTFF
Forces field order.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
BobBob takes a clip and bob-deinterlaces it.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ComplementParityChanges top fields to bottom fields and vice-versa.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
DoubleWeaveThe filter operates like Weave, except that it produces double the number of frames by combining both the odd and even pairs of fields.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
PeculiarBlendThis filter blends each frame with the following frame in a peculiar way.YUY2
PulldownThis filter simply selects two out of every five frames of the source video.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SeparateColumns
SeparateRows
Takes a clip and separates the columns or rows of each frame into new frames.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SeparateFieldsTakes a frame-based clip and splits each frame into its component top and bottom fields.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SwapFieldsSwaps the two fields in an interlaced frame.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
WeaveTakes even pairs of fields from a Fields Separated input video clip and combines them together to produce interlaced frames.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
WeaveColumns
WeaveRows
Takes a clip and weaves sets of columns or rows together to produce composite frames.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

1.1.8. 음성 처리 필터

필터 설명 색상 형식
Amplify
AmplifydB
Amplify multiply audio samples by amount.16 bit, Float
AssumeSampleRateAdjusts the playback speed of the audio.All
AudioDub
AudioDubEx
AudioDub takes the video stream from the first argument and the audio stream from the second argument and combines them. AudioDubEx is similar, but it doesn't throw an exception if both clips don't have a video or audio stream.All
AudioTrimTrims an audio clip so that it includes only the start_time through end_time.All
ConvertAudioTo8bit
ConvertAudioTo16bit
ConvertAudioTo24bit
ConvertAudioTo32bit
ConvertAudioToFloat
Converts audio samples to 8/16/24/32/Float bits.All
ConvertToMonoMerges all audio channels.16 bit, Float
DelayAudioDelays the audio track by second seconds.All
EnsureVBRMP3SyncCorrects out-of-sync MP3-AVI's, when seeking or trimming.All
GetChannel
GetLeftChannel
GetRightChannel
Returns an audio channel from a clip.All
KillAudio
KillVideo
Removes the audio or video from a clip completely.All
MergeChannelsMerges channels of two audio clips.All
MixAudioMixes audio from two clips.16 bit, Float
MonoToStereoConverts two mono signals to one stereo signal.16 bit, Float
NormalizeAmplifies the entire waveform as much as possible, without clipping.16 bit, Float
ResampleAudioPerforms a high-quality change of audio sample rate.16 bit
SuperEQHigh quality 16 band sound equalizer.Float
SSRCVery high quality samplerate conversion.Float
TimeStretchThis filter can change speed of the sound without changing the pitch, and change the pitch of a sound without changing the length of a sound.Float

1.1.9. 조건문 및 기타 메타 필터

필터 설명 색상 형식
ConditionalFilter
FrameEvaluate
ScriptClip
ConditionalSelect
ConditionalFilter returns source1 if some condition is met, otherwise it returns source2. ScriptClip/FrameEvaluate returns the clip which is returned by the function evaluated on every frame. ConditionalSelect returns one frame from several sources based on an integer evaluator.YUY2 ?, YV12
ConditionalReaderConditionalReader allows you to import information from a text file, with different values for each frame - or a range of frames.YUY2 ?, YV12
WriteFile
WriteFileIf
WriteFileStart
WriteFileEnd
These filters evaluate expressions and output the results to a text-file.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24 ?
Animate
ApplyRange
Animate (ApplyRange) is a meta-filter which evaluates its parameter filter with continuously varying (the same) arguments.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24 ?
TCPServer
TCPSource
This filter will enable you to send clips over your network. You can connect several clients to the same machine.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24

1.1.10. 디버그 필터

필터 설명 색상 형식
BlankClip
Blackness
This filter produces a solid color, silent video clip of the specified length (in frames).RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ColorBars
ColorBarsHD
This filters produce a video clip containing SMPTE colorbars scaled to any image size.RGB32, YUY2, YV12, YV24
CompareCompares two clips and prints out information about the differences.RGB24, RGB32, YUY2, YV12
EchoForces getframe calls to all input clips. Returns only first clip result.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
HistogramAdds a histogram.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
InfoPrints out image and sound information.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
MessageClipProduces a clip containing a text message.RGB32
PrerollPreroll the audio or video on non linear access.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ShowFiveVersionsTakes five video clips and combines them in a staggered arrangement from left to right.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16 (?), YV24
ShowFrameNumber
ShowSMPTE
ShowTime
Draws text on every frame indicating what number AviSynth thinks it is.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
StackHorizontal
StackVertical
Takes two or more video clips and displays them together in left-to-right/up-to-down order.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
SubtitleAdds a single line of anti-aliased text to a range of frames.RGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24
ToneThis will generate sound.Float
VersionGenerates a video clip with a short version and copyright statement.RGB24

1.2. 확장 필터

AviSynth v2.5x 이상 버전에서 추가해 사용 가능한 확장 필터 및 플러그인, 사용자 정의 스크립트

1.2.1. 소스 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
BassAudioBass Audio decoder. Supports wav, aiff, mp3, mp2, mp1, ogg. Support for aac, ac3, alac, ape, cd, flac, midi, mpc, ofr, spx, tta, wma, wv with additional included dll's. The filter is included in the Behappy package.N/APlugin, x64dimzon
CMVSourceLoad Dwarf Fortress CMV and CCMV movies.RGB32PluginRobert Martens
DGAVCDecodeAVC/H.264 decoder plug-in.YV12PluginDonald Graft
DGDecodeDecode MPEG1/MPEG2 streams from: DVD VOBs, captured transport streams, *.mpg/*.m2v/*.pva files, etc. Use this instead of MPEGDecoder/MPEG2Dec3.YV12, YUY2, RGB24, I420PluginDonald Graft
DirectShowSource2Uses the installed Haali Media Splitter along with its avss.dll AviSynth plugin. Converts vfr files to cfr in order to support frame-accurate seeking. Plugin
DVInfoGrabs the timestamp and recording date info from a DV-AVI. N/APluginWarpEnterprises
DVTimeStampExShows DV timestamp information over a DV clip.N/APluginbasilik
FFmpegSourceDecodes all ffmpeg (libavcodec) supported A/V formats with frame accurate seeking in AVI, MKV and MP4. RGB, YUY2, YV12, I420PluginMyrsloik, TheFluff, Plorkyeran, others
HDVInfoGrabs the timestamp and recording date info out of a M2T-D2V fileN/APluginpaviko
ImageSequenceLoad png, jpg, bmp, pcx, tga and gif image sequences using the Corona Image I/O Library. CoronaSequence/RawSequence.RGB32Plugin
ImmaavsImmaRead uses the ImageMagick libraries to read images. Many formats are supported including animations, multipage files, image sequences and images with different sizes. PluginWilbert Dijkhof
IUFImport Uncompressed File. Must be uncompressed! Supported uncompressed Formats: avi, omf(avid), pxr(pixar), mov(24/32bit quicktime), cineon. Can export as well. RGBPlugin
JpegSourceAn advanced JPEG decoder for Avisynth 2.6. YV12, YV16, YV24, YV411PluginSEt
LSMASHSourceA source plugin for audio and video. RGB24, YUY2, YV12, YV16, YV24, YV411PluginVFR-maniac
MPASourceA mp1/mp2/mp3 audio decoder plugin. See discussionN/APluginWarpEnterprises
MPEGDecoderLoad VOB/MPEG-2 ES,PS,TS/MPEG-1 files directly. (deprecated)YV12Plugin
MPEG2DecMpeg2dec is a plugin which lets AviSynth import MPEG2 files. (deprecated)RGB, YUY2PluginDividee and others
MPEG2Dec3A MPEG2Dec2.dll modification with deblocking and deringing. Note that the colorspace information of dvd2avi is ignored when using mpeg2dec. (deprecated)RGB, YUY2, YV12PluginMarc FD, Nic, Tom Barry, sh0dan and others
NicAudioAudio Plugins for Audio: MPEGAudio/AC3/DTS/LPCM and other uncompressed formats. Formerly known As EvilMPASource. N/APluginNic
OmfSourceOpens the AVID OMF file format (video only, and only works with captured files). YUY2, YV12Plugintateu
QTSourceQuicktime Import/Export Filter using an existing installation of Quicktime 6/7. RGB32, RGB24, YUY2Plugintateu
R3DSourceRedcode RAW source plugin to load R3D clips. RGB32PluginGabor Kertai
RawSourceLoads raw video data directly from files. See the initial discussion and its continuation.RGB, YUY2, YV12Plugin Updated with NV12 SupportWarpEnterprises, Wilbert Dijkhof and sh0dan
RawSourceModLoads raw video data directly from files. Further modifications (most raw formats, YUV4MPEG2 compatible with latest spec) discussion.RGB, YUY2, YV12 (for 2.5/2.6), YV24, YV16, YV411, Y8 (for 2.6)2.5 plugin
2.6 plugin
msvcr100.dll
Chikuzen
Sashimi
(function "RawReader")
Loads raw video data directly from files, similarly to RawSource, but also allows for skipping headers, and extra formats (long list to help anyone doing a search): GREY, Y8, interleaved RGB, BGR (which is RGB24), BGRA (which is RGB32), ARBG, ABGR, RGBA, interleaved YUV (which is YCbCr), YUY2, UYVY, AYUV, planar YUV formats YUV444, YUV422, YUV420 (as YV12), YUV420 (as IMC2), and some raw ImageMagick formats. Some supports for different bit-depths. Includes YUVInterleaved.avsi, InterleavedConversions.avsi, and PlanarConversions.avsi. Discussion.RGB, YUY2, and YV12.Plugin with scriptsPitifulInsect
VapourSourceVapourSynth script reader for AviSynth2.6x. Discussion.RGB24, RGB32, YUY2, Y8, YV12, YV16, YV24.PluginChikuzen

1.2.2. 보정 필터

1.2.2.1. 안티에일리어싱
필터 설명 색상 형식 플러그인/스크립트 제작자
AAAAnti-aliasing filter designed for anime. YV12ScriptSoulhunter
AntiAliasingAnti-aliasing script for, well, anti-aliasing. YV12ScriptSpikeSpiegel, Didee, mf, scharfis_brain and Soulhunter
AntiAliasRGAn anti-aliasing script that uses RemoveGrain(SSE3).dll. YV12ScriptBloax
DAAAnti-aliasing with contra-sharpening. Included in AnimeIVTC.YV12ScriptDidee
mcDAA3Motion-Compensated Anti-aliasing with contra-sharpening by AmjadSONY, can deal with ifade too, created because when applied daa3 to fixed scenes, it could damage some details and other issues. See discussionYV12ScriptAmjadSONY
FAAFaster Anti-aliasing. [1]YV12Scriptlist
MAAAnti-aliasing with edge masking. Included in AnimeIVTC.YV12Scriptmartino, Kintaro, thetoof
MAA2Updated version of the MAA antialising script from AnimeIVTC.Y8, YV12, YV24Scriptline0
SAAA simple anti-aliasing script. YV12ScriptSoulhunter
SharpAAMCmodHigh quality MoComped AntiAliasing script, also a line darkener since it uses edge masking to apply tweakable warp sharpening, "normal" sharpening and line darkening with optional temporal stabilization of these edges. Part of AnimeIVTC. [2][3]YV12Scriptthetoof
TIsophoteA level-set (isophote) smoothing filter[4]YV12Plugintritical
1.2.2.2. 채도 보정
필터 설명 색상 형식 플러그인/스크립트 제작자
BT709ToBT601Convert from BT.709 (HDTV) to BT.601 (SDTV) colorimetry.YV12PluginTom Barry
ChromaShiftThis filter will shift the chrominance information by an even number of pixels, in either horizontal direction. It can also apply an overall vertical shift of the total chrominance information, up or down. It is primarily intended to correct improper colour registration. YV12, YUY2, RGBPluginSimon Walters
ChromaShiftSPThis script can shift chroma in all directions with subpixel accuracy. Script
ColorMatrixColorMatrix corrects the colors of MPEG-2 streams. More correctly, many MPEG-2 streams use slightly different coefficients (called Rec.709) for storing the color information than AviSynth's color conversion routines or the XviD/DivX decoders (called Rec.601) do, with the result that DivX/XviD clips or MPEG-2 clips encoded by TMPGEnc/QuEnc are displayed with slighty off colors. This can be checked by opening the MPEG-2 stream directly in VDubMod. YV12, YUY2PluginWilbert Dijkhof
tritical (v2.0+)
FixChromaBleedingFixes area of chroma bleeding by shifting the chroma and lowering the saturation in the affected areas.YV12Script
ReInterpolate411This is a fast simple filter to correct the improper 4:1:1 => 4:2:2 conversion that seems to occur with some DV/4:1:1 codes when used with Avisynth. It assumes the odd chroma pixels are duplicates and discards them replacing them with the average of the two horizontally adjacent even chroma pixels. It doesn't matter whether the clip is interlaced though it must be in YUY2 format for Avisynth 2.5. There are no parameters, and currently no readme file.YUY2PluginAlex Jordan
ReInterpolate420Usually, DV decoders upsample PAL DV (which is YV12) to YUY2 using point sampling. This plugin reinterpolates the original chroma samples.YUY2PluginTom Barry
MoveChromaMoveChroma is a simple filter combination that helps in moving chroma back, if it has been displaced. ScriptWilbert Dijkhof
Fizick (v3)
FixChromaticAberrationFixChromaticAberration resizes (and crops) the red/green/blue channels of the image separately. This helps to minimize the colored edges next to the image corners that result from lenses with chromatic aberration. RGB24Script
1.2.2.3. 디밴딩
필터 설명 색상 형식 플러그인/스크립트 제작자
AdaptDBMCLuma / Fade / Blue adaptive debanding script.YV12Script06_taro
GradFun2DBDeBanding Filter. See wikipedia:Color BandingYV12, YUY2, RGB24, RGB32PluginPrunedtree
GradFunkMirrorScript that fixes GradFun2DB's bug that leaves the first 16 pixels on every border unprocessed. Needs GradFun2DB !YV12, YUY2, RGB24, RGB32ScriptAlain2, MugFunky
GradFun2DBmodAn advanced debanding script based on GradFun2DB.YV12ScriptLaTo
GradFun3This debanding script, part of the Dither package, has several gradient smoothing algorithms, including a bilateral filter. It uses an ordered dithering, which has a good resilience to lossy compression.YV12, YV16, YV24, Y8, YV411Scriptcretindesalpes
flash3kyuu_debandFast debanding plugin ported from AviUtl.YV12, YUY2, YV16, YV24, Y8, YV411PluginSAPikachu
LumaDBFast debanding filter with luma-adaptive grain and mask. Used to process luma only. YV12Script06_taro
LumaDBLFast debanding filter with luma-adaptive grain and mask. Used to process luma only. Works in 16-bit internally and can also input/output 16-bit. YV12Script06_taro
1.2.2.4. 디블로킹
필터 설명 색상 형식 플러그인/스크립트 제작자
BlockKillerDeblocking filter, YV12, YUY2ScriptJawed
BlockTerminatorDeblocking filter, YV12, YUY2Scriptfoxyshadis
DeBlockDeblocking filter, see discussion, also DGDecode uses DeBlock.YV12, YUY2PluginFizick / Manao
Deblock_QEDA postprocessed Deblock(): Uses full frequencies of Deblock's changes on block borders, but DCT-lowpassed changes on block interiours. Didee. For updated Deblock QED see this discussionYV12ScriptDidee
FunkyDeBlockDeblocking script based on BlindPP and high/low pass separation. YV12ScriptMug Funky
MDeblockPlugin for removing block artifacts, see homepage.YV12PluginKassandro
SmoothDFilter to deblock frames while keeping high frequency detail. YV12PluginTobias Bergmann
SmoothD2Deblocking filter. Rewrite of SmoothD. Faster, better detail preservation, optional chroma deblocking. YV12PluginJim Conklin
SmoothDeblock3Slow and complex, but produces very good results - especially on severely blocky sources - in a similar manner to TempGaussMC and QTGMC. See discussion and an overall comment.YV12Scriptredfordxx
1.2.2.5. 디할로잉
필터 설명 색상 형식 플러그인/스크립트 제작자
abcxyzFilter to remove halos. YV12ScriptDidee
BlindDeHalo3Filter to remove edge enhancement artefacts. YV12ScriptDidee
DeHalo_alphaVery powerful filter to remove edge enhancement artefacts. YV12ScriptDidee
Mask_DHAA combination of the best of DeHalo_alpha and BlindDeHalo3, plus a few minor tweaks to the masking. YV12Script'Orum
YAHRBasic filter with no variables to remove edge enhancement artefacts.[5]YV12ScriptDidee
1.2.2.6. 디더링 및 압축 잡음
필터 설명 색상 형식 플러그인/스크립트 제작자
aWarpSharpDeringTries to clean up slight ringing around edges by heavily AWarpSharp-ing the image and then applying it only to the areas where the difference is small enough so detail isn't destroyed.YV12ScriptLeak
BlindDeRingDeringing filter.YV12Pluginkrieger2005
EdgeCleanerA simple edge cleaning and weak dehaloing function. YV12Scriptcanuckerfan
HQDeringApplies deringing by using a smart smoother near edges (where ringing occurs) only. See here and here for details.YV12Scriptmf
HQDering modApplies deringing by using a smart smoother near edges (where ringing occurs) only.YV12Scriptmawen1250
LazyDeringTries to clean up slight ringing around edges by applying aWarpSharp2 only to areas where the difference is small enough so detail isn't destroyed.YV12ScriptLeak, RazorbladeByte
MosquitoNRA noise reduction filter designed for mosquito noise, which is often caused by lossy compression.Y8, YV411, YV12, YV16, YV24, YUY2Pluginb_inary
1.2.2.7. 디인터레이싱
필터 설명 색상 형식 플러그인/스크립트 제작자
AreaA port of Gunnar Thalin's VirtualDub filter "Deinterlace - area based" to AviSynth.RGB32PluginDonald Graft // Gunnar Thalin
BlendBobFilter designed for use after a smart bob; blends every other frame with the closest matching neighbouring frame. YV12PluginKurt Prunner
DGBobThis filter splits each field of the source into its own frame and then adaptively creates the missing lines either by interpolating the current field or by using the previous field's data. RGB, YV12, YUY2PluginDonald Graft
DecombThe FieldDeinterlace filter provides functionality similar to the postprocessing function of Telecide. You can use it for pure interlaced streams (that is, those not containing telecined progressive frames). The name refers to the fact that field mode differencing is used.YV12, YUY2PluginDonald Graft
GreedyHMAGreedyHMA is an Avisynth filter that executes DScaler's Greedy/HM algorithm code to perform pulldown matching, filtering, and video deinterlace. It has pretty much been superceded by Donald Graft's Decomb package. However there may be occasions where it sometimes gives preferable results, especially with some bad PAL clips.YUY2PluginTom Barry
eedi3Another edge directed interpolation filter. Works by minimizing a cost functional involving every pixel in a scan line. eedi3 is good for deinterlacing and enlarging images by the powers of 2.RGB24, YUY2, YV12Plugintritical
IBobInterpolating Bob works identically to the Avisynth built-in Bob filter except that it uses linear interpolation instead of bicubic resizing. YV12, YUY2PluginKevin Atkinson
KernelDeintThis filter deinterlaces using a kernel approach. It gives greatly improved vertical resolution in deinterlaced areas compared to simple field discarding. Superceded by LeakKernelDeint, see the description below in this table.RGB, YV12, YUY2PluginDonald Graft
LeakKernelBobThis filter does a full framerate deinterlacing, i.e. it turn 50 fields per second into 50 frames per second. Adapted from Scharfis_brain's script of the same name.RGB32, YV12, YUY2PluginKurt Prunner
LeakKernelDeintThis filter deinterlaces using a kernel approach. It gives greatly improved vertical resolution in deinterlaced areas compared to simple field discarding. Compared to KernelDeint, it is low-level optimized (for speed) and provides some useful new functionality. As the original author of KernelDeint() states, LeakKernelDeint() is the preferred version to use.RGB32, YV12, YUY2PluginKurt Prunner
MCBobAnother approach to motion compensated bobbing. No residual combing, Motion Masking adaptive to local complexity, self adaptive error correction for temporal interpolation, Motion Search between fields of same parity, and spatial Interpolation overweights spatio-temporal interpolation. Is SLOW. MCBob + EEDI2 [6] MCBob + NNEDI [7] ScriptDidee
MVBobby scharfis_brain [8] Scriptscharfis_brain
nnedi3nnedi3 is an intra-field only deinterlacer. It takes in a frame, throws away one field, and then interpolates the missing pixels using only information from the kept field. It also has same rate and double rate modes.RGB24, YUY2, YV12Plugintritical
nnedi3oclOpenCL rewrite of nnedi3. Y8, YV12, YV16, YV24, YV411PluginSEt
QTGMCby -Vit- [9] A new deinterlacer based on TempGaussMC_beta2. It's faster and has a presets system for speed/quality selection. There are also several new features including progressive support and noise/grain processing. The script also contains extensive comments to better describe the settings and the workings of the TGMC algorithm. Script-Vit-
SangNomA single field deinterlacer, can also be used for anti-aliasing. YV12PluginMarc FD
SangNom2Reimplementation of the old SangNom plugin. Y8,YV12, YV16, YV24, YV411Plugintp7
Securebobtype=2 or type=3. (part of MVbob) [10] Scriptscharfis_brain
SecureDeint(part of MVbob) [11] Script (?)scharfis_brain
SmoothDeinterlaceby Gunnar Thalin [12] PluginGunnar Thalin
TDeintTDeint is a bi-directionally, motion adaptive (sharp) deinterlacer. It can also adaptively choose between using per-field and per-pixel motion adaptivity. It can use cubic interpolation, kernel interpolation (with temporal direction switching), or one of two forms of modified ELA interpolation which help to reduce "jaggy" edges in moving areas where interpolation must be used. TDeint also supports user overrides through an input file, and can act as a smart bobber or same frame rate deinterlacer, as well as an IVTC post-processor. YUY2, YV12Plugintritical
Telecide HintsThe filter process the stats file to get the usual progressive matches and identify VFR sections. Plugin
TempGaussMCMotion-compensated bob deinterlacer, based on temporal gaussian blurring. reduces noise/grain of the source and does NOT leave the original fields unchanged. Output is rich with details and very stable. Is SLOWYUY2, YV12ScriptDidee
TomsMoCompThis filter uses motion compensation and adaptive processing to deinterlace video source (not for NTSC film). YUY2, YV12PluginTom Barry
YadifPort of YADIF (Yet Another DeInterlacing Filter) from MPlayer by Michael Niedermayer (http://www.mplayerhq.hu). It check pixels of previous, current and next frames to re-create the missed field by some local adaptive method (edge-directed interpolation) and uses spatial check to prevent most artifacts.YUY2, YV12PluginFizick
YadifmodModified version of Fizick's avisynth filter port of yadif from mplayer. This version doesn't internally generate spatial predictions, but takes them from an external clip. It also is not an Avisynth_C plugin (just a normal one).YUY2, YV12Plugintritical
TomsBobWe've asked Tom to include a proper 60fps deinterlacer in his wonderful TomsMoComp, but until then you'll have to make do with TomsBob. Script
1.2.2.8. 필드블랜딩과 프레임블렌딩 제거
필터 설명 색상 형식 플러그인/스크립트 제작자
c_deblend superseded by srestoreCdeblend is a simple blend replacing function like unblend or removeblend. ScriptMOmonster
Deblend Scriptactionman133
ExBlendExBlend is a plugin to repair damage caused by blend deinterlacing of telecined clips, which results in a double blend, every five frames, GGGBBGGGBBGGGBB etc where 'G' is good and 'B' is blend. See discussionYV12, YUY2PluginStainlessS
mrestore superseded by srestoreUses conditional frame evaluation to undo standard conversions with blends.YV12ScriptMOmonster
RemoveBlendThis filter is used to remove blended fields/frames. YV12Pluginviolao
Restore24Restore24 is an AviSynth filter that is able to do the nearly impossible: Restore 24fps FILM out of a fieldblended FILM -> Telecine -> NTSC -> Blendconversion -> PAL - Video. Scriptscharfis_brain
RestoreFPSRestoreFPS reverses the kind of blending generated by ConvertFPS, restoring original framerate. It will work perfectly well on any regular blend pattern.YV12Pluginmg262
SpecialsHelps restore video with blended fields/frames using a reference source. See discussionYV12PluginDavid Horman
UnblendUnblend is based on warpenterprise's deblend algorithm and neuron2's decimate code, with YV12 support only. The aim is the same of deblend. YV12PluginBach
FixBlendIVTC superseded by srestoreA blend replacing/frame restoring function for doubleblends caused by blend-deinterlacing of telecined sources.?ScriptMOmonster
CdeintRestores 24fps FILM out of a fieldblended FILM -> Telecine -> NTSC -> Blendconversion -> PAL - Video (alternative for Restore24). Script
1.2.2.9. 필름 손상 복원
필터 설명 색상 형식 플러그인/스크립트 제작자
DeScratchDeScratch removes vertical scratches from films. Also it can be used for removing of horizontal noise lines such as drop-outs from analog VHS captures (after image rotation).YV12PluginFizick
DeSpotThis filter is designed to remove temporal noise in the form of dots (spots) and streaks found in some videos. The filter is also useful for restoration (cleaning) of old telecined 8mm (and other) films from spots (from dust) and some stripes (scratches).YV12PluginFizick
deVCRdeVCR elliminates (to a certain degree) the annoying horizontal lines that keep crawling around your VHS or Beta recorded video. See discussion here and here. ScriptRicardo Garcia
Film_Restoring_Frame_Blending ScriptvideoFred
Film_Restoring_Frame_Interpolation ScriptvideoFred
RemoveDirtRemoveDirt is a temporal cleaner for Avisynth 2.5x. It has now become an AVS script function, which involves RestoreMotionBlocks and various filters from the RemoveGrain package.YV12, YUY2PluginKassandro
UnDotUnDot is a simple median filter for removing dots, that is stray orphan pixels and mosquito noise. It clips each pixel value to stay within min and max of its eight surrounding neigbors. YUY2, YV12PluginTom Barry
1.2.2.10. 주파수 간섭 제거
필터 설명 색상 형식 플러그인/스크립트 제작자
DeFreqDefreq uses Fast Fourier Transform method for frequency selecting an removing. YV12, YUY2PluginFizick
FanFilterRegular vertical frequency interference is filtered in spatial domain.YV12, YUY2, RGB32, RGB24PluginV. C. Mohan
1.2.2.11. IVTC & 데시메이션
필터 설명 색상 형식 플러그인/스크립트 제작자
AnimeIVTC"What it does: High quality adaptative field matching for hard telecine * High quality adaptative field matching for hard telecine
  • Bob, remove the blends and decimate back to the desired framerate for DHT/field-blended
  • Creating a VFR clip for hybrid sources
  • Bob the interlaced credits, blend-deinterlacing the background while doing minimal damage on the progressive credits, convert their framerate to match the episode's and splice them with it OR leave them @ 30p to create a VFR clip
  • Very good combing removal and anti-aliasing functions[13][14]
Scriptthetoof
BruteIVTC PluginMarc FD
DOCIDestruction of Chroma Interlacing fixes a problem where you captured pulleddown video in YV12. In the combed frames, the chroma from two frames has been blended, leading to a ghosting effect when IVTC'd. This filter reconstructs the chroma exactly and fixes the problem. Scriptjmac698
FDecimateThe FDecimate() filter provides extended decimation capabilities not available from Decimate(). It can remove frames from a clip to achieve the desired frame rate, while retaining audio/video synchronization. It preferentially removes duplicate frames where possible. ("FDecimate" stands for "Free Decimate", which implies that the output frame rate may be freely chosen, and is not limited to 1-in-N decimation).YUY2, YV12PluginDonald Graft
GreedyHMAGreedyHMA is an Avisynth filter that executes DScaler's Greedy/HM algorithm code to perform pulldown matching, filtering, and video deinterlace. It has pretty much been superseded by Donald Graft's DeComb package. However there may be occasions where it sometimes gives preferable results, especially with some bad PAL clips.YUY2PluginTom Barry
ITInverse TelecineYUY2, YV12Pluginthejam79 / minamina
ivtc_txt60mcDeinterlaces telecined footage with that has been overlayed scrolling text at 60i. Scriptcretindesalpes aka Firesledge
MultiDecimateRemoves N out of every M frames, taking the frames most similar to their predecessors. YUY2PluginDonald Graft
PFRPFR (Progressive Frame Restorer) is an Avisynth filter that attempts to produce progressive frames from a mixed progressive/interlaced/IVTCed source.YUY2PluginSimon Walters
ReMatchReMatch is a field matching plugin, specifically for anime.YV12PluginDan Donovan
RePal PluginBach
SmartDecimateSmart Decimate removes telecine by combining telecine fields and decimating at the same time, which is different from the traditional approach of matching telecine frames and then removing duplicates. YUY2, YV12PluginKevin Atkinson
DecombThe Telecide and Decimate filters can be combined to implement IVTC.YUY2, YV12PluginDonald Graft
TIVTCA package containing these 7 filters: TFM, TDecimate, MergeHints, FrameDiff, FieldDiff, ShowCombedTIVTC, and RequestLinear. Also contains these 3 conditional functions: IsCombedTIVTC, CFieldDiff, and CFrameDiff. Designed primarily for IVTC operations. DiscussionYUY2, YV12Plugintritical
TPRIVTC Plugindaxab, Kurosu
UnCombFilter for matching up even and odd fields of properly telecined NTSC or PAL film source video. YV12PluginTom Barry
IvtcBlendWaka demonstrated an IvtcBlend function that uses the information in the "extra" fields of a telecined source to help combat temporal noise. Script
1.2.2.12. 고스트 제거
필터 설명 색상 형식 플러그인/스크립트 제작자
FixVHSOversharpFixVHSOversharp attempts to repair the light and dark halos that follow high contrast edges found in VHS sources. YV12PluginMrTibs
GhostBusterGhostbuster is an Avisynth filter for removing "ghosts" from a clip. A ghost in this context is a faint copy of the picture offset horizontally. It works by either subtracting or adding the image from itself at the specified offset. With some tweaking the result, while not perfect, can be very pleasing. See discussion here and here.YUY2PluginSansGrip
LGhostPlugin intended for ghost removal but can also reduce edge (ringing) artifacts. YV12, YUY2Pluginminamina
1.2.2.13. 로고 제거
필터 설명 색상 형식 플러그인/스크립트 제작자
DeKafkaThis fairly simple filter washes away those annoying bugs from broadcast clips. Script
DeLogoDeLogo Filter for VirtualDub. Removes static elements, e.g. logos or watermarks, from the video stream. It can remove either opaque elements or alpha blended, the latter even without destroying the picture beneath. Plugin & ScriptKarel Suhajda
InpaintFuncScript for logo removal using inpainting. Can remove alpha blended or opaque logos with a basic postprocessing to hide artifacts. ScriptReuf Toc
rm_logoCombination of deblending and inpainting to remove logos with adjustable postprocessing to further hide artifacts. [15] ScriptSpuds
X-LogoX-Logo Avisynth plugin and Virtualdub filter. Removes opaque logos. PluginLeuf
1.2.2.14. Luma 이퀄라이저
필터 설명 색상 형식 플러그인/스크립트 제작자
AntiflickerA quick-and-dirty port of my VirtualDub filter (which sucks, by the way; it was one of my first filters). YUY2PluginDonald Graft
DeFlickerCan remove old film intensity flicker by temporal mean luma smoothing. Can also correct blinding of automatic gain control after flashes.YV12, YUY2PluginFizick (Alexander G. Balakhnin)
Dumb DeflickerGathers average luma of frames, smoothens that with temporalsoften, and applies the obtained difference to the original input. It is pretty simple, read "dumb". See discussionYV12ScriptDidee
EquLinesEqualizes total luminosity in pairs of even and odd lines. Useful for removing inter-line differences from telecined films.YV12, YUY2PluginFizick
LMFlickerLMFlicker is intended to reduce flickering in some film/vhs transfers. FieldFade is a similar concept, but applied on a per-field basis, to reduce combing in a video where fades were applied after telecine.YV12Pluginakupenguin
Local DeflickerDeflickers only part of a frame. YV12Scriptprokhozhijj
ReduceFlickerReduces temporal oscillations in clips; should be applied before deinterlacing. Contains ReduceFlicker, ReduceFluctuations, and LockClense. YV12, YUY2PluginKassandro
TimeLapseDFDesigned to remove luminosity flicker in time lapse photography. Unlike most other flicker removal filters, utilizes cumulative distribution function in addition to average frame luminosity. YV12, YUY232-Bit Plugin 64-Bit PluginDenis Zhitenev
wdeflickerModifies luma of a source clip by refering to a temporally super-smoothed clip. Heights of source and reference clips must match.YV12, YUY2PluginOsmiridium
1.2.2.15. 레인보우 및 닷 크롤링 제거
필터 설명 색상 형식 플러그인/스크립트 제작자
BifrostBifrost uses temporal blending to remove or at least reduce the effect of rainbows.YV12PluginMyrsloik, dubhater
CCDot crawl and rainbow removal.YV12, YUY2Pluginchiyo-clone
CheckmateSpatial-temporal dot crawl removal.YV12Pluginmf / prunedtree
ChubbyRainSpatial-temporal rainbow reducing script.YV12ScriptMug Funky
ChubbyRain2Spatial-temporal rainbow reducing script based on ChubbyRain.YV12ScriptLothar
DeCrawlSpatial and temporal dot crawl removal, particularly for animated material.YV12PluginDan Donovan
DeCrossCross Color Reduction. Also known as rainbows.YV12, YUY2Pluginminamina
DeDotRemoves dot crawl and may also be useful for rainbows.YV12, YUY2Pluginthejam79 / minamina
DeRainbowA simple script to reduce rainbows. YV12, YUY2Scriptsh0dan
DFMDeRainbowCreates mask to process only edges; rainbows are removed by hitting chroma planes with two passes of FluxSmooth (hence "Double-Flux-Mask").YV12ScriptScintilla
GuavaCombRemoves dot crawl, rainbows, and some kinds of shimmering. See discussionYUY2PluginLindsey Dubb
LUTDeCrawlPurely spatial; only targets pixels for dot crawl removal if luma is fluctuating and (optionally) chroma is not.YV12ScriptScintilla
LUTDeRainbowPurely spatial; only targets pixels for derainbowing if chroma is fluctuating and (optionally) luma is not.YV12ScriptScintilla
mfRainbowDerainbows in areas of high Y, U and V frequencies, which fluctuate heavily.YV12Scriptmf
Rainbow_SmoothA small spatial derainbow function. It uses SmoothUV to smooth out chroma and edge masking to prevent color bleeding.YV12ScriptMOmonster
SmartSSIQSSIQ can alter the color on the entire picture. So this script first applies SSIQ to the entire picture. Then it locates the edges. Finally, it layers ONLY the de-rainbowed edges onto the original video.YV12ScriptLB
SSIQRainbow remover. A port of the VirtualDub plugin Smart Smoother IQ.YV12, YUY2, RGB32PluginMyrsloik
TCombA temporal comb filter (it reduces cross-luminance (rainbowing) and cross-chrominance (dot crawl) artifacts in static areas of the picture).YV12, YUY2Plugintritical
YARKYet Another Rainbow Killer. Based on mfRainbow v0.31, chubbyrain2, and various other scripts shown here.YV12Scriptjase99
1.2.2.16. 안정기
필터 설명 색상 형식 플러그인/스크립트 제작자
DePanTools for estimation and compensation of global motion (pan) .[16] Script
StabSimple but powerful script to remove small high frequenzy jitter that appears often on old/bad transfers.[17] Scriptg-force
TBCStabilizes horizontal jitter in video from analog VCRs, similar to the function of a Time Base Corrector.(note: will cause SEt's Avisynth 2.6 MT to stop working) Script
CelStabilizeScript which holds a fixed background steady. Doesn't work well with pans or fades. Scriptmg262

1.2.3. 잡음 제거

1.2.3.1. 공간적 디노이저
필터 설명 색상 형식 플러그인/스크립트 제작자
_2DCleanYUY2Averages pixels in a configurable radius around a source pixel that are within a configurable threshold of the central pixel. A port of the VirtualDub plugin 2D Cleaner.YV12, YUY2Pluginkiraru2002, xeon533
DctFilterAn experimental filter that operates on DCT coefficients.YV12, YUY2PluginTom Barry
DCTFunA fast spatial denoiser that does a hard thresholding of a complete 4x4 ICT transform.YV12PluginPrunedtree
eDeeneDeen is a ultra powerfull spatial denoiser for very experienced encoders only.YV12PluginMarc FD
frfun3bFractal denoising. See discussionYV12Pluginprunedtree
frfun3dFractal denoising; frfun3d is a quality optimized frfun3b. See discussionYV12Pluginprunedtree
frfun7Fractal denoising. See discussionYV12Pluginprunedtree
GPUBilateralIn short, bilateral filter is a edge-preserving smooth filter. RGB32PluginSompon Virojanadara
MsmoothMasked smoother, designed specifically for anime.YV12, RGB32PluginDonald Graft
SmoothUVA spatial denoising plugin based on Smart Smoother and Smart Smooth HiQ.YV12PluginKurosu
SPressoA fast script to make SD content compress better while keeping the "original look".YV12ScriptDidee
TBilateralTBilateral is a spatial smoothing filter that uses the bilateral filtering algorithm. It does a nice job of smoothing while retaining picture structure.YV12, YUY2Plugintritical
VagueDenoiserThis is a Wavelet based Denoiser. Basically, it transforms each frame from the video input into the wavelet domain, using various wavelet filters. Then it applies some filtering to the obtained coefficients. YV12, YUY2, RGB32PluginLefungus, Kurosu, Fizick
VerticalCleanerFast vertical cleaner. Parameter information here. Explanation of mode 2 here.YV12, YUY2PluginKassandro
1.2.3.2. 시간적 디노이저
필터 설명 색상 형식 플러그인/스크립트 제작자
Cnr2A fast chroma denoiser. Very effective against stationary rainbows and huge analogic chroma activity. Useful to filter VHS/TV caps. YV12, YUY2PluginMarc FD, tritical
FluxSmoothExamines each pixel and compares it to the corresponding pixel in the previous and last frame.YV12, YUY2PluginSansGrip, sh0dan
GrapeSmootherThis filter averages out visual noise between frames.YUY2PluginLindsey Dubb
MVDegrainStrong and effective temporal denoiser. Part of the MVTools package.YV12, YUY2PluginFizick
TemporalCleanerTemporalCleaner is an Avisynth port of the original port of the VirtualDub filter TemporalCleaner made by Jim Casaburi.YV12, YUY2Pluginvlad59
TTempSmoothTTempSmooth is a motion adaptive (it only works on stationary parts of the picture), temporal smoothing filter.YV12, YUY2Plugintritical
Temporal DegrainSLOW but very effective at removing most grain from video sources. Script
1.2.3.3. 시공간적 디노이저
필터 설명 색상 형식 플러그인/스크립트 제작자
Convolution3DConvolution3D is a spatio-temporal smoother, it applies a 3D convolution filter to all pixels of consecutive frames. YUY2PluginSebastien Lucas
DeenDeen is a set of assembly-optimised denoisers, like various 3d and 2d convolutions.YV12PluginMarcFD
DenoiseMFA fast and accurate denoiser for a Full HD video from a H.264 camera. YV12Scriptrean
dfttestA 2D/3D frequency domain denoiser. YV12, YUY2Plugintritical
dfttestMCA script that motion compensates dfttest. YV12Scriptthewebchat
DeGrainMedianTwo stage Spatio-Temporal Limited Median filter for grain removal. SeeYV12, YUY2PluginFizick
FFT3DFilterA 3D Frequency Domain filter - gives strong denoising and moderate sharpeningYV12, YUY2PluginFizick
FFT3DGPUSimilar algorithm to FFT3DFilter, but uses graphics hardware for increased speed. YUY2, YV12Plugintsp
frfun4Spatial-temporal fractal denoising.YV12Pluginprunedtree
HQdn3dHigh Quality DeNoise 3D is an Avisynth 2.5 port of the MPlayer filter of the same name. It performs a 3-way low-pass filter, which can completely remove high-frequency noise while minimizing blending artifacts.YV12Pluginakupenguin
MC_SpudsMotion compensated noise removal with sharpening. Extremely slow, but extremely effective.YV12ScriptSpuds, Didee
MCTemporalDenoiseAnother high quality motion compensated noise removal script with an accompanying post-processing component (with loads of excess feature such as MC-Post-sharpening, MC-antialiasing, deblock, edgeclean and much more)YV12ScriptLaTo
MipSmoothMipSmooth is a reinvention of SmoothHiQ and Convolution3D. MipSmooth was made to enable smoothing of larger pixel areas than 3x3(x3), to remove blocks and smoothing out low-frequency noise. YV12Pluginsh0dan
NoMoSmoothNoMoSmooth temporally denoises relatively static areas and a spatially denoises moving parts. In addition to this motion-based approach, NoMoSmooth employs another technique to try to retain as much existing detail as possible: only pixels that are "fluctuating" are smoothed. YUY2PluginSansGrip
PeachSmootherPeachSmoother was designed to cope with the oddities of analog broadcast TV.YV12PluginLindsey Dubb
RemoveDirtMC YV12ScriptNephilis
RemoveGrainRemoveGrain is a plugin package containing various plugins for spatial and temporal denoising, repairing, sharpening, deinterlacing, and other utility functions.YV12, YUY2PluginKassandro
RemoveGrainHDRemoveGrainHD is like RemoveGrain but intended for high definition content. It includes various spatial and temporal functions. See documentation.YV12, YUY2PluginKassandro
RemoveNoiseMCMotion compensated filter for removing noise, larger spots and other dirt. Written as an alternative to the old Dust. Last update Nov 2006. It uses mvtools v1. Jenyok collected together all RemoveNoise and various filters functions and adapted to MVTools v2.YV12ScriptHeini011
RgToolsModern rewrite of RemoveGrain, Repair, Clense (including BackwardClense and ForwardClense) and VerticalCleaner all in a single plugin.Y8, YV12, YV16, YV24, YV411Plugintp7
STPressoA fast script to make SD/720p content compress better without losing detail and original grain structure. YV12ScriptDidee
zzz_denoiseSimple wrapper around a combination of dfttest and MDegrain3. Requires the Dither package.YV12Scriptcretindesalpes
1.2.3.4. 미분류 디노이저
필터 설명 색상 형식 플러그인/스크립트 제작자
AdaptiveMedianThis is an adaptive Median Filter for eliminating certain types of noise. It uses local statistics (minimum, maximum and median values) of a moving local grid, and changes grid size depending on local statistics.RGB24, RGB32, YUY2, YV12PluginV. C. Mohan
AtcAlternate Temporal Cleaner; a fast temporal cleaner with some cool stuff.YV12PluginMarc FD
ColourizeSmoothColourizeSmooth uses a general colourizing algorithm to smooth a given clip. ColourizeSmooth is based on this algorithm. See discussionYUY2, YV12Plugininsanedesio
ConditionalTemporalMedianThis filter is designed to remove temporal noise in the form of small dots and streaks found in some videos. A common cause of this is dirty VHS heads but I have also seen small black or white streaks in broadcast material.YV12PluginKevin Atkinson
DeNoiseThis is an adaptive local noise reduction filter. It uses global variance of the noise, local mean and local variance in a moving grid of specified size. It tries to preserve edges as closely as possible. The global variance value can be specified or it can be computed from a window. The global variance can have one value for the entire clip or can vary frame to frame linearly or computed from a window with its coordinates linearly moving with frame numbers.RGB24, RGB32, YUY2, YV12PluginV. C. Mohan
DNR2Dynamic Noise Reduction 2 is based on the VirtualDub DNR filter by Steve Don and Avery Lee.RGB32, YUY2, YV12Pluginkiraru2002
ExtendedBilateralExtendedBilateral extends the regular bilateral filtering process by adding an "initial estimation preprocess." It is similar in operation to TBilateral and offers many of the same options (though not all) while adding the preprocess. YUY2, YV12Plugininsanedesio
MedianBlurSpatial median blur filter with a variable radius Plugintsp
PixieDustPPDeprecated! DO NOT USE! Requires 'Dust' an Avisynth 2.0 plugin. Move to deprecated sectionYV12ScriptDidee
SmartSmoother Plugin
SmootherHiQ Plugin
SSIQ Plugin
TNLMeansTNLMeans is an implementation of the NL-means denoising algorithm. YV12, YUY2Plugintritical
UberSmooth (Bloated) Script
UberSmooth (DCTFun) Script
UberSmooth (Deen) Script
VariableBlur Plugin

1.3. 적응형 필터

1.3.1. 색공간 변환

필터 설명 색상 형식 플러그인/스크립트 제작자
AutoYUY2This filter is correctly converts YV12 to YUY2 without color bias.YV12PluginDonald Graft
ConvertToYCgCoConverts to the YCgCo colorspace. RGB24, RGB32Pluginxv
InterleavedConversionsTools for interleaving and de-interleaving 2, 3, and 4-channel data. ScriptPitifulInsect
YUY2inRGBA quick filter that stuffs YUY2 into RGB24. YUY2PluginTrevlac
YUY2toRGB219Converts YUY2 to studioRGB. With this kind of conversion, luma will not change, meaning no quantization error on luma. YUY2PluginTrevlac
YV12toRGB24HQYV12 to RGB24 with dithering.YV12Pluginprunedtree
PlanarConversionsPlanar conversion functions for AVISynth. ScriptPitifulInsect

1.3.2. 중복 프레임 검출기

필터 설명 색상 형식 플러그인/스크립트 제작자
Dupa robust duplicate frame detector. a frame that is determined to be close enough to its predecessor to be considered a duplicate will be replaced by a copy of the predecessor. This can significantly reduce the size of encoded clips with virtually no visual effect. provides the capability to replace frames with a blend of all the duplicates, providing a valuable noise reduction. Filter by Donald A. Graft.YV12, YUY2PluginDonald Graft
DuppedAnother frame duplication function, similar to Dup, but hopefully more accurate. [18] ScriptCorran
DeDupRemove (drop) duplicate frames in the interest of compression quality and speed. Resulting clip will have a variable frame rate.YV12, YUY2Pluginakupenguin
ExactDedupExactDedup is an AVISynth 2.5 plugin providing a filter intended to remove frames that are exact duplicates of each other, leaving only the first and (optionally) last frames of a run intact, and generates a Matroska v2 timecodes file with timing information for the ensuing stream.RGB24, YV12PluginSteve Melenchuk, Arick Chan
GetDupsSelecting unique duplicate frames from clip, it return frames which have copies only, by one from the series (group). Made for 8mm films.YV12, YUY2PluginFizick
MorphDupsReplace duplicate frames by interpolations.YV12Scriptsven_x

1.3.3. 효과

필터 설명 색상 형식 플러그인/스크립트 제작자
AddGrainCGenerates film like grain or other effects (like rain) by adding random noise to clip. Noise can be horizontally or vertically correlated causing streaking. Contains AddGrain & AddGrainCRGB24, RGB32, YUY2, Y8, YV411, YV12, YV16, YV24PluginTom Barry, Foxyshadis LaTo, cretindesalpes
AddStaticGrainMThis function adds static grain in dark areas based on a mask.YV12ScriptDaiz
AddNoise/BlockbusterMakes encoder allocate more bits to darker areas, thus eliminating DCT blocks by decreasing the clips compressibility. PluginRoss Thomas
AviShadergeneric plugin that uses your 3D card's hardware to assist with renderingRGB32PluginAntitorgo
ColorLooksThis plugin is based on Trev's VDub filter Colorlooks and Donald Graft's Colorize (well it works a bit similar). I also added some new stuff. The plugin contains the following filters: Technicolor, Colorize, Sepia and Posterize.YV12, YUY2, RGB24, RGB32PluginWilbert Dijkhof
crt_displayCRT emulation with scanline and phosphor effects. crt_display emulates a CRT display using aperture grille (Trinitron) or Cromaclear technologies. RGB24, RGB32Scriptcretindesalpes
EffectsManyCreates 34 types of special "animated" effects. Effects act on the input clip in the range of the frame numbers specified. The Audio is not affected.YV12, YUY2, RGB24, RGB32PluginV. C. Mohan
f3kgrainAnother 8/16-bit luma adaptive grain generator.Y8, YV12, YV16, YV24Script06_taro
GNoiseAdds random noise to a clip. See duscussion.YV12Pluginmf
GrainFactory3Noise generator that tries to simulate the behavior of silver grain on film. YV12ScriptDidee
GrainFactory3modLuma adaptive grain generating filter in 8-bit precision. Based on Didee's GrainFactory3 script.YV12Script06_taro
GrainFactoryLiteLuma adaptive grain generating filter with stacked 16-bit input/output support. Based on Didee's GrainFactory3 script, processing in 16-bit precision, and some commonly unused parameters removed.YV12Script06_taro
HollywoodSQCreates popup album, akin to Hollywood squares TV showYV12, YUY2, RGB24, RGB32PluginV. C. Mohan
KenBurnsEffectGiven clip, zooms, pans & rotates clip. See wikipedia:Ken Burns EffectYV12, YUY2, RGB24, RGB32Scriptmikeytown2
MPlayerNoiseNoise Generator ported from MPlayer. YV12Pluginbergi
NoiseGeneratorNewer function based off of Blockbuster. Adds random noise to clip.YV12, YUY2, RGB24, RGB32PluginShubin
ScanlinesAdd Scanlines (black horizontal bars) to a video. see wikipedia:Scan LineYV12Pluginturulo
StaticNoiseCGenerates static grain using the Mersenne Twister random number generator. YV12Pluginhistamine
TurnsTileApplies mosaic and/or palette effects to a clip.YV12, YUY2, RGB24, RGB32PluginRobert Martens

1.3.4. 필드 오더

필터 설명 색상 형식 플러그인/스크립트 제작자
PFRTries to restore the original progressive field order of a movie (or any predominantly filmed material transferred to video) where the field order changes at scene changes in a seemingly random fashion! YV12, YUY2PluginSimon Walters
ReverseFieldDominanceThis filter is intended to reverse the field dominance of PAL DV video. YUY2, RGB24, RGB32PluginSimon Walters

1.3.5. 프레임률 변환

필터 설명 색상 형식 플러그인/스크립트 제작자
AlterFPSAlterFPS can be used to speed up or slow down a video by adding or removing fields. It works like the 3:2 pulldown of NTSC film material, except you can choose your new speed. It can also blend frames for progressive frame results, and blend fields like ConvertFPS. Script
convert60ito24pconvert60ito24p converts a 60fps interlaced NTSC Video into a 24fps progressive Video using different blending techniques. discussion. Script
FPSDownThis filter reduces the framerate of a video by 1/2, by blending odd and even frames together. However, it does this in a smart way such that in case of duplicate frames, it will do the smart thing to remove unnecessary blurring in the output video.RGB32Pluginarkeet
FrameDblFrameDbl will generate extra frames to double the frame rate. It does this using a motion compensated approach to interpolating between frames. YV12PluginTom Barry
InterFrameFrame rate conversion script. Interframe works very well at converting 24FPS to 60FPS; converts videos to higher frame rates like newer TVs do. Common names are frame doubling, smooth motion, among others. YV12ScriptSubJunk
MotionProtectedFPS (Motion) Script
MVFlowFPS(2) (MVTools) Plugin
NTSC toolsAutomatic NTSC to PAL conversion with 24p, 30p, 60i detection.[19] ScriptMug Funky
SalFPS3 YV12ScriptMug Funky, Didee
SVPflowSVPflow provides fast and high quality GPU accelerated frame rate interpolation. YV12PluginSVP Team
tc2cfrThis plugin that can read a timecode file and convert a given video clip in to one with a constant framerate by adding duplicate frames.YV12Plugingnaggnoyil
TimecodeFPSConverts clip from VFR to CFR. Timing information from clip is discarded, and matroska v2 timecodes from the timecodes file are used instead.AnyPluginnatt
VFRtoCFRConverts a variable frame rate (VFR) video to a constant frame rate (CFR) video with the help of Matroska Version 2 Timecodes.YV12PluginAktan
VfrToCfrThis plugin converts variable frame rate clips to constant frame rate by introducing null frames.YV12Pluginjoyje

1.3.6. 명암 및 채도

필터 설명 색상 형식 플러그인/스크립트 제작자
AutoAdjustA high quality automatic adjustement filter. It calculates statistics of clip, averages them temporally to stabilize data and uses them to adjust luminance gain & color balance. AutoAdjust has a smoothing & dithering algorithm to avoid banding issue. Calculations are made in 32bits float to avoid rounding errors and can also input/output 16-bits. AutoAdjust is internally multithreaded and SSE2 optimized.Y8, YV411, YV12, YV16, YV24PluginLaTo
AutolevelsImprovement of the ColorYUV filter's autogain feature. It stretches the luma histogram to use the entire specified range, averaging the amount of "gain" over consecutive frames to better handle flashes and to avoid flickering. DiscussYV12, YUY2, RGB24, RGB32Pluginfrustum & Theodor Anschutz
AWBAutomatic white balance for real world footage, similar to the known function in digital cameras. YV12Scriptmartin53
ColorBalanceSame tool that is found in Gimp & Cinepaint. RGB24, RGB32PluginGavino & mikeytown2
ChanMixCreates a grayscale image from an RGB24 source, it has 3 parameters to specify how much of each color-channel is used.RGB24PluginE-Male
ChannelMixerVery similar to the ChannelMixer function found in Photoshop. 9 Adjustments are possible, 3 for each color channel.RGB24, RGB32PluginGustaf Ullberg
ColourLikeMakes a clip look like a 'reference' clip by adjusting each colour mask.YV12Pluginmg262
ColourMaskCreates colour masks.YV12Pluginmg262
ExpLaboExpSat apply a non-linear transformation of saturation, Colorize change the image color dominance in a flexible manner, HLSnoise adds a noise to the image separately to the HLS dimensions. RGB24, RGB32Pluginbrabbudu
FlimsYlevelsLuma adjustment function to give a more "film-ish" look. (Based on Didee's Ylevels).YV12ScriptFlimsyFeet
GiCocuUse GIMP/Photoshop curve filesRGB24, RGB32PluginE-Male
HDRAGCHigh Dynamic Range Automatic Gain Control - Increase dynamic range of video clips (enhance shadows). It's "simply" gaining (brightening) dark areas of image without causing blow of highlights. Amount of gain is calculated automatically, but can be influenced by parameters. YV12, YUY2Pluginpaviko
HighlightLimiterDarkening highlight. Works well on over exposed clips. It can also be combined with ContrastMask to create HDR effectYV12Scriptjavlak
HistogramAdjustAdjusts the histogram of a frame by either equalizing it or by matching with histogram of another image, or with given histogram table of values.YV12, YUY2PluginV. C. Mohan
Histograms in RGB & CMYSimilar to Histogram("levels") but for RGB and CMY instead of YUV. It also includes a RGB parade color scope.RGB24, RGB32, Y8, YUY2, YV411, YV12, YV16, YV24Script-Vit-
OutRangeA simple function to scan the whole video and output a log file, in which out-of-tv-range frames are logged.Y8, YV411, YV12, YV16, YV24Script06_taro
SGradationSGradation is much like a gamma function, but '2nd order'. Script
ShowOverRangeShows illegal "TV range" by painting pixels blue for anything less than 16 and red for anything greater than 235.YUY2, YV12PluginSAPikachu
SmoothAdjustSmoothAdjust is a set of 5 plugins to make YUV adjustements. These 5 plugins have a smoothing & dithering algorithm to avoid banding issue. Calculations are made in 32bits float to avoid rounding errors and artifacts. SmoothAdjust is multithreaded (up to 16 threads) and SSE2 optimized. SmoothAdjust is SmoothLevels' successor.Y8, YV411, YV12, YV16, YV24PluginLaTo
TintTints the image toward a specified colour. Script
TweakColorTarget specific hue and saturation ranges for hue and saturation adjustments.YV12, YUY2PluginTrevlac
Tweak3Same as Tweak but with dithering.YV12, YUY2Pluginsoulhunter
VideoScopeSimilar to Histogram("classic") but with additional features.YUY2PluginRandy French
WhiteBalanceCorrect the white balance of a clip with a large degree of control and accuracy over other methods of correcting white balance. YV12, YUY2, RGB24, RGB32PluginSomeJoe
YlevelsA simple replacement for Avisynth's internal Levels command, with a few neat differences.YV12ScriptDidee

1.3.7. 외곽선 강조

필터 설명 색상 형식 플러그인/스크립트 제작자
FastLineDarkenLine darkening script. YV12ScriptVectrangle
FastLineDarkenMODLine darkening script. See original discussion. Updated script. Additional information.YV12ScriptVectrangle / Didee
LimitedDarken Plugin
mfToonmfToon darkens cartoon edges. In default operation, it performs line darkening, Xsharpening, and warp sharpening. Additional information here and hereYV12Scriptmf
SuperToonAn attempt to optimize/speed up the previous versions of mfToon, vmToon, etc. See discussionYV12ScriptHadien
ToonSimple and fast line darkener.YV12Pluginmf
ToonLiteIt's the same as Toon, just without the warpsharp processing..YV12Pluginmf
vmToonThe successor to mfToon. Darkens lines, thins lines, and does supersampled sharpening all in one, but slow.YV12ScriptVectrangle

1.3.8. 크기 조절

필터 설명 색상 형식 플러그인/스크립트 제작자
AutoCropAutomatically crops black borders (wikipedia:Letterbox, wikipedia:Pillar box, wikipedia:Windowbox) from a clip. Operates in preview mode (overlays the recommended cropping information) or cropping mode. Can also ensure width and height are multiples of specified numbers. YV12, YUY2, RGB24, RGB32PluginGlenn Bussell
DebicubicThis filter is designed to reverse the effects of bicubic upsampling.RGB24, RGB32, YV12PluginPrunedtree
DebilinearThis filter is designed to reverse the effects of bilinear upsampling.RGB24, RGB32, YV12PluginPrunedtree
EdiUpsizer Plugintritical
EEDI2 Plugin
Multi-threaded plugin
Multi-threaded 64-bit
tritical foxyshadis squid_80
FastEDIUpsizer Plugintritical
HybridResizeUses Lanczos (sharp) for edges and Bilinear (soft) on the rest of the image. Scriptmf
JincResizeJinc (EWA Lanczos) Resampler Plugin for Avisynth/Avisynth+. Y8, YV12, YV16, YV24, YV411Plugininnocenat
Lanczosplusv3Very slow, but high quality resizer.[20] Script*.mp4 guy
NNEDINeural Network New-Edge Directed Interpolation. Plugintritical
nnedi3_rpow2Enlarge images by the powers of 2. nnedi3_rpow2 is a function included in nnedi3.RGB24, YUY2, YV12Plugintritical
PointSizeA set of pixel art resizers: Scale2x, Scale3x, LQ2x, LQ3x, LQ4x, HQ2x, HQ3x, HQ4x.RGB32Plugin`Orum
ResampleHQResampleHQ provides gamma-aware resizing and colorspace conversion.YV12, YUY2, RGB24, RGB32PluginCory Nelson
ResizeARCResizeARC respects AR as possible maintaining MOD32 resolutions, uses bitrate, bpp and the resize function specified as parameters. Usage: Script
SeamerSeam Carving/Liquid Rescale for Content-Aware Image Resizing. See wikipedia:Seam CarvingRGB24, RGB32PluginV. C. Mohan
SimpleResizeVery simple and fast two tap linear interpolation. It is unfiltered which means it will not soften much.YV12, YUY2PluginTom Barry
SplineResizeSplineResize contains two kinds of spline based resizers: The first ones are the (cubic) spline based resizers from Panorama tools: Spline100Resize (using 10 sample points) and Spline144Resize (using 12 sample points) are examples. Other ones are available in AviSynth itself. The second ones are natural cubic splines that use the kernel itself as a spline.YV12, YUY2, RGB24, RGB32PluginWilbert Dijkhof
YV12InterlacedReduceBy2InterlacedReduceBy2 is a fast Reduce By 2 filter, usefull as a very fast downsize of an interlaced clip. YV12PluginTom Barry
ZoomZoom, Pan & Rotate Clip. Adds alpha layer to clip.RGB32PluginWarpEnterprises
ZoomBoxReplacement for ResizeKAR. Resizes clip Keeping the Aspect Ratio. Can set Source/Target PAR/DAR, option to zoom in/out in order to hide/show black borders. Scriptmikeytown2

1.3.9. 샤픈

필터 설명 색상 형식 플러그인/스크립트 제작자
aSharpAdaptive sharpening filter. You can use it for high quality sharpening of soft sources. YV12PluginMarc FD
aWarpSharpA warp sharpening filter.YV12PluginMarc FD
aWarpSharp2A modern rewrite of aWarpSharp with several bugfixes and optimizations. See discussionYV12PluginSEt
blahSharpening. YV12Script*.mp4 guy
FineSharpSmall and relatively fast realtime-sharpening function, designed for 1080p, or after scaling 720p -> 1080p during playback (to make 720p look more being like 1080p). YV12ScriptDidee
LimitedSharpenLimitedSharpen can be used like a traditional sharpener, but producing much less artefacts. It can be used as a replacement for the common "resize(x4)-XSharpen-resize(x1)" combo, with very similar results (perhaps even better) - but at least 2 times faster, since it requires much less oversampling. ScriptDidee
LSFmodA LimitedSharpenFaster mod with a lot of new features and optimizations.YV12ScriptLaTo
MSharpenThis filter implements an unusual concept in spatial sharpening to sharpen important edges without amplifying noise. Although designed specifically for anime, it also works quite well on normal video. RGB, YUY2, YV12PluginDonald Graft
NonlinUSMNon-linear Unsharp Masking.YV12ScriptDidee
SharpenComplex2Port of MPC-HC's Sharpen Complex 2 to Avisynth. YV12Script
SSXSharpenIncluded in SharpTools. Sharpens the picture using supersampling techniques.YV12ScriptDidee
Super Slow SharpenVery slow, but high quality sharpener.[21]YV12Script*.mp4 guy
TUnsharpTUnsharp is a basic sharpening filter that uses a couple different variations of unsharpmasking and allows for controlled sharpening based on edge magnitude and min/max neighborhood value clipping. The real reason for its existence is that it sports a gui with real time preview. YUY2, YV12Plugintritical
UnFilterThis filter softens/sharpens a clip. It implements horizontal and vertical filters designed to (slightly) reverse previous efforts at softening or edge enhancement that are common (but ugly) in DVD mastering. YUY2, YV12PluginTom Barry
UnsharpHQA strong and fast unsharp mask with some new features. YV12Pluginlist
WarpSharpAlso known as WarpSharp Package because it included multiple filters for various different tasks. WarpSharp contains these sharpeners: Unsharpmask, WarpSharp, Xsharpen. See description. 2003 Version , 2006 Version, 2008 VersionYUY2, YV12Pluginseraphy
WarpSharp YV12Directly ported from ffdshow; it contains WarpSharp & XSharpen.YV12Pluginsh0dan

1.3.10. 블러

필터 설명 색상 형식 플러그인/스크립트 제작자
BucketMedianBucketMedian is an implementation of spatial median filter adapting bucket(counting) sort algorithm.Y8, YV411, YV12, YV16, YV24PluginChikuzen
MedianBlurA plugin with 5 different types of median blur filters. YV12Plugintsp
MedianBlur2Implementation of constant time median filter for AviSynth, similar to MedianBlur.Y8, YV12, YV16, YV24, YV411Plugintp7
VariableBlurVariableblur is a gaussian, binomial or average blur filter with a variable radius(variance).YV12, YUY2, RGB24, RGB32Plugintritical

1.3.11. 회전

필터 설명 색상 형식 플러그인/스크립트 제작자
FTurnFast implementation of TurnLeft(), TurnRight() and Turn180() AviSynth functions. Y8, YV12,YV24Plugintp7
RotateRotate or shear on any given angle. RGB32, YV12PluginFizick
SpinnerSpinner plugin rotates a frame or selected part of it about the given axis coordinates in floating point precision.RGB24, RGB32, YUY2, YV12PluginV. C. Mohan

1.3.12. 자막

필터 설명 색상 형식 플러그인/스크립트 제작자
AssRenderLibass-based subtitle renderer. RGB32, RGB24, YV24, YV12, Y8C Pluginlachs0r, TheFluff
SubAASingle Subtitle with Anti-aliasing. Script
SubtitleExSimilar to the original Subtitle function but can do more: apply text to range; effects - bold, underline, italic, center, fading, motion, blur, emboss, etc...; alpha channel. .dll, .chm (help)
SubtitleMultiA parameter-compatible Subtitle function which allows the usage of line breaks. (Wilbert: I can't find the script ...) ScriptJLennox
SupTitleBlu-ray PGS .SUP Subtitle Renderer Plugin for AviSynth. See discussionYV12PluginZachSaw
TextSub (VSFilter)Supported Subtitle Formats: VOBsub (.sub/.idx), SubStation Alpha/Advanced SubStation Alpha (.ssa/.ass), SubRip (.srt), MicroDVD (.sub), SAMI (.smi), PowerDivX (.psb), Universal Subtitle Format (.usf), Structured Subtitle Format (.ssf).[22] Plugin
VSFilterModA new VSFilter with more ass tags. Plugin

1.3.13. 장면전환 효과

필터 설명 색상 형식 플러그인/스크립트 제작자
DissolveAGGWipe Transition with a soft edge. Note: There exist multiple variants of the script as the result of the interaction between authors in that discussion. Script (v1) Script (v2) Script (v3)zemog, mikeytown2, Gavino and others
JDL_MaskTransitionCombines two clips using the specified mask clip. The audio tracks are blended during the transition. About any transition can be made with this function. ScriptJames D. Lin (stickboy)
TransAllAround 150 distinct transitions can be created with this plugin.RGB, YUY2, YV12PluginV. C. Mohan
Transition (Albert Gasset)Various Wipe and Random Block modes. Has 19 built in patterns or it can use an external file. PluginAlbert Gasset
Transition (shubin)Contains 2 modes: circle and line. In circle mode the area has radius R and center xCenter,yCenter. In line mode the line passes through xCenter,yCenter with slope R. PluginShubin

1.4. 기타 필터

1.4.1. 디버깅/진단 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
AVInfoAVIInfo gives information about the streams in the clip without loading any frames. filename can be a WAV file or an AVI file with several audio streams (it won't open AVI files with embedded subtitles though). It will return the info as a string. Plugintrevlac, wilbert
Avisynth Info ToolThis program tries to gather all available info about the installed Avisynth version. It should be useful for troubleshooting since especially novice users don't always know which Avisynth version they installed, what DLLs reside in their plugin directory, etc. Groucho2004
AVSMeterAVSMeter is a CLI (command line interface) tool that "runs" an Avisynth script with virtually no overhead, displays clip info, CPU and memory usage and the minimum, maximum and average frames processed per second. It measures how fast Avisynth can serve frames to a client application (x264, for example) and comes in handy when testing filters/plugins to evaluate their performance and memory requirements. Command line executableGroucho2004
Avisynth-MonitorDEPRECATED See discussion Pluginjohann.Langhofer
AvsTimerDEPRECATED An Avisynth 2.5x plugin for measuring speed and performance of Avisynth plugins. See discussion and continued discussion. PluginKassandro
DumpPixelValuesSamples the colors from selected pixels for every frame in a video source and outputs the data to a text or binary file. See homepage.RGB32, YUY2PluginMcPoodle
FramenumberFramenumber inserts the framenumber of the current frame (+ offset). Plugin
Glitch AnalyzerGlitch Analyzer generates a diagnostic video, then analyzes the recorded version of it, to detect swapped, dropped, or repeated fields.YUY2, YV12Scriptjmac698
Grid Plugin
HDColorBarsA script to create an HD test pattern based on ARIB STD-B28 Rev1. Can easily be adapted to an SMPTE version. ImageYV12HDColorBars
KronosDEPRECATED A filter that provides a simple and easy way to benchmark or profile filter chains. Usage information. Plugin
MeasureMeasures luminence of greyscale bars and prints results on-screen. Can be used to set brightness/contrast in capture settings accurately.YV12Scripthalifaxgeorge
MonitorFilter Plugin
PixelInfoA GUI-based filter that lets you pick a pixel and gives you color information. See discussion and update.RGB32, YUY2Pluginhanfrunz
ShowPixelValuesThis filter displays the actual Y U and V (or R G and B) values from pixels within a frame. See discussion and homepage.RGB32, YUY2PluginSimon Walters
TestpatternsThis filter creates a sinewave frequency sweep directly in YV12, useful to measuring video response.YV12Scripthalifaxgeorge
TMonitorTMonitor is a filter very similar to AVSMon. It enables monitoring of an Avisynth clip via previewing the video, viewing clip information (such as video width, height, colorspace, number of frames, audio samples, sample rate, number of audio channels, and more), and adjusting the audio delay. It also supports multiple instances per script, allowing viewing of differences between different parts of a processing chain.RGB24, RGB32, YUY2, YV12Plugintritical
ViewFields/UnViewFieldsUnViewFields, ViewFields PluginSimon Walters
ComptestThe script Compressibility test can be used for a compressibility test on a clip. Script
SeeTheDifferenceSeeTheDifference just makes the difference visible between an encoded and an original videoclip. So you can see what you really "lose" when encoding a video. Script
BoxCompareBoxCompare will let you compare up to 4 clips with simple annotations. It's basically a wrapper for StackHorizontal/StackVertical. Script

1.4.2. 외곽선 검출

필터 설명 색상 형식 플러그인/스크립트 제작자
aSobelSobel edge dectecion filter included in aWarpSharp2.YV12PluginSEt
mt_edgeEdge detection filter included in MaskTools2.Y8, YV12, YV16, YV24, YV411PluginManao
tcannyContains a canny edge detection filter and distance transform filter.YUY2, YV12Plugintritical
TCannyModCanny edge detection filter for Avisynth 2.6. Reimplementation of tcanny.Y8, YV12, YV16, YV24, YV411PluginChikuzen
TEdgeMaskTEdgeMask creates an edge mask based off gradient vector magnitude.YUY2, YV12Plugintritical
TEMmodTEdgeMask modified for Avisynth 2.6. It creates an edge mask using gradient vector magnitude.Y8, YV12, YV16, YV24, YV411PluginChikuzen

1.4.3. 출력 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
ImmaavsImmaWrite uses the ImageMagick libraries to write images. Many formats are supported including animations and multipage files. PluginWilbert Dijkhof
twriteaviServe AVI file to program requesting it as well as write an avi file. Useful for speeding up 2 pass encodes at the cost of hard drive space. Plugin
Sashimi (function "RawWriter")Sashimi writes (and reads) almost any regular raw uncompressed data format you can define. You'll find a fuller description above.RGB, YUY2, and YV12.Plugin with scriptsPitifulInsect

1.4.4. 입력 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
FreeFrameAllows freeframe filters (mostly effects) to be used directly in avisynth.RGB24, RGB32Plugin
LoadVFApiPlugin Plugin

1.4.5. 메타 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
Motion Pluginmg262
MTMT is a filter that enables other filters to run multithreaded. This should hopefully speed up processing on hyperthreaded/multicore processors or multiprocessor systems.[23]AnyPlugintsp
MVToolsMVTools provides filters for estimation and compensation of objects' motion in video clips. Motion compensation may be used for strong temporal denoising, advanced framerate conversions, image restoration and other tasks.[24] PluginFizick

1.4.6. 다목적 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
CamembertCamembert provides HQDering's functionality with additional background enhancement.YV12Script
HybridFuPPAn adaptive processor, allowing picture cleaning and compressibility gain. ScriptFupp
iiPIntegrated Image Processor performs basic denoising and sharpening excluding already hard edges to avoid oversharpening; this should give the best relative compressibility for any level of detail enhancement. Its main purpose is upconversion from DVD resolutions to (pseudo-) HDTV resolutions. It aims at natural sources only. For animated/cartoon content, one is probably better of with mfToon and SharpResize.YV12Script
SeeSawSeeSaw uses a balance of denoising and sharpening to enhance a clip. The aim is to enhance weak detail without oversharpening or creating jaggies on strong detail, and produce a result that is temporally stable without detail shimmering.YV12Script

1.4.7. 장면 전환 검출기

필터 설명 색상 형식 플러그인/스크립트 제작자
EDLmakerSimple scenechange detector that writes to EDL file.YV12ScriptMug Funky
MSCDetectionPart of MVTools2. MSCDetection creates scene detection mask clip from motion vectors data.YV12, YUY2PluginFizick
SCDetectDetect scene change and output scene change frames to a file.YV12Script06_taro
SceneChangeLavcSClavc is an Avisynth 2.5 plugin, intended to allow access to libavcodec's scene-change metrics. See homepage.YV12Pluginakupenguin
SCXvidSCXvid produces first pass xvid logs from avisynth at the equuivalent of the default vfw preset. These logs are primaliy intended to get scenechange information from but may have other uses.YV12PluginMyrsloik
SCXvidMaskA tiny avisynth plugin that reads an SCXvid log and creates a binary mask based on it.Y8, YV12, YV16, YV24, YV411Plugintp7

1.4.8. 서포트 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
CheckMaskA YV12 spatial dot finding filter for AVISynth.YV12PluginDan Donovan
FrameCacheFrame cache plugin. It helps greatly increase performance, especially in combination with another plugins, like SmoothDeinterlace. Usage FrameCache( number of frames to remember, (path to log file) ).anyjohny5 dot coder via gmailEvgeny
GRunTExtends Avisynth's Runtime Environment, making it easier to use, especially inside script functions.AnyPluginGavino
GScriptExtends the Avisynth scripting language to provide additional control-flow constructs: multi-line conditionals (if-then-else blocks), 'while' loops and 'for' loops.AnyPluginGavino
MaskToolsThis plugin provides tools for the creation, enhancement and manipulation of masks for each component (Y, U, V) of the YV12 color space. This version is now deprecated, use MaskTools2 instead for new scripts.YV12PluginKurosu Manao
MaskTools2This plugin provides tools for the creation, enhancement and manipulation of masks for each component (Y, U, V) of the YV12 color space.YV12Plugin
MergeClips PluginManao
MVToolsThis plugin provides a collection of functions for motion estimation and compensation.YV12, YUY2Plugin
PlaneMinMax PluginVarious
ApplyInterlacedFilterApplyInterlacedFilter safely processes interlaced video with spatial and temporal filters. Script

1.4.9. 딥 컬러 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
Deep Color ToolsThis Script provides basic functions to import 10bit video, do color adjustments, and export to 8bitV210Scriptjmac698
DitherGenerates video with up to 16 bits per component after denoising and dithers back to 8 bits for storage. Primarily written to smooth fine gradients to remove colorbanding during/after denoising. Can also recover high bitdepth data potentially contained in a noisy clip; dither a high bitdepth picture into a standard YV12; and perform basic operations (masking, curves...) on high bitdepth pictures, as they cannot be manipulated safely with conventional avisynth filters.Planar colorspacesPlugin + scriptscretindesalpes

1.4.10. 3D 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
2D to 3D stereoConvert 2d to 3d stereo with bidirectional pulfrich effect + add depth to stationary objects.YV12PluginMcmount
Analglyph FilterThis filter produces analglyph video from a stereo pair. Analglyph is a 3d viewing method which uses colored glasses. The plugin supports the advanced Dubois algorithm, which is able to reduce the ghosting effect that is possible in the conversion.RGB24, RGB32, YUY2, YV12PluginGabor Kertai
AnaglypherA plugin for combining stereopairs into single anaglyph image.RGB32, RGB24PluginShura Luberetsky
Pantarheon 3D AviSynth Toolboxhe Toolbox contains a number of basic functions which allow you to multiplex the left and right views found in two separate videos into one video, using several of the common methods currently in use.YUY2, YV12ScriptG. Adam Stanislav

1.5. 라이브러리

필터 설명 색상 형식 플러그인/스크립트 제작자
AVSLibGeneral purpose toolkit/extension library enhancing AviSynths ability to perform complex linear and non-linear video editing tasks. Includes support for Array containers & operators, debugging tools, math & string functions, filters and many more. AVSLibgzarkadas

1.5.1. 오디오 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
waveformDisplays audio waveforms superimposed on the video, similar to AudioGraph below but with multi-channel support and consistent support for all colourspaces.YV12, YUY2, RGB24, RGB32PluginDavid Horman
AudioGraphDisplays the audio waveform superimposed on the video. Intended to help with editing rather than for final output. Useful for finding specific dialog or sound, and for checking A/V sync.YUY2, RGB24, RGB32PluginRichard Ling sh0dan
BeFaBand Eliminate Filter for AudioN/APlugin
MinMaxAudioComputes the root mean square, maximal or minimal value over all samples in all channels,or just over all samples in channel, and outputs the value (in decibels) as a string. It's a conditional audio filter, so the computation is done framewise.N/APluginkiraru
Sox Audio Effect FilterUse SOX effects within AviSynth. Most effects are supported, and multiple effects can be stacked after each other.N/APluginWilbert Dijkhof
ViewAudioincludes two filters: ViewAudio and AudioCache. Plugin x64sh0dan
FindAudioSyncScriptFindAudioSyncScript helps you to find the appropriate audio delays, if you have desync'ed audio. Scriptminamina
AddAudioAn AddAudio function that adds silent audio to a clip. Needed for CCE 2.50 users. ScriptIanB

1.5.2. 미분류 필터

필터 설명 색상 형식 플러그인/스크립트 제작자
AdjustGeneric Y-Channel mapping. Can define a function for the Y Channel. YUY2, RGB32, RGB24PluginWarpEnterprises
AverageWeighted average of any number of clips (fast). Average(clip clip1, int weight1, ...)RGB32, RGB24, YUY2, YV12Pluginmg262
BorderControlAdd smeared borders instead of a solid if wanted. YUY2, YV12PluginSimon Walters
BeforeAfter Script
BeforeAfterDiff Plugin
BeforeAfterLine Plugin
BlockAverageA simple filter that just averages the Y values of each 2x2 pixel block in a YV12 image ? U and V values are left alone as they already common to each 2x2 block in a progressive YV12 image. Just made to see if it satifies the requirements in this thread.YV12PluginSimon Walters
CallCall an external program from the script. PluginNic, DDogg
ChikitownA simple script to do overlay to a video RGBA in AviSynth. ScriptChikitown
ColoritColor a black and white image or recolor a color image. RGB32, RGB24, YUY2, YV12PluginV. C. Mohan
CutFramesCut a range of frames from a single a/v clip. Opposite of Trim with extras. Scriptmikeytown2
DCTPlugin with the following functions: IDCT, IDCT2, FDCT, FDCT2YUY2Plugin
DctFilterAn experimental filter that, for each 8x8 block, will do a Discrete Cosine Transform (DCT), scale down the selected frequency values, and then reverse the process with an Inverse Discrete Cosine Transform (IDCT).YUY2,YV12PluginTom Barry
DDigitDDigit Plugin Text Rendering Pack for Plugin writers. SourceStainlessS
DeBlotColor Blot Reduction.YUY2,YV12Pluginminamina
ExInpaintExemplar-Based Image Inpainting - removing large objects from images.. PluginFizick
FillMarginsFills the four margins of a video clip with the outer pixels of the unfilled portion. It takes integer 4 parms specifying the size of the left, top, right, and bottom margins.YV12PluginTom Barry
fftw3 Plugin
FritzPhotoUse Avisynth to process still images. FritzPhoto
GetSystemEnvGradient Mask Maker: Creates a mask (either a gradient or black/white) given a prescribed shape (such as circle, ellipse, line, square or rectangle). PluginJames D. Lin (stickboy)
GraMaMaYV12PluginE-Male, Wilbert Dijkhof
LBKiller Plugin
LTSMCNeural networks through back propagation learn and filter some types of noise. Classification and linear type networks are included.YV12ScriptDidee
MCNR_simple2This filter first converts clip to b/w, then colors it to pseudorandom colors according to brightness. YV12ScriptDidee
NeuralNetSkewed images are corrected or vice versa, useful if video is recorded with slightly incorrectly located camera. Sometimes refered to as perspective correction.RGB32, RGB24, YUY2, YV12PluginV. C. Mohan
PseudoColorRGBmanipulate mirrors the function utoy vtoy mergeLuma/chroma for the RGB colorspace.RGB32, RGB24, YV12PluginShubin
ReformRGB32, RGB24, YUY2, YV12PluginV. C. Mohan
RGBManipulateLessens the temporal instability and aliasing caused by sharpening, by comparing the original and sharpened clip, leaving a smoother and slightly softer output. RGB32Plugintsp
SlopeBendWhat does it do. It amplifies noise, small detail, and artifacts. Doesn't sound very attractive, but there can still be some detail left in oversmoothed encodes. YV12ScriptDidee
SootheAn effective Function against (residual) combing. Useful after deinterlaceing.YV12ScriptDidee
UnSmoothAssuming image grey values to be elevations, it is segmented into basins and watershed lines. Useful in certain medical image analysis and recoloring work.YV12Scriptmf
VinverseTMM builds a motion-mask for TDeint, which TDeint uses via its 'emask' parameter. YUY2, YV12Script PluginDidee (script) tritical (plugin)
WaterSheddemo at Youtube. Use computer vision to track objects in the video, and produce ConditionalReader input.RGB32, RGB24, YUY2, YV12PluginV. C. Mohan
TMMThis plugin convert the input RGBA clip from premultiplied alpha to straight matted alpha. YUY2, YV12Plugintritical
TrackingParameterisedBlend allows you to blend any number of frames within a clip, or blend any number of different clips together. You can use it as an extended, gamma-aware replacement for Merge().RGB24PluginShlomo Matichin
Unpremultiply RGB32PluginJosh Sutinen
ParameterisedBlend YV12PluginPitifulInsect

[1] http://forum.doom9.org/showthread.php?t=83396&page=4[2] http://forum.doom9.org/showthread.php?t=138305[3] http://forum.doom9.org/showthread.php?t=140031[4] http://web.missouri.edu/~kes25c/[5] http://forum.doom9.org/showthread.php?p=1205653#post1205653[6] http://forum.doom9.org/showthread.php?t=124676#post988224[7] http://forum.doom9.org/showthread.php?t=129953#post1055263[8] http://forum.doom9.org/showthread.php?t=84725[9] http://forum.doom9.org/showthread.php?t=156028[10] http://web.archive.org/web/20080924163957/http://home.arcor.de/scharfis_brain/mvbob/[11] http://web.archive.org/web/20080924163957/http://home.arcor.de/scharfis_brain/mvbob/[12] http://www.guthspot.se/video/AVSPorts/SmoothDeinterlacer/[13] http://forum.doom9.org/showthread.php?t=138305[14] http://forum.doom9.org/showthread.php?p=1673928[15] http://forum.doom9.org/showthread.php?t=134919[16] http://avisynth.org.ru/depan/depan.htmlfunction of a Time Base Corrector.(note: will cause SEt's Avisynth 2.6 MT to stop working[17] http://forum.doom9.org/showthread.php?p=1222830#post1222830[18] http://forum.doom9.org/showthread.php?t=134930[19] http://forum.doom9.org/showthread.php?t=114054[20] http://forum.doom9.org/showthread.php?t=136690[21] http://forum.doom9.org/showthread.php?t=132330[22] http://en.wikipedia.org/wiki/VSFilter[23] http://forum.doom9.org/showthread.php?t=94996[24] http://forum.doom9.org/showthread.php?t=131033