Metadata-Version: 2.1
Name: h265_compress
Version: 0.1
Summary: A Python library to compress YUV files to H.265 MP4.
Author: Minghao Liu
Author-email: minghao13187@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ffmpeg-python

# h265_compress

A Python library to compress YUV files to H.265 MP4 format using ffmpeg-python.

## Installation

To install the library, run:

```bash
pip install h265_compress
