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
- Host: GitHub
- URL: https://github.com/microlinkhq/ffprobe
- Owner: microlinkhq
- License: mit
- Created: 2021-12-13T14:19:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T14:42:39.000Z (about 2 years ago)
- Last Synced: 2025-08-08T19:38:08.395Z (10 months ago)
- Topics: ffmpeg, ffprobe
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://coveralls.io/github/microlinkhq/ffprobe)
[](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)