Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thorpejosh/ffmpeg-gui
Simple TKinter GUI tool written in Python to facilitate some basic audio and video manipulations using ffmpeg
https://github.com/thorpejosh/ffmpeg-gui
Last synced: 3 months ago
JSON representation
Simple TKinter GUI tool written in Python to facilitate some basic audio and video manipulations using ffmpeg
- Host: GitHub
- URL: https://github.com/thorpejosh/ffmpeg-gui
- Owner: ThorpeJosh
- License: mit
- Created: 2021-10-02T02:56:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T15:25:16.000Z (over 2 years ago)
- Last Synced: 2024-09-30T18:43:00.214Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```