I created VideoTranscoderUtility service and GUI application to solve a simple but time-consuming problem: manually converting and organizing large collections of videos.
Problem: Configuring tasks to transcode and standardize your video library can be tedious. HandBrake is not enough to manage a larger video library.
VideoTranscoderUtility automates the workflow:
- Convert multiple videos and extract, copy or download subtitles.
- Run large tasks overnight without intervention.
- Define custom HandBrakeCLI command: Easily configure resolution, codec, or container for your workflow.
- Minimal setup: Works on Windows without requiring much knowledge.
HandBrakeCLI and FFmpeg are not provided!
I built this for my own workflow and to learn more about developing Windows applications. The code still needs a lot of refactoring and some bugs are to be expected, but it’s free and ready to use for anyone with the same needs.