Video Analyzer
A Rust-based tool to analyze video file metadata using FFmpeg.
Features
- Extract video format, resolution, duration
- Analyze audio streams (sample rate, channels)
- Static/Dynamic linking support
Usage
cargo build --release
./target/release/video_analyzer <video_file>
Description
Languages
Rust
100%