Functions Index :: R
Name | Description | Package | Module |
---|---|---|---|
Returns the result of conversion of its radians argument to degrees... | |||
A generic resize filter. Uses any of the standard Avisynth resize filters, either set previously by a call to ... | |||
Continuously animates a clip's size between a start and end frame, while in parallel overlays it ... | |||
Resizes clip c such that it fits inside the rectangle specified by width target_w and height target_h... | |||
Resizes base clip to the same dimensions that target clip has, ... | |||
An extension to the Round standard Avisynth function for arbitrary
(integer) base base. It returns the base-base rounded integer
of x (ie the integral multiple of base that has absolute difference
from x less or equal to base | |||
Returns the closest even integer to its argument. Rounding is made such that the previous odd integer (even - 1) rounds to even, ie all values inside the interval [even - 1..even + 1) round to even... | |||
Returns the closest odd integer to its argument. Rounding is made such that the previous even integer (odd - 1) rounds to odd, ie all values inside the interval [odd - 1..odd + 1) round to odd... |