Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayernatoor/filetransformerpro2000
GUI ffmpeg tool
https://github.com/bayernatoor/filetransformerpro2000
Last synced: 10 days ago
JSON representation
GUI ffmpeg tool
- Host: GitHub
- URL: https://github.com/bayernatoor/filetransformerpro2000
- Owner: Bayernatoor
- License: gpl-3.0
- Created: 2021-04-24T18:39:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T10:25:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T19:19:12.149Z (14 days ago)
- Language: Python
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filetransformerpro2000
GUI ffmpeg toolA 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**
1. Clone repo
2. Create a virtual environement with virtualenv `$ virtualenv `
3. Install requirements with `$ pip3 install -r requirements.txt`
4. From within the filetransformer directory run `$ python main.py`pyinstaller can also be used to make a binary for Linux, MacOS or windows.
![2021-04-24_14-32](https://user-images.githubusercontent.com/55212954/115970726-e62e1300-a509-11eb-937d-ac17c0b0d7ed.png)