Functions Index :: E

[<< packages]
NameDescription PackageModule

EditDelete

Deletes a specified number of frames from a clip, starting at a specified frame position. The resulting clip will always have <= length from the base clip...

filters

edit

EditInsert

Inserts a specified number of frames of an insert clip to a base clip, starting at a specified frame position. The resulting clip will always have >= length from base clip...

filters

edit

EditJoin

Joins up to 50 clips sequentially.

In particular, the ability to specify arbitrary user-functions for the joining allows batch application of transitions and other effects (titles, etc.)...

filters

edit

EditReplace

Replaces a specified number of frames of a base clip with a specified number of frames ...

filters

edit

EditTrim

Returns a portion of a clip. It is intended as a replacement of the Trim standard Avisynth function, providing a more flexible and easier to use behavior...

filters

edit

EditTrimRange

Trims a number of ranges of frames from clip c and returns them as a single clip. Joining of ranges is performed by the EditJoin filter, supporting all of its features...

filters

multiedit

Ellipsis

Returns the y-value of x so that the point (x,y) lies on an ellipsis defined by long axis half-length a, short axis half-length b and its center (xc,yc)...

numeric

curves2d

Exp10

Returns the base-10 exponent of x (ie 10x)...

numeric

functions

ExpBs

Returns the base-base exponent of x (ie (base)x). The base argument can take any value allowed by Pow function...

numeric

functions

 

[<< top]