this post was submitted on 04 Dec 2025
139 points (99.3% liked)

Open Source

45293 readers
218 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

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:

  1. Does anyone think this project is worth finishing, or are there too many GUI file converters out there already?

  2. What do you think about the UI so far?

Cheers.

you are viewing a single comment's thread
view the rest of the comments
[–] flork@lemy.lol 6 points 3 months ago* (last edited 3 months ago)

This would be great for Emulation, for example converting .bin + .cue or .iso to .pbp, .rvz etc.