Metadata-Version: 2.1
Name: ffmpeg-gui
Version: 0.0.1
Summary: FFMPEG GUI for some common and simple AV operations
Home-page: https://github.com/ThorpeJosh/ffmpeg-gui
Author: Joshua Thorpe
Author-email: josh@thorpe.engineering
License: MIT
Keywords: ffmpeg,gui,audio,video,convert,stitch
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pylint (>=2.0.0) ; extra == 'dev'
Requires-Dist: wheel (>=0.37.0) ; extra == 'dev'
Requires-Dist: twine (>=3.4.0) ; extra == 'dev'

# FFMPEG-GUI
Simple TKinter GUI tool written in Python to facilitate some basic audio and video manipulations using ffmpeg

## Installation
The tool can be run on Linux, MacOS and Windows provided the following requirements are met
### Requirements
* [Python 3.7](https://www.python.org/downloads/) or above
* python3-tk (Comes with Python 3, but may need installing seperately in linux using ```apt-get install python3-tk```)

To check what version of python is installed, open a console and run:
```python
python --version
```
If the python version is suitable then run the following to install the image-sorting-tool
```python
pip install ffmpeg-gui
```

## Usage
To launch the program after installation, run:
```bash
ffmpeg-gui
```

