README.md
May 16, 2025 · View on GitHub
FFmpeg GUI
A wrapper for FFmpeg with a simple Graphical User Interface
Features
- Process a single File
- Batch Process an entire Folder
- Double click the textbox to open the file-picker dialog
- Select from a list of common
vcodecandacodec - Control
crfandb:a - Show a progress bar during the encoding
- Click the button to interrupt in the middle
- Lightweight
- Blazingly Fast :tm:
Requirements
- FFmpeg
- Remember to include the executable in the system PATH
for Development
How to Use
- Simply download the installer from Releases
Development
- Setup Project
git clone https://github.com/Haoming02/ffmpeg-gui
cd ffmpeg-gui
npm install
- Debug Build
npm run tauri dev
- Release Build
npm run tauri build