# ffprobe-static

> Static binaries for ffprobe.

Latest version **3.1.0** (published 2022-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install ffprobe-static
pnpm add ffprobe-static
yarn add ffprobe-static
bun add ffprobe-static
```

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2022-06-17 |
| First published | 2015-07-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/ffprobe-static) |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 335.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 59 |
| Author | joshwnj |
| Maintainers | joshwnj |
| Keywords | ffprobe, ffmpeg |

## Links

- npm: https://www.npmjs.com/package/ffprobe-static
- Repository: https://github.com/joshwnj/ffprobe-static
- Homepage: https://github.com/joshwnj/ffprobe-static#readme
- Issues: https://github.com/joshwnj/ffprobe-static/issues
- npm.io page: https://npm.io/package/ffprobe-static

## Recent versions

- 3.1.0 (latest) — 2022-06-17
- 3.0.0 — 2018-09-11
- 2.0.0 — 2016-06-30
- 1.1.0 — 2015-10-20
- 1.0.0 — 2015-07-20

## README

ffprobe-static
====

Static binaries for `ffprobe`.

Based on <https://github.com/eugeneware/ffmpeg-static>.

Binaries are from <http://ffmpeg.zeranoe.com/builds/>

Usage
----

```js
var ffprobe = require('ffprobe-static');
console.log(ffprobe.path);
```

Version Notes
----

Currently supports Mac OS X (64-bit), Linux (32 and 64-bit) and Windows
(32 and 64-bit).

Currently version `4.0.2` is installed for Mac, Windows and Linux.

I pulled the versions from the ffmpeg static build pages linked from the
official ffmpeg site. Namely:

* [64 bit Mac OSX](https://evermeet.cx/ffmpeg/)
* [64 bit Linux](http://johnvansickle.com/ffmpeg/)
* [32 bit Linux](http://johnvansickle.com/ffmpeg/)
* [64 bit Windows](http://ffmpeg.zeranoe.com/builds/win64/static/)
* [32 bit Windows](http://ffmpeg.zeranoe.com/builds/win32/static/)

Acknowledgements
----

Special thanks to [eugeneware](https://github.com/eugeneware) for <https://github.com/eugeneware/ffmpeg-static>, which this is based upon.

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