@microlink/ffprobe

1.1.9 • Public • Published
microlink logo microlink logo

Last version Coverage Status NPM Status

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

Install

$ npm install @microlink/ffprobe --save

Usage

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

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

License

ffprobe © microlink.io, released under the MIT License.
Authored and maintained by microlink.io with help from contributors.

microlink.io · GitHub microlink.io · Twitter @microlinkhq

Package Sidebar

Install

npm i @microlink/ffprobe

Weekly Downloads

1

Version

1.1.9

License

MIT

Unpacked Size

7.09 kB

Total Files

5

Last publish

Collaborators

  • kikobeats