This is an automated archive made by the Lemmit Bot.

The original was posted on /r/datahoarder by /u/Puzzleheaded-Soup362 on 2024-04-09 12:28:53.


Ok, so it really tailored for gave devs with no technical knowledge but it’s easy to change bitrates and such if you know ffmpeg. Open source, you can run/build from node or run the prepacked exe that requires nothing.

Just give it the input and output and this tool does the rest. Supports WAV, MP3, OGG, FLAC, AIFF, and M4A including Vorbis and Opus. Tags were a pain so it dumps all but the common ones and loop data. Finds the closest sample rate to input(Opus…) and converts loop data timing too!

Detailed error logs can find corruption in files that convert and play just fine. You would never know otherwise.

Multi-threaded and very low overhead make this the fastest way I know to convert audio. I have tested with 25k file batches on an old machine. The UI still doesn’t lag and it will run for hours without being a problem except for disk space.

If you like, drop a star/like please.

itch.io

Source and Release on GitHub