Metadata-Version: 2.4
Name: psp-video-converter
Version: 1.0
Summary: A CLI tool to convert videos by using FFmpeg presets to PSP correct format
Author: max-koder
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: ffmpeg-python
Dynamic: license-file

# psp-video-converter

Package, that created to convert your video, to format, which would launch on PSP.

You will have 3 different presets for conversion:
1. 480x272, 128kbps
2. 480x272, 192kbps
3. 480x272, 256kbps

Package work was tested on PSP-3000, all presets.

## Installation
```commandline
pip install psp-video-converter
```

## TODO:
1. **Make better Readme**
2. **Work on better error handling.**
3. **Make exit from app on any point.**
4. **Make progress bar.**
