An open API service indexing awesome lists of open source software.

https://github.com/microlinkhq/ffprobe

An always up-to-date static `ffprobe` binary for Node.js
https://github.com/microlinkhq/ffprobe

ffmpeg ffprobe

Last synced: 4 months ago
JSON representation

An always up-to-date static `ffprobe` binary for Node.js

Awesome Lists containing this project

README

          


microlink logo
microlink logo




![Last version](https://img.shields.io/github/tag/microlinkhq/ffprobe.svg?style=flat-square)
[![Coverage Status](https://img.shields.io/coveralls/microlinkhq/ffprobe.svg?style=flat-square)](https://coveralls.io/github/microlinkhq/ffprobe)
[![NPM Status](https://img.shields.io/npm/dm/@microlink/ffprobe.svg?style=flat-square)](https://www.npmjs.org/@microlink/ffprobe)

> An always up-to-date static `ffprobe` binary for Node.js.

## Install

```bash
$ npm install @microlink/ffprobe --save
```

## Usage

```js
const { path: ffprobePath } = require('@microlink/ffprobe')
const $ = require('tinyspawn')

const { stdout } = await $(ffprobePath, ['--version'])
console.log(stdout)
```

## License

**ffprobe** © [microlink.io](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/ffprobe/blob/master/LICENSE.md) License.

Authored and maintained by [microlink.io](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/ffprobe/contributors).

> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)