ffrs 0.1.0

A CLI tool that translates plain English commands into ffmpeg commands
Documentation
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::*;