A simple Windows app for encoding multiple videos in sequence using FFmpeg.
- .NET 9.0
- FFmpeg: You need to add the FFmpeg binaries to your system's "Path" (see this guide for example on how to do that: Environment Variables).
- Drag and drop a video file into the window, or input the file path manually. Make sure the file exists.
- Set configurations like "preset" and "tune." The "veryslow" preset is very slow but provides excellent video quality.
- Add the job to the list.
- Click the "Start All" button to begin encoding.
Unfinished jobs will be automatically saved when the program is closed and will be reloaded when restarted.
WPF and MahApps.Metro is used for the GUI.
If you find any bugs or would like to contribute to the project, feel free to open an issue or submit a pull request. Your contributions are welcome!