Metadata-Version: 2.2
Name: guacenc-py
Version: 0.1.1
Summary: Prue python version of guacenc
Author-email: Eric <xplzv@126.com>
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pillow>=11.1.0
Requires-Dist: pycairo>=1.27.0
Requires-Dist: tqdm>=4.67.1


# Guacenc

Guacenc is a Python wrapper for the Guacamole video encoder. It provides a simple interface to encode videos using Guacamole's advanced features.

## Installation

```bash
pip install guacenc-py
```

## Usage

```bash
guacenc-cli --input input.replay --output output.mp4 --size 1920x1080
```

This will encode the input replay file to an MP4 video with the specified resolution.
