Very lightweight python GUI that simplifies the process of using ffMPEG to replace the audio of a video, without the need for time-consuming re-encoding. Super usefull workflow tool to fix mistakes or ...
ffmpeg-gui/ │ ├─ app.py # entry point ├─ main_window.py # QMainWindow │ ├─ ffmpeg/ │ ├─ ffmpeg_runner.py # runs ffmpeg, parses progress │ ├─ ffmpeg_presets.py # preset definitions │ └─ ...