Functions Index :: R

[<< packages]
NameDescription PackageModule

RadToDeg

Returns the result of conversion of its radians argument to degrees...

numeric

core

Resize

A generic resize filter. Uses any of the standard Avisynth resize filters, either set previously by a call to ...

filters

resize

ResizeOverlay

Continuously animates a clip's size between a start and end frame, while in parallel overlays it ...

filters

animate

ResizeToFit

Resizes clip c such that it fits inside the rectangle specified by width target_w and height target_h...

filters

resize

ResizeToTarget

Resizes base clip to the same dimensions that target clip has, ...

filters

resize

RoundBs

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

numeric

rounding

RoundEven

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...

numeric

rounding

RoundOdd

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...

numeric

rounding

 

[<< top]