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