Skip to content

julianfbeck/cliconcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Concat Audio and Video files/folders directly in the Cli

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published