Initial commit: Video analyzer with ffmpeg-next
This commit is contained in:
14
README.md
14
README.md
@@ -0,0 +1,14 @@
|
||||
# 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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user