Skip to content

DBozhinovski/prismatic-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prismatic

A node js wrapper for ffmpeg

Features

  • Stream based - exposes a readable stream from ffmpeg
  • Exposes a transform stream which is able to convert raw ffmpeg output to JSON

Getting started

Prismatic can be used:

  1. As a command line utility (for testing purposes only): Clone the repository, install packages via NPM and use the prismatic executable located in /bin
  2. As a library: Clone the repository, install packages via NPM and build the package via npm build. Install the produced .tgz via npm install {path} anywhere needed. Installing via npm coming soon.

Usage examples

Requirements

  • A recent version of ffmpeg
  • Node.js, NPM
  • CoffeeScript (if you need to edit the source)
  • Lodash and Commander (installable through NPM)

About

A node.js stream-based wrapper for FFMPEG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published