GUI ffmpeg tool
A basic GUI interface that uses python, tkinter and ffmpeg. raise volume, compress in 264/265, equalize audio, reduce background noise, sync files (2 options basic and precise)
How to run
- Clone repo
- Create a virtual environement with virtualenv
$ virtualenv <directory_name>
- Install requirements with
$ pip3 install -r requirements.txt
- From within the filetransformer directory run
$ python main.py
pyinstaller can also be used to make a binary for Linux, MacOS or windows.