//! Video effects — both whole-file and frame-level.
//!
//! - [`Stabilizer`] — two-pass video stabilization via `vidstabdetect` /
//! `vidstabtransform` (whole-file).
//! - [`FilterGraph::motion_blur`](crate::FilterGraph::motion_blur) — shutter-angle
//! motion blur via `tblend` (frame-level, extends [`crate::FilterGraph`]).
//! - [`LensProfile`] — predefined lens distortion correction profiles for common cameras.
pub
pub use NoiseType;
pub use LensProfile;
pub use ;