This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
EasyConvert
A native macOS app that converts pretty much all media files
EasyConvert is a native Mac app that converts images, video, and audio without needing Terminal or extra installs. It covers more than 60 formats total, including RAW camera files, HEIC, MKV, AV1, and FLAC, using Apple's own Metal and hardware encoding where possible and a bundled ffmpeg for everything else. You can also compress a file to an exact size or export multiple resolutions from one source in a single pass. Free and open source, GPL licensed.
Hey everyone, I'm the person who built this. Wanted to jump in and give some background since this is actually the first app I've ever shipped.
The whole thing started because I kept running into the same annoying situation on my Mac. I'd have some random video or image file in a format I needed to change, and I'd either have to dig up a sketchy web converter that uploads your file somewhere, or open Terminal and remember the right ffmpeg flags for the tenth time. I wanted something that just lived on my Mac, looked and felt like a real Mac app, and handled whatever I threw at it.
I didn't want to build another Electron wrapper around a website, so I went with Swift and SwiftUI from the start. That part was actually the easier half. The harder part was realizing pretty quickly that Apple's own frameworks, as good as they are, don't cover everything. Core Image and AVFoundation handle a ton, RAW photos, HEIC, hardware accelerated video encoding, but the moment you need something like MKV or WebM or a bunch of older codecs, there's nothing built in for that.
So the app ends up using Apple's frameworks first wherever it can, since that gets you GPU acceleration and hardware encoding for free, and falls back to a bundled copy of ffmpeg for everything else. Getting that to work without asking people to install Homebrew or anything separately took a while, mostly fighting with dynamic library paths so the whole thing runs standalone.
A couple of features I'm genuinely happy with came out of just using my own app and getting annoyed. The target size compression exists because I got tired of guessing quality settings when I needed a file under a specific size. The multi resolution export exists because I kept needing the same image at two or three different sizes and doing it one at a time felt dumb.
It's free and fully open source under GPL, so if you're curious how any of this works or want to fix something yourself, the code is right there. I'd genuinely love to hear what formats or features people want next, this is very much a living project and I'm still actively working on it.
No comment highlights available yet. Please check back later!
About EasyConvert on Product Hunt
“A native macOS app that converts pretty much all media files”
EasyConvert was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #159 on the daily leaderboard. EasyConvert is a native Mac app that converts images, video, and audio without needing Terminal or extra installs. It covers more than 60 formats total, including RAW camera files, HEIC, MKV, AV1, and FLAC, using Apple's own Metal and hardware encoding where possible and a bundled ffmpeg for everything else. You can also compress a file to an exact size or export multiple resolutions from one source in a single pass. Free and open source, GPL licensed.
EasyConvert was featured in Productivity (658.2k followers), Storage (7.2k followers), Developer Tools (517.5k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 259.6k products, making this a competitive space to launch in.
Who hunted EasyConvert?
EasyConvert was hunted by Nihid Binoj. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how EasyConvert stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.