Functions Index :: E
Name | Description | Package | Module |
---|---|---|---|
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... | |||
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... | |||
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.)... | |||
Replaces a specified number of frames of a base clip with a specified number of frames ... | |||
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... | |||
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... | |||
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)... | |||
Returns the base-10 exponent of x (ie 10x)... | |||
Returns the base-base exponent of x (ie (base)x). The base argument can take any value allowed by Pow function... |