1.1.0 • Published 7 years ago
cliconcat v1.1.0
CliConcat 
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 cliconcatUsage
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.mp3Concat 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