cross-posted from: https://programming.dev/post/41813614
I’m currently working on a file converter app that lets you easily convert your files in bulk without needing to mess around with 500 settings or confusing command-line apps. It’s mostly a replacement for all those “convert X to Y” websites.
This is just a front-end for ffmpeg and imagemagick, but the goal is to make something so simple even my parents could use without uploading sensitive files to shady websites on the internet. I’ve looked around, and I found all the local GUI converters like Handbrake are unwieldy to use, especially if you just want to convert in bulk.
The project is still very early, but I’d like some feedback:
Does anyone think this project is worth finishing, or are there too many GUI file converters out there already?
What do you think about the UI so far?
Cheers.


This looks great so far! I love the concept of an app that makes conversions easy for the most typical use cases.
It looks like you’re still early in the UI phase, so you probably have plans for this already, but I feel like the progress screen could use more feedback than only two progress bars.
Overall though, this looks like it could be solid! Good luck!