Skip to content

chrisji/audio-join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Audio File Concatenation

  • 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.

Set-Up and Usage

  1. Install dependencies: ffmpeg and lame (e.g. brew install ffmpeg).
  2. Make script executable: chmod +x audio-join.sh.
  3. Move script into audio file directory.
  4. Run script: ./audio-join.sh output.mp3

About

Creates an mp3 from joining audio files together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages