Gathering detailed insights and metrics for ffmpeg-ffprobe-static
Gathering detailed insights and metrics for ffmpeg-ffprobe-static
Gathering detailed insights and metrics for ffmpeg-ffprobe-static
Gathering detailed insights and metrics for ffmpeg-ffprobe-static
npm install ffmpeg-ffprobe-static
Release refs/tags/b6.1.2-rc.1
Published on 29 Oct 2024
Release refs/tags/b7.1.0-rc.1
Published on 24 Oct 2024
Release refs/tags/b5.1.0-rc.1
Published on 22 Aug 2024
Release refs/tags/b5.1-rc.1
Published on 22 Aug 2024
Release refs/tags/b6.1.1-rc.5
Published on 24 Jul 2024
Release refs/tags/b6.1.1-rc.4
Published on 24 Jul 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
18 Stars
131 Commits
6 Forks
2 Watching
10 Branches
74 Contributors
Updated on 13 Nov 2024
JavaScript (64.56%)
Shell (35.44%)
Cumulative downloads
Total Downloads
Last day
-53.8%
432
Compared to previous day
Last week
-21.6%
4,031
Compared to previous week
Last month
84%
26,158
Compared to previous month
Last year
42.4%
138,965
Compared to previous year
2
ffmpeg static binaries for Mac OSX, Linux, Windows and FreeBSD.
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit) and FreeBSD (64-bit). The ffmpeg version currently used is 4.4
.
Note: The version of ffmpeg-static
follows SemVer. When releasing new versions, we do not consider breaking changes in ffmpeg
itself, but only the JS interface (see below). To stop ffmpeg-static
from breaking your code by getting updated, lock the version down or use a lockfile.
This module is installed via npm:
1$ npm install ffmpeg-static
Note: During installation, it will download the appropriate ffmpeg
binary from the b4.4
GitHub release. Use and distribution of the binary releases of FFmpeg are covered by their respective license.
Because ffmpeg-static
will download a binary specific to the OS/platform, you need to purge node_modules
before (re-)packaging your app for a different OS/platform (read more in #35).
Returns the path of a statically linked ffmpeg binary on the local filesystem.
1var pathToFfmpeg = require('ffmpeg-static'); 2console.log(pathToFfmpeg);
/Users/j/playground/node_modules/ffmpeg-static/ffmpeg
Check the example script for a more thorough example.
The build script downloads binaries from these locations:
The build script extracts build information and (when possible) the license file from the downloaded package or the distribution server. Please consult the individual build's project site for exact source versions, which you can locate based on the version information included in the README file.
This npm package includes statically linked binaries that are produced by the following individuals. Please consider supporting and donating to them who have been providing quality binary builds for many years:
The unzip
, tar
CLI executables need to be installed. On macOS, use brew install gnu-tar xz
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/18 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More