1 2 3 4 5 6 7
//! Command builder module for the FF CLI tool. //! //! This module converts structured intents into actual ffmpeg commands. pub mod builder; pub use builder::*;