WarpSharp/UVTimingV

From Avisynth wiki
Revision as of 02:00, 16 December 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UVTimingH is a vertical chroma shifting filter similar to AviUtl's yctiming plugin.

Syntax and Parameters

UVTimingV (clip, float "u", float "v", bool "edge")


clip   =
Input clip.


float  u = 0.0
float  v = 0.0
Shifting value; positive values shift to downwards, negative values shift upwards.


bool  edge = false
Set to true to duplicate edge pixels.


Examples

Shift the U channel up and shift the V channel down and duplicate edge pixels:

AviSource("Blah.avi")
UVTimingV(u=-1, v=1, edge=true)



Back to WarpSharp

Personal tools