VideoAppearanceEffectTrait
trait VideoAppearanceEffectTrait
Trait VideoAppearanceEffectTrait
Methods
Removes small motion shifts from the video. with a maximum extent of movement in the horizontal and vertical direction of 32 pixels
Fade in at the beginning of the video.
Fade out at the end of the video.
Adds visual noise to the video, visible as a random flicker of "dots" or "snow".
Details
static Deshake
deshake(int $shakeStrength = null)
Removes small motion shifts from the video. with a maximum extent of movement in the horizontal and vertical direction of 32 pixels
static DurationEffectAction
fadeIn(int $duration = null)
Fade in at the beginning of the video.
For details and examples, see 'Fade in and out' in the Video Transformations guide.
static DurationEffectAction
fadeOut(int $duration = null)
Fade out at the end of the video.
For details and examples, see 'Fade in and out' in the Video Transformations guide.
static EffectAction
noise(int $percentage = null)
Adds visual noise to the video, visible as a random flicker of "dots" or "snow".