15 lines
309 B
Markdown
15 lines
309 B
Markdown
# 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 <video_file>
|
|
```
|