Skip to content

Commit

Permalink
use 6.0 binaries; 5.2.0
Browse files Browse the repository at this point in the history
related: #110
  • Loading branch information
derhuerst committed Jul 7, 2023
1 parent ea5b611 commit bfa9ffa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Static **[ffmpeg](https://ffmpeg.org)/ffprobe binaries for macOS, Linux, Windows.**

Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1)
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0)

[![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static)
![minimum Node.js version](https://img.shields.io/node/v/ffmpeg-static.svg)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ffmpeg-static",
"version": "5.1.0",
"version": "5.2.0",
"description": "ffmpeg & ffprobe binaries for macOS, Linux and Windows",
"workspaces": [
"packages/ffmpeg-static",
Expand All @@ -16,14 +16,14 @@
"ffmpeg-static": {
"binary-path-env-var": "FFMPEG_BIN",
"binary-release-tag-env-var": "FFMPEG_BINARY_RELEASE",
"binary-release-tag": "b5.0.1",
"binary-release-tag": "b6.0",
"binaries-url-env-var": "FFMPEG_BINARIES_URL",
"executable-base-name": "ffmpeg"
},
"ffprobe-static": {
"binary-path-env-var": "FFPROBE_BIN",
"binary-release-tag-env-var": "FFPROBE_BINARY_RELEASE",
"binary-release-tag": "b5.0.1",
"binary-release-tag": "b6.0",
"binaries-url-env-var": "FFPROBE_BINARIES_URL",
"executable-base-name": "ffprobe"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ffmpeg-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Static **[ffmpeg](https://ffmpeg.org) binaries for macOS, Linux, Windows.**

Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1)
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0)

[![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static)
![minimum Node.js version](https://img.shields.io/node/v/ffmpeg-static.svg)
Expand All @@ -17,7 +17,7 @@ Also check out [`node-ffmpeg-installer`](https://github.com/kribblo/node-ffmpeg-
$ npm install ffmpeg-static
```

*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b5.0.1` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1). Use and distribution of the binary releases of `ffmpeg` are covered by their respective license.
*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b6.0` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.0). Use and distribution of the binary releases of `ffmpeg` are covered by their respective license.

### Custom binaries url

Expand Down
4 changes: 2 additions & 2 deletions packages/ffprobe-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Static **ffprobe (from the [ffmpeg](https://ffmpeg.org) project) binaries for macOS, Linux, Windows.**

Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffprobe-static/releases/tag/b5.0.1)
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `6.0`.](https://github.com/eugeneware/ffprobe-static/releases/tag/b6.0)

[![npm version](https://img.shields.io/npm/v/ffprobe-static.svg)](https://www.npmjs.com/package/ffprobe-static)
![minimum Node.js version](https://img.shields.io/node/v/ffprobe-static.svg)
Expand All @@ -15,7 +15,7 @@ Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows
$ npm install ffprobe-static
```

*Note:* During installation, it will download the appropriate `ffprobe` binary from the [`b5.0.1` GitHub release](https://github.com/eugeneware/ffprobe-static/releases/tag/b5.0.1). Use and distribution of the binary releases of `ffprobe` are covered by their respective license.
*Note:* During installation, it will download the appropriate `ffprobe` binary from the [`b6.0` GitHub release](https://github.com/eugeneware/ffprobe-static/releases/tag/b6.0). Use and distribution of the binary releases of `ffprobe` are covered by their respective license.

### Custom binaries url

Expand Down

0 comments on commit bfa9ffa

Please sign in to comment.