Skip to main content

Module effects

Module effects 

Source
Expand description

Video effects — both whole-file and frame-level.

Re-exports§

pub use lens_profile::LensProfile;

Modules§

lens_profile
Predefined lens distortion correction profiles for common cameras.

Structs§

AnalyzeOptions
Options for the first stabilization pass (motion analysis).
StabilizeOptions
Options for the second stabilization pass (transform application).
Stabilizer
Two-pass video stabilization using FFmpeg’s vidstabdetect / vidstabtransform filters.

Enums§

Interpolation
Interpolation algorithm used by Stabilizer::transform.
NoiseType
Noise type used as the initial spectral model for afftdn.