Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.26 KB

readme.md

File metadata and controls

47 lines (36 loc) · 1.26 KB

CliConcat npm version

Concat Audio and Media files directly in the Cli

CliConcat can easily join multiple Audio or Media files into one files. You can either specify files or a folder with media files to join.

Install CliConcat globally

npm install -g cliconcat

Usage

   Easily join media files in the CLI

  Usage
    $ cliconcat <input> <output file>
 
  Options
    -f, --folder join all audio in folder alphabetically
    -o, --output name of the output file
 
  Examples
    $ cliconcat 1.mp3 2.mp3 3.mp3 -o /path/to/output.mp3
    $ cliconcat -f /audiofolder -o /path/to/output.mp3 

Usage:

Specify each file:

    $ cliconcat 1.mp3 2.mp3 3.mp3 -o /path/to/output.mp3

Concat a folder of media Files:

    $ cliconcat -f /audiobook -o /path/to/output.mp3 

Options:

-f, --folder: folder with audio files, cliconcat will concat all files alphabetically

-o, --output : Path and name of the Joined media file

License

MIT © Julian Beck