Bumps the gha group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) Updates `actions/setup-node` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4) Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
FFmpeg prebuilt for NW.js
FFmpeg prebuilt binaries with proprietary codecs and build instructions for Window, Linux and macOS.
Downloads
Downloads can be found here
Build
Usage:
node build[-h] [-c] [--version NW_VERSION] [--arch TARGET_ARCH] or npx nwjs-ffmpeg-prebuilt [-h] [-c] [-d] [--get-download-url] [--version NW_VERSION] [--arch TARGET_ARCH]
Arguments explanied:
- -h, --help : Show the help message and exit
- -c, --clean : Clean the workspace, removes downloaded source code
- -v NW_VERSION, --version NW_VERSION : Build ffmpeg for the specified Nw.js version (latest from http://nwjs.io/versions.json if not specified)
- -a TARGET_ARCH, --arch TARGET_ARCH : Target architecture, x86, x64, arm
- -d, --download : Download Prebuild binaries.
- -p, --platform : Download platform, darwin, win, linux
- --get-download-url : Get Download Url for Prebuild binaries
- -o, --out : Output Directory
Specific guides:
You can get the FFmpeg source code from here.
License and Patent Fee
Using MP3 and H.264 codecs requires you to pay attention to the patent royalties and the license of the source code. Consult a lawyer if you do not understand the licensing constraints and using patented media formats in your application. For more information about the license of the source code, check here.
Languages
JavaScript
100%