Metadata-Version: 2.3
Name: polycutter
Version: 0.4.0
Summary: 
Author: user
Author-email: user@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: minlog (>=0.6.0,<0.7.0)
Requires-Dist: sh (>=2.2.2,<3.0.0)
Requires-Dist: typer (>=0.15.2,<0.16.0)
Description-Content-Type: text/markdown


# polycutter

lossless media cut tool

## usage

this tool can be used to losslessly cut segments out of videos and stitch them together.

simple example usage (a lot more fancy features are supported, pass `-h`)

```sh
poetry run polycutter -v debug cut -i /path/to/input.mp4 -o /path/to/output.mp4 --segments "00:08-00:45,04:43-05:18"
```

