Metadata-Version: 2.4
Name: media-quality-check
Version: 1.0.2
Summary: Advanced media quality analyzer using ffprobe
Author: Anirudh
License: MIT
Project-URL: Homepage, https://github.com/anirudhgunda/media-quality-check
Project-URL: Repository, https://github.com/anirudhgunda/media-quality-check
Project-URL: BugTracker, https://github.com/anirudhgunda/media-quality-check/issues
Project-URL: Documentation, https://github.com/anirudhgunda/media-quality-check#readme
Keywords: ffprobe,media,video,audio,quality
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# media-quality-check

Advanced media quality analyzer using ffprobe.

## Features
- VBPS-aware video quality scoring
- Proper HDR / Dolby Vision detection
- Atmos & lossless audio scoring
- Reference / Excellent / Good verdicts
- Preferred-file selection for comparisons

## Requirements
- Python 3.9+
- ffmpeg (ffprobe must be in PATH)

## Installation
```bash
pip install media-quality-check

