Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Feb 14, 2023
2 parents b4154c3 + eb8ef8b commit 4c90cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Platform independent binary installer of [FFprobe](https://ffmpeg.org/) for node projects. Useful for tools that should "just work" in multiple environments.

Installs a binary of `ffprobe` for the current platform and provides a path and version. Supports Linux, Windows 7+, and MacOS 10.9+.
Installs a standalone static binary of `ffprobe` for the current platform and provides a path and version. Supports Linux, Windows 7+, and MacOS 10.9+.

A combination of package.json fields `optionalDependencies`, `cpu`, and `os` lets the installer only download the binary for the current platform. See also [Warnings during install](https://github.com/SavageCore/node-ffprobe-installer/blob/master/README.md#warnings-during-install).

Expand Down Expand Up @@ -72,7 +72,7 @@ Downloaded from the sources listed at [ffmpeg.org](https://ffmpeg.org/download.h

- Linux (armhf, arm64, ia32, x64) (20210724-c253b18): https://www.johnvansickle.com/ffmpeg/
- macOS (x64) (103117-g1f58503013): https://evermeet.cx/ffmpeg/
- macOS (arm64) (4.4.1): https://formulae.brew.sh/formula/ffmpeg
- macOS (arm64) (4.4.1): contributed by [wongyiuhang](https://github.com/wongyiuhang)
- Windows 32-bit (20210804-7ab0207): https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/
- Windows 64-bit (20210804-3b29864): https://www.gyan.dev/ffmpeg/builds/

Expand Down
2 changes: 1 addition & 1 deletion platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ffprobe-installer/darwin-arm64",
"version": "5.0.1",
"description": "Mac OS X FFmpeg binary used by ffprobe-installer",
"homepage": "https://formulae.brew.sh/formula/ffmpeg",
"homepage": "https://gist.github.com/wongyiuhang/d207aaf554e1985dd283a2fa1df949af",
"scripts": {
"test": "file ffprobe | grep -qF \"Mach-O\"",
"prepublish": "npm test",
Expand Down

0 comments on commit 4c90cf7

Please sign in to comment.