Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianfbeck/cliconcat
Concat Audio and Video files/folders directly in the Cli
https://github.com/julianfbeck/cliconcat
cli concat media npm
Last synced: 13 days ago
JSON representation
Concat Audio and Video files/folders directly in the Cli
- Host: GitHub
- URL: https://github.com/julianfbeck/cliconcat
- Owner: julianfbeck
- Created: 2019-02-23T17:51:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T14:01:02.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T09:28:50.230Z (2 months ago)
- Topics: cli, concat, media, npm
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CliConcat [![npm version](https://badge.fury.io/js/cliconcat.svg)](https://badge.fury.io/js/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
```shell
npm install -g cliconcat
```
## Usage
```shell
Easily join media files in the CLIUsage
$ cliconcat
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:
```shell
$ cliconcat 1.mp3 2.mp3 3.mp3 -o /path/to/output.mp3
```
### Concat a folder of media Files:
```shell
$ 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](https://github.com/jufabeck2202)