Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 861 Bytes

File metadata and controls

31 lines (19 loc) · 861 Bytes

Paratii-Transcoder

WORK IN PROGRESS

This is the main implementation for the paratii transcoding service and gateway.

Dependencies

This requires ffmpeg to work. head over to the download section and install the proper release for your system.

Installation

$ git clone https://github.com/Paratii-Video/transcoder.git
$ cd transcoder
$ npm Install

# for development
$ npm run dev

# in production
$ npm start

# Note: You can also use yarn. I'm not gonna judge :)

Documentation

TODO , But take a look at src/node.js and follow along the jsdocs and you should be able to get around the code.

In the meantime, if you have any question, head to our gitter dev channel and feel free to use the issues section aswell :)