Metadata-Version: 2.4
Name: vidcompressorx
Version: 0.2.0
Summary: Video compression pipeline with metric-based keyframe selection
Author: Satvik Virmani
License: MIT
Keywords: video,compression,keyframes,computer-vision
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: tqdm
Requires-Dist: lpips
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: torch
Requires-Dist: scikit-image

# videocompressorx

A Python library for video compression using metric-based keyframe selection.

## Features
- Metric-driven frame comparison
- Notebook & script compatible tqdm
- Clean, reusable pipeline
- Research-friendly design

## Installation
```bash
pip install videocompressorx
