6e0b530e3dfd43f9461fab185de1a4e6324f8841
All checks were successful
PyInstaller Build / build (push) Successful in 2m16s
Audio/Video Converter (wxPython + FFmpeg)
Simple GUI converter that wraps ffmpeg for audio/video format conversion.
Requirements
- Python 3.9+
ffmpegavailable on PATH
Install
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Run
python main.py
Notes
- The app does not bundle
ffmpeg. Install it separately and ensureffmpegis on PATH. - Conversion runs in a background thread; the UI stays responsive.
Description