Haunted Owlbear on Nostr: MP3Wrap (2003) https://mp3wrap.sourceforge.net/ This little command-line tool ...
MP3Wrap (2003)
https://mp3wrap.sourceforge.net/
This little command-line tool combines a bunch of MP3s into one big one. I used it today to assemble the individual chapters of an audiobook of poetry into one big file
On Debian-derived OSes:
sudo apt-get install mp3wrap
Command format, inside the directory where the MP3s you wish you combine are located:
mp3wrap output.mp3 *.mp3
Make sure the MP3 files are named so as to be listed in the correct listening order, as they'll always be concatenated in the order in which they're listed in the directory.
Available for Linux and Windows
https://mp3wrap.sourceforge.net/
This little command-line tool combines a bunch of MP3s into one big one. I used it today to assemble the individual chapters of an audiobook of poetry into one big file
On Debian-derived OSes:
sudo apt-get install mp3wrap
Command format, inside the directory where the MP3s you wish you combine are located:
mp3wrap output.mp3 *.mp3
Make sure the MP3 files are named so as to be listed in the correct listening order, as they'll always be concatenated in the order in which they're listed in the directory.
Available for Linux and Windows