Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteufel/nwjs-ffmpeg-prebuilt
FFmpeg prebuilt binaries for NW.js / Chromium
https://github.com/iteufel/nwjs-ffmpeg-prebuilt
chromium ffmpeg ffmpeg-prebuilt h264 nwjs prebuild-binaries proprietary-codecs video
Last synced: 5 days ago
JSON representation
FFmpeg prebuilt binaries for NW.js / Chromium
- Host: GitHub
- URL: https://github.com/iteufel/nwjs-ffmpeg-prebuilt
- Owner: nwjs-ffmpeg-prebuilt
- License: gpl-2.0
- Created: 2016-03-26T23:19:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T03:00:00.000Z (10 days ago)
- Last Synced: 2024-11-05T04:33:50.225Z (9 days ago)
- Topics: chromium, ffmpeg, ffmpeg-prebuilt, h264, nwjs, prebuild-binaries, proprietary-codecs, video
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 676
- Watchers: 40
- Forks: 94
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nwjs - NW.js FFMPEG Prebuilt binaries
README
# 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](https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases)### 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:
- [Windows guide](guides/build_windows.md)
- [Linux guide](guides/build_linux.md)
- [Mac guide](guides/build_mac.md)You can get the FFmpeg source code from [here](https://chromium.googlesource.com/chromium/third_party/ffmpeg).
>### 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](https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+/master/CREDITS.chromium).