Metadata-Version: 2.4
Name: guacenc-py
Version: 0.1.4
Summary: Prue python version of guacenc
Author-email: Eric <xplzv@126.com>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow>=11.1.0
Requires-Dist: pycairo>=1.27.0
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file


# 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.
