1148030615 / nwjs-ffmpeg-prebuilt

FFmpeg prebuilt binaries for NW.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFmpeg prebuilt for NW.js

FFMpeg prebuilt binaries with proprietary codecs and build instructions for window, linux and macos.

Downloads (v0.38.1)

Build

Usage:

build_ffmpeg.py [-h] [-c] [-nw NW_VERSION] [-ta TARGET_ARCH]

Arguments explanied:
  • -h, --help : Show the help message and exit
  • -c, --clean : Clean the workspace, removes downloaded source code
  • -nw NW_VERSION, --nw_version NW_VERSION : Build ffmpeg for the specified Nw.js version (latest from http://nwjs.io/versions.json if not specified) or branch
  • -ta TARGET_ARCH, --target_arch TARGET_ARCH : Target architecture, ia32, x64

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.

About

FFmpeg prebuilt binaries for NW.js

License:GNU General Public License v2.0


Languages

Language:Python 100.0%