- Joins all audio files in a directory together, and output into an mp3.
- The filetype of the audio files is m4a by default.
- The bitrate of the output file is 192k by default.
- The first argument of the script is the output file name.
- Install dependencies:
ffmpeg
andlame
(e.g.brew install ffmpeg
). - Make script executable:
chmod +x audio-join.sh
. - Move script into audio file directory.
- Run script:
./audio-join.sh output.mp3