Expand description
Video effects — both whole-file and frame-level.
Stabilizer— two-pass video stabilization viavidstabdetect/vidstabtransform(whole-file).FilterGraph::motion_blur— shutter-angle motion blur viatblend(frame-level, extendscrate::FilterGraph).LensProfile— predefined lens distortion correction profiles for common cameras.
Re-exports§
pub use lens_profile::LensProfile;
Modules§
- lens_
profile - Predefined lens distortion correction profiles for common cameras.
Structs§
- Analyze
Options - Options for the first stabilization pass (motion analysis).
- Stabilize
Options - Options for the second stabilization pass (transform application).
- Stabilizer
- Two-pass video stabilization using
FFmpeg’svidstabdetect/vidstabtransformfilters.
Enums§
- Interpolation
- Interpolation algorithm used by
Stabilizer::transform. - Noise
Type - Noise type used as the initial spectral model for
afftdn.