Quick Reference

Abbreviations:

Named arguments are written as "arg" and are always optional, non-named optional arguments are placed into [] brackets. The types of the non-clip-arguments can be int (integer), float, string or bool.

[yuy2] etc. denotes the color formats the filter can deal with. See colorspace conversion filters for more details.

[16 bit, float] etc, denotes the sample types which are supported by the audio filter. "float" is the most accurate one.

[v2.53] denotes the version of AviSynth (above 2.01) since the filter is available, or the last changes in the filter.


Alphabetic view

A B C D E F G H I [J] K L M N O P [Q] R S T [U] V W [X] [Y] [Z]

A

AddBorders [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AddBorders (clip, int left, int top, int right, int bottom, int "color")

AudioTrim

  • AudioTrim (clip, float start_time, float end_time) [v2.60]

  • AudioTrim (clip, float start_time, float -duration) [v2.60]

  • AudioTrim (clip, float start_time, float "end") [v2.60]

  • AudioTrim (clip, float start_time, float "length") [v2.60]

Amplify / AmplifydB [16 bit, float]

  • Amplify (clip, float amount1 [, ...])

  • AmplifydB (clip, float amount1 [, ...])

Animate / ApplyRange [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Animate (clip, int start_frame, int end_frame, string filtername, start_args, end_args)

  • ApplyRange (clip, int start_frame, int end_frame, string filtername, args)* [v2.51]*

AssumeFPS [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AssumeFPS (clip, int numerator , int denominator, bool "sync_audio")

  • AssumeFPS (clip, float fps, bool "sync_audio")

  • AssumeFPS (clip1, clip2, bool "sync_audio") [v2.55]

  • AssumeFPS (clip, string preset) [v2.57]

AssumeFrameBased / AssumeFieldBased [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AssumeFrameBased (clip)

  • AssumeFieldBased (clip)

AssumeBFF / AssumeTFF [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AssumeBFF (clip)

  • AssumeTFF (clip)

AssumeSampleRate [all]

  • AssumeSampleRate (clip, int samplerate)

AssumeScaledFPS [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AssumeScaledFPS (clip, int "multiplier", int "divisor", bool "sync_audio") [v2.56]

AudioDub / AudioDubEx [all]

  • AudioDub (video_clip, audio_clip)

  • AudioDubEx (video_clip, audio_clip) [v2.56]

AVISource / OpenDMLSource / AVIFileSource / WAVSource

  • AVISource (string filename [, ...], bool "audio", string "pixel_type" [, string fourCC])

  • OpenDMLSource (string filename [, ...], bool "audio", string "pixel_type" [, string fourCC])

  • AVIFileSource (string filename [, ...], bool "audio", string "pixel_type" [, string fourCC])

  • WAVSource (string filename [, ...])

B

BlankClip / Blackness [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • BlankClip (clip clip, int "length", int "width", int "height", string "pixel_type", float "fps", int "fps_denominator", int "audio_rate", bool "stereo", bool "sixteen_bit", int "color", int "color_yuv")

  • BlankClip (clip clip, int "length", int "width", int "height", string "pixel_type", float "fps", int "fps_denominator", int "audio_rate", int "channels", string "sample_type", int "color", int "color_yuv") [v2.58]

  • Blackness ()

Blur / Sharpen [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Blur (clip, float amount)

  • Blur (clip, float amountH, float amountV)

  • Sharpen (clip, float amount)

  • Sharpen (clip, float amountH, float amountV)

Bob [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Bob (clip, float "b", float "c", float "height")

C

ChangeFPS [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • ChangeFPS (clip, int numerator , int denominator, bool "linear") [v2.50]

  • ChangeFPS (clip, float fps, bool "linear") [v2.50]

  • ChangeFPS (clip1, clip2, bool "linear") [v2.56]

  • ChangeFPS (clip, string preset) [v2.57]

ColorBars / ColorBarsHD [rgb32] [yuy2] [yv12] [yv24]

  • ColorBars (int "width", int "height", string "pixel_type")

  • ColorBarsHD (int "width", int "height", string "pixel_type") [v2.60]

ColorYUV [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • ColorYUV (clip, float "gain_y", float "off_y", float "gamma_y", float "cont_y", float "gain_u", float "off_u", float "gamma_u", float "cont_u", float "gain_v", float "off_v", float "gamma_v", float "cont_v", string "levels", string "opt", bool "showyuv", bool "analyze", bool "autowhite", bool "autogain") [v2.50]

ComplementParity [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • ComplementParity (clip)

Compare [yv12] [yuy2] [rgb32] [rgb24]

  • Compare (clip_filtered, clip_original, string "channels", string "logfile", bool "show_graph")

ConditionalFilter / ConditionalSelect / FrameEvaluate / ScriptClip / ConditionalReader [yv12] [yuy2]

  • ConditionalFilter (clip testclip, clip source1, clip source2, string expression1, string operator, string expression2, bool "show") [v2.52]

  • ConditionalSelect (clip testclip, string expression, clip source0, clip source1, clip source2, ..., bool "show") [v2.60]

  • FrameEvaluate (clip clip, script function, bool "after_frame") [v2.52]

  • ScriptClip (clip clip, string function, bool "show", bool "after_frame") [v2.52]

  • ConditionalReader (clip clip, string filename, string variablename, bool "show") [v2.54]

ConvertAudioTo8bit / ConvertAudioTo16bit / ConvertAudioTo24bit / ConvertAudioTo32bit / ConvertAudioToFloat [all]

  • ConvertAudioTo8bit (clip) [v2.50]

  • ConvertAudioTo16bit (clip)

  • ConvertAudioTo24bit (clip) [v2.53]

  • ConvertAudioTo32bit (clip) [v2.50]

  • ConvertAudioToFloat (clip) [v2.50]

ConvertBackToYUY2 / ConvertToRGB / ConvertToRGB24 / ConvertToRGB32 / ConvertToY8 / ConvertToYUY2 / ConvertToYV12 / ConvertToYV16 / ConvertToYV24 / ConvertToYV411 [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • ConvertToRGB (clip, string "matrix", bool "interlaced", string "ChromaInPlacement", string "chromaresample")

  • ConvertToRGB24 (clip, string "matrix", bool "interlaced", string "ChromaInPlacement", string "chromaresample")

  • ConvertToRGB32 (clip, string "matrix", bool "interlaced", string "ChromaInPlacement", string "chromaresample")

  • ConvertToYUY2 (clip, bool "interlaced", string "matrix", string "ChromaInPlacement", string "chromaresample")

  • ConvertToBackYUY2 (clip, string "matrix")

  • ConvertToY8 (clip, string "matrix") [v 2.60]

  • ConvertToYV12 (clip, bool "interlaced", string "matrix", string "ChromaInPlacement", string "chromaresample", string "ChromaOutPlacement") [v 2.50]

  • ConvertToYV16 (clip, bool "interlaced", string "matrix", string "ChromaInPlacement", string "chromaresample") [v 2.60]

  • ConvertToYV24 (clip, bool "interlaced", string "matrix", string "ChromaInPlacement", string "chromaresample") [v 2.60]

  • ConvertToYV411 (clip, bool "interlaced", string "matrix", string "ChromaInPlacement", string "chromaresample") [v 2.60]

ConvertFPS [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • ConvertFPS (clip, float new_fps, int "zone", int "vbi")

  • ConvertFPS (clip, int numerator, int denominator, int "zone", int "vbi")

  • ConvertFPS (clip1, clip2, int "zone", int "vbi") [v2.56]

  • ConvertFPS (clip, string preset) [v2.57]

ConvertToMono [16 bit, float]

  • ConvertToMono (clip)

Crop / CropBottom [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Crop (clip, int left, int top, int width, int height, bool "align")

  • Crop (clip, int left, int top, int -right, int -bottom, bool "align")

  • CropBottom (clip, int count, bool "align")

D

DelayAudio [all]

  • DelayAudio (clip, float seconds)

DeleteFrame [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • DeleteFrame (clip, int frame [, ...])

DirectShowSource

  • DirectShowSource (string filename, float "fps", bool "seek", bool "audio", bool "video", bool "convertfps", bool "seekzero", int "timeout", string "pixel_type", int "framecount", string "logfile", int "logmask")

Dissolve [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Dissolve (clip1, clip2 [, ...], int overlap, float "fps")

DoubleWeave [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • DoubleWeave (clip)

DuplicateFrame [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • DuplicateFrame (clip, int frame [, ...])

E

Echo [all]

  • Echo (clip1, clip2 [, ...])

EnsureVBRMP3Sync [all]

  • EnsureVBRMP3Sync (clip)

F

FadeIn0 / FadeIO0 / FadeOut0 / FadeIn / FadeIO / FadeOut / FadeIn2 / FadeIO2/ FadeOut2 [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • FadeIn0 (clip, int frames, int "color", float "fps") [v2.56]

  • FadeIn (clip, int frames, int "color", float "fps")

  • FadeIn2 (clip, int frames, int "color", float "fps")

  • FadeIO0 (clip, int frames, int "color", float "fps") [v2.56]

  • FadeIO (clip, int frames, int "color", float "fps")

  • FadeIO2 (clip, int frames, int "color", float "fps")

  • FadeOut0 (clip, int frames, int "color", float "fps") [v2.56]

  • FadeOut (clip, int frames, int "color", float "fps")

  • FadeOut2 (clip, int frames, int "color", float "fps")

FixBrokenChromaUpsampling [yuy2]

  • FixBrokenChromaUpsampling (clip)

FixLuminance [yuy2]

  • FixLuminance (clip, int intercept, int slope)

FlipHorizontal / FlipVertical [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • FlipHorizontal (clip) [v2.50]

  • FlipVertical (clip)

FreezeFrame [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • FreezeFrame (clip, int first_frame, int last_frame, int source_frame)

G

GeneralConvolution [rgb32]

  • GeneralConvolution (clip, int "bias", string "matrix", float "divisor", bool "auto") [v2.55]

GetChannel [all]

  • GetChannel (clip, int ch1 [, int ch2, ...]) [v2.50]

  • GetChannels (clip, int ch1 [, int ch2, ...]) [v2.50]

Greyscale [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Greyscale (clip, string "matrix")

H

Histogram [yv12] [yuy2]

  • Histogram (clip, string ''mode'') [v2.54]

I

ImageReader / ImageSource/ ImageSourceAnim / ImageWriter [yv12] [y8] [yuy2] [rgb32] [rgb24]

  • ImageReader (string "path", int "start", int "end", float "fps", bool "use_DevIL", bool "info", string "pixel_type") [v2.52]

  • ImageSource (string "path", int "start", int "end", float "fps", bool "use_DevIL", bool "info", string "pixel_type") [v2.55]

  • ImageSourceAnim (string "file", float "fps", bool "info", string "pixel_type") [v2.60]

  • ImageWriter (clip, string "path", int "start", int "end", string "type", bool "info") [v2.52]

Import

  • Import (string [, ...])

Info [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Info (clip) [v2.50]

Interleave [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Interleave (clip1, clip2 [, ...])

Invert [yv12, v2.55] [yuy2, v2.55] [rgb32] [rgb24, v2.55]

  • Invert (clip, string "channels") [v2.53]

K

KillAudio [all]

  • KillAudio (clip)

KillVideo [all]

  • KillVideo (clip) [v2.57]

L

Layer / Mask / ResetMask / ColorKeyMask [RGB32]

  • Layer (clip, layer_clip, string "op", int "level", int "x", int "y", int "threshold", bool "use_chroma") [yuy2] [rgb32]

  • Mask (clip, mask_clip) [rgb32]

  • ResetMask (clip) [rgb32]

  • ColorKeyMask (clip, int "color", int "tolB" [, int "tolG", int "tolR"]) [rgb32]

Letterbox [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Letterbox (clip, int top, int bottom [, int left, int right])

Levels [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Levels (clip, int input_low, float gamma, int input_high, int output_low, int output_high, bool "coring", bool "dither")

Limiter [yv24] [yv16] [yv12] [yv411] [y8] [yuy2]

  • Limiter (clip, int "min_luma", int "max_luma", int "min_chroma", int "max_chroma" [, string show])* [v2.50]*

Loop [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Loop (clip, int "times", int "start", int "end")

M

MaskHS [yv24] [yv16] [yv12] [yv411] [yuy2] [2.60]

  • MaskHS (clip, float "startHue", float "endHue", float "maxSat", float "minSat", bool "coring")

MergeARGB / MergeRGB [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24] [v2.56]

  • MergeARGB (clipA, clipR, clipG, clipB)

  • MergeRGB (clipR, clipG, clipB [, string "pixel_type"])

MergeChannels [all]

  • MergeChannels (clip1, clip2 [, ...])* [v2.50]*

Merge / MergeChroma / MergeLuma [yv24] [yv16] [yv12] [yv411] [y8] [yuy2]

  • Merge (clip1, clip2, float "weight") [yv12, yuy2, rgb32, rgb24] [v2.56]

  • MergeChroma (clip1, clip2, float "weight")

  • MergeLuma (clip1, clip2, float "weight")

MessageClip [rgb32]

  • MessageClip (string message, int "width", int "height", bool "shrink", int "text_color", int "halo_color", int "bg_color")

MixAudio [16 bit, float]

  • MixAudio (clip1, clip 2, float clip1_factor, float "clip2_factor")

N

Normalize [16 bit, float]

  • Normalize (clip, float "volume", bool "show")

O

Overlay [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Overlay (clip, clip overlay, int "x", int "y", clip "mask", float "opacity", string "mode", bool "greymask", string "output", bool "ignore_conditional", bool "pc_range") [v2.54]

P

PeculiarBlend [yuy2]

  • PeculiarBlend (clip, int cutoff)

Preroll [all]

  • Preroll (clip, int "video", float "audio")

Pulldown [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Pulldown (clip, int a , int b)

R

RGBAdjust [rgb32] [rgb24]

  • RGBAdjust (clip, float "r", float "g", float "b", float "a", float "rb", float "gb", float "bb", float "ab", float "rg", float "gg", float "bg", float "ag", bool "analyze", bool "dither")

ReduceBy2 / HorizontalReduceBy2 / VerticalReduceBy2 [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • HorizontalReduceBy2 (clip)

  • VerticalReduceBy2 (clip)

  • ReduceBy2 (clip)

ResampleAudio [16 bit, float]

  • ResampleAudio (clip, int new_rate_numberator [, int new_rate_denominator])

BilinearResize / BicubicResize / BlackmanResize / GaussResize / LanczosResize / Lanczos4Resize / PointResize / SincResize / Spline16Resize / Spline36Resize / Spline64Resize [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • BilinearResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height")

  • BicubicResize (clip, int target_width, int target_height, float "b=1./3.", float "c=1./3.", float "src_left", float "src_top", float "src_width", float "src_height")

  • BlackmanResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height", int "taps=4") [v2.58]

  • GaussResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height", float "p=30.0") [v2.56]

  • LanczosResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height", int "taps=3")

  • Lanczos4Resize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height") [v2.55]

  • PointResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height")

  • SincResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height", int "taps=4") [v2.6]

  • Spline16Resize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height") [v2.56]

  • Spline36Resize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height") [v2.56]

  • Spline64Resize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height") [v2.58]

  • all resizers: xxxResize (clip, int target_width, int target_height, float "src_left", float "src_top", float -"src_right", float -"src_bottom") [v2.56]

Reverse [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Reverse (clip)

S

SegmentedAVISource / SegmentedDirectShowSource

  • SegmentedAVISource (string base_filename [, ...], bool "audio")

  • SegmentedDirectShowSource (string base_filename [, ...] [, fps])

SelectEven / SelectOdd [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • SelectEven (clip)

  • SelectOdd (clip)

SelectEvery [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • SelectEvery (clip, int step_size, int offset1 [, int offset2 [, ...]])

SelectRangeEvery [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • SelectRangeEvery (clip, int every, int length, int "offset", bool "audio'') [v2.50]

SeparateFields [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • SeparateFields (clip)

  • SeparateColumns (clip, int interval) [v2.60]

  • SeparateRows (clip, int interval) [v2.60]

ShowAlpha [rgb32]

  • ShowAlpha (clip, string "pixel_type") [v2.54]

ShowRed, ShowGreen, ShowBlue [rgb24] [rgb32] [v2.56]

  • ShowRed (clip, string "pixel_type")

  • ShowGreen (clip, string "pixel_type")

  • ShowBlue (clip, string "pixel_type")

ShowFiveVersions [yv12] [yuy2] [rgb32] [rgb24]

  • ShowFiveVersions (clip1, clip2, clip3, clip4, clip5)

ShowFrameNumber / ShowSMPTE / ShowTime [yv12] [yuy2] [rgb32] [rgb24]

  • ShowFrameNumber (clip, bool "scroll", int "offset", float "x", float "y", string "font", int "size", int "text_color", int "halo_color", float "font_width", float "font_angle")

  • ShowSMPTE (clip, float "fps", string "offset", int "offset_f", float "x", float "y", string "font", int "size", int "text_color", int "halo_color", float "font_width", float "font_angle")

  • ShowTime (clip, int "offset_f", float "x", float "y", string "font", int "size", int "text_color", int "halo_color", float "font_width", float "font_angle")* [v2.58]*

SkewRows [y8] [yuy2] [rgb32] [rgb24]

  • SkewRows (clip, int skew) [v2.60]

SoundOut [all] [v2.60]

  • SoundOut (string output, string filename, bool "showprogress", string overwritefile, bool "autoclose", bool "silentblock", bool "addvideo", special parameters)

    • (the special parameters are output dependent and they are explained in the documentation itself)

SpatialSoften / TemporalSoften [yv12] [yuy2] [rgb32, v2.56]

  • SpatialSoften (clip, int radius, int luma_threshold, int chroma_threshold)

  • TemporalSoften (clip, int radius, int luma_threshold, int chroma_threshold, int "scenechange", int "mode")* [v2.50]*

AlignedSplice / UnalignedSplice [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • AlignedSplice (clip1, clip2 [, ...])

  • UnAlignedSplice (clip1, clip2 [, ...])

SSRC [float]

  • SSRC (clip, int samplerate, bool "fast") [v2.54]

StackHorizontal / StackVertical [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • StackHorizontal (clip1, clip2 [, ...])

  • StackVertical (clip1, clip2 [, ...])

Subtitle [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Subtitle (clip, string text, float "x", float "y", int "first_frame", int "last_frame", string "font", int "size", int "text_color", int "halo_color", int "lsp", float "font_width", float "font_angle", bool "interlaced")

  • Subtitle (clip, string "text")

Subtract [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Subtract (clip1, clip2)

SuperEQ [float]

  • SuperEQ (clip, string filename) [v2.54]

  • SuperEQ (clip, float band1 [, float band1, ..., float band18]) [v2.60]

SwapUV / UToY / VToY / YToUV [yv24] [yv16] [yv12] [yv411] [y8] [yuy2]

  • SwapUV (clip) [v2.50]

  • UToY (clip) [v2.50]

  • UToY8 (clip) [v2.60]

  • VToY (clip) [v2.50]

  • VToY8 (clip) [v2.60]

  • YToUV (clip clipU, clip clipV [, clip clipY]) [v2.50, v2.51]

SwapFields [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • SwapFields (clip)

T

TCPDeliver

  • TCPServer (clip, int "port") [v2.55]

  • TCPSource (string hostname, int "port", string "compression") [v2.55]

TimeStretch [float]

  • TimeStretch (clip, float "tempo", float "rate", float "pitch", int "sequence", int "seekwindow", int "overlap", bool "quickseek", int "aa") [v2.57]

Tone [float]

  • Tone (float "length", float "frequency", int "samplerate", int "channels", string "type", float "level") [v2.54]

Trim [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Trim (clip, int first_frame, int last_frame [, bool "pad"]) [v2.56]

  • Trim (clip, int first_frame, int -num_frames [, bool "pad"]) [v2.56]

  • Trim (clip, int start_time, int "end" [, bool "pad"]) [v2.60]

  • Trim (clip, int start_time, int "length" [, bool "pad"]) [v2.60]

TurnLeft / TurnRight / Turn180 [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • TurnLeft (clip) [v2.51]

  • TurnRight (clip) [v2.51]

  • Turn180 (clip) [v2.55]

Tweak [yv24] [yv16] [yv12] [yv411] [y8] [yuy2]

  • Tweak (clip, float "hue", float "sat", float "bright", float "cont", bool "coring", bool "sse", float "startHue", float "endHue", float "maxSat", float "minSat", float "interp", bool "dither")

V

Version [rgb24]

  • Version ()

W

Weave [yv24] [yv16] [yv12] [yv411] [y8] [yuy2] [rgb32] [rgb24]

  • Weave (clip)

  • WeaveColumns (clip, int period) [v2.60]

  • WeaveRows (clip, int period) [v2.60]

WriteFile / WriteFileIf / WriteFileStart / WriteFileEnd [yv12] [yuy2] [rgb32] [rgb24]

  • WriteFile (clip, string filename, string expression1 [, string expression2 [, ...]], bool "append", bool "flush")

  • WriteFileIf (clip, string filename, string expression1 [, string expression2 [, ...]], bool "append", bool "flush")

  • WriteFileStart (clip, string filename, string expression1 [, string expression2 [, ...]], bool "append")

  • WriteFileEnd (clip, string filename, string expression1 [, string expression2 [, ...]], bool "append")

[ A B C D E F G H I [J] K L M N O P [Q] R S T [U] V W [X] [Y] [Z] ]

$Date: 2013/01/06 13:38:34 $