# batch-audio-converter

> Batch converting media files.

Latest version **1.1.0** (published 2019-06-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install batch-audio-converter
pnpm add batch-audio-converter
yarn add batch-audio-converter
bun add batch-audio-converter
```

Provides the command `batch-audio-converter`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2019-06-14 |
| First published | 2018-12-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 12.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | zuojiang.wang@gmail.com |
| Maintainers | zuojiang |
| Keywords | ffmpeg, batch-covert, mp3, mp4, wav |

## Links

- npm: https://www.npmjs.com/package/batch-audio-converter
- Repository: https://github.com/zuojiang/batch-audio-converter
- Homepage: https://github.com/zuojiang/batch-audio-converter#readme
- Issues: https://github.com/zuojiang/batch-audio-converter/issues
- npm.io page: https://npm.io/package/batch-audio-converter

## Dependencies (6)

- [yargs](https://npm.io/package/yargs.md) ^12.0.5
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [moment](https://npm.io/package/moment.md) ^2.23.0
- [p-queue](https://npm.io/package/p-queue.md) ^3.0.0
- [cli-color](https://npm.io/package/cli-color.md) ^1.4.0
- [log-update](https://npm.io/package/log-update.md) ^2.3.0

## Recent versions

- 1.1.0 (latest) — 2019-06-14
- 1.0.0 — 2018-12-19

## README

batch-audio-converter
---

Batch converting media files, This tool depends on [ffmpeg](http://www.ffmpeg.org).

### Installation


```sh
npm i -g batch-audio-converter
```

### CLI

```
batch-audio-converter [options] [file|dir|.]

Options:
  --help                 Show help                                     [boolean]
  --output, -o           Output folder                                  [string]
  --concurrency, -p      Concurrency limit                 [number] [default: 3]
  --input-extname, -e    The extname of the original file       [default: "m4a"]
  --output-extname, -E   The extname of the new file            [default: "mp3"]
  --ffmpeg-command, -C   The path of ffmpeg tool    [string] [default: "ffmpeg"]
  --ffmpeg-options, -O   The options of ffmpeg tool                     [string]
  --delete-original, -D  Delete original files        [boolean] [default: false]
  --no-color, -g         Do not print colored text    [boolean] [default: false]
  --absolute-path, -a    Print absolute path          [boolean] [default: false]
  --skip-errors, -s      Skip bad files               [boolean] [default: false]
```

### License

MIT

---
_Source: https://npm.io/package/batch-audio-converter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
