Expand description
§FF - Media Conversion CLI Tool
FF is a CLI tool that translates plain English commands into ffmpeg commands. It provides both a library API and a command-line interface for media conversion tasks.
§Features
- Translate plain English commands to ffmpeg commands
- Support for multiple media formats
- Interactive and direct command modes
- Dry-run functionality
- Deterministic and inspectable command generation
Re-exports§
pub use grammar::Tokenizer;pub use grammar::Parser;pub use intent::types::Intent;pub use intent::types::OperationType;pub use command_builder::CommandBuilder;pub use executor::runner::Runner;pub use utils::file_utils;
Modules§
- command_
builder - Command builder module for the FF CLI tool.
- executor
- Executor module for the FF CLI tool.
- grammar
- Grammar parsing module for the FF CLI tool.
- intent
- Intent module for the FF CLI tool.
- utils
- Utility functions for the FF CLI tool.