# 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 ```bash cargo build --release ./target/release/video_analyzer ```