napi_ffmpeg
v0.1.3
Published
FFMpeg bindings with N-API
Downloads
17
Readme
napi_ffmpeg
The goal of this library provides FFMpeg bindings for node using N-API.
For use case, see the napi_openal.
Supported OS
Currently only macOS but will support others soon.
Installation
brew install SDL2
brew install ffmpeg --enable-libass --with-fdk-aac --with-ffplay --with-freetype
--with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx
--with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger
--with-speex --with-theora --with-tools --with-sdl2
npm install napi_ffmpeg