Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 349 Bytes

File metadata and controls

20 lines (16 loc) · 349 Bytes

FFMPEG Simple GUI

Remember, need the ffmpeg installation in OS Path.

Without .EXE

Install Dependency

python -m pip install -r requirements.txt

Execute

python main.py

With .EXE (Use Pyinstaller)

Create with Pyinstaller

pyinstaller --onefile main.py --name ffmpeggui ==hidden-import -ffmpeg