ShowAlpha
(clip, string pixel_type)
Mostra l'alpha channel di un clip RGB32 , disponibile dalla v2.53.
In v2.54 ShowAlpha
restituisce RGB, YUY2, o YV12 tramite
l'argumento pixel_type . Gli ultimi 2 possono essere usati per sovrapporre
un clip RGB con alpha transparency ad un clip YUV usando la forma a 3-argomenti
di Overlay
, poiché impostando pixel_type a YUY2
o YV12 il luma range è [0,255].
AviSource("clip.avi") ShowAlpha()
$Date: 2004/10/03 21:26:00 $