napi_ffmpeg

FFMpeg bindings with N-API

Usage no npm install needed!

<script type="module">
  import napiFfmpeg from 'https://cdn.skypack.dev/napi_ffmpeg';
</script>

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