//! Audio and video analysis tools.
//!
//! This module provides tools for extracting analytical data from media files.
//! Each tool lives in its own submodule; all `unsafe` `FFmpeg` filter-graph and
//! packet-level calls are confined to `analysis_inner`.
pub
pub use BlackFrameDetector;
pub use ;
pub use KeyframeEnumerator;
pub use SceneDetector;
pub use ;
pub use ;