Original
Fading in and out (+ visual noise)
By overlaying a video on top of itself, we can create the visual noise effect for a limited period of time.
For that we’ll use the noise
effect for 3 seconds in the start of the video. Let’s also add e_fade
parameter, so the video will also fade in and out.
<cl-video public-id="dog" > <cl-transformation effect="noise:60" start-offset="0" end-offset="3" overlay="video:dog" flags="layer_apply"> </cl-transformation> <cl-transformation effect="fade:2000"> </cl-transformation> <cl-transformation effect="fade:-4000"> </cl-transformation> </cl-video>