- Stream based - exposes a readable stream from ffmpeg
- Exposes a transform stream which is able to convert raw ffmpeg output to JSON
Prismatic can be used:
- As a command line utility (for testing purposes only): Clone the repository, install packages via NPM and use the prismatic executable located in /bin
- As a library: Clone the repository, install packages via NPM and build the package via
npm build
. Install the produced .tgz vianpm install {path}
anywhere needed. Installing via npm coming soon.
Usage examples
- A recent version of ffmpeg
- Node.js, NPM
- CoffeeScript (if you need to edit the source)
- Lodash and Commander (installable through NPM)