FFMPEG |
Last Updated February 2014
|
Lossless MP3 concat
Remove all funky characters before trying this, specifically apostrophes / single quotes.
ffmpeg -f concat -i <(printf "file '/path/to/%s'\n" *.mp3) -c copy all.mp3
References:
- http://superuser.com/questions/202809/join-multiple-mp3-files-lossless/584123