Metadata-Version: 2.1
Name: splitvid
Version: 0.1.1
Summary: Split videos with ffmpeg for a certain period
Home-page: https://github.com/4thel00z/splitvid
License: GPL-3
Author: 4thel00z
Author-email: 4thel00z@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: plumbum (>=1.7.0,<2.0.0)
Description-Content-Type: text/markdown

# splitvid

![splitvid.png](https://raw.githubusercontent.com/4thel00z/logos/master/splitvid.png)

## Motivation

I need a tool which can split my vids easily, so I can upload them to my story or whatever.

## Installation

```
pip install splitvid
```

## Usage

```
>>> from splitvid import splitvid_into as split_into
>>> split_into("parents.mkv", "parts", 10)
```

## License

This project is licensed under the GPL-3 license.

