WORK IN PROGRESS
This is the main implementation for the paratii
transcoding service and gateway.
This requires ffmpeg
to work. head over to the download section and install the proper release for your system.
$ 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 :)
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 :)