Join MP3's With The Windows Or Linux Command Line

Posted By Weston Ganger

I dont write about Windows often but when I do its about the command line.

I needed to do some quick and easy audio file joining. I was pleasantly surprised to find you dont need to download any additional software for once.

ffmpeg -i "concat:file1.mp3|file2.mp3" -acodec copy output.mp3

That linux command will use the first files metadata as the file

Related External Links:

Article Topic:Software Development - Linux

Date:November 01, 2015