An open API service indexing awesome lists of open source software.

https://github.com/soixantecircuits/web-recorder

A simple node app which receive data and convert them to mp4
https://github.com/soixantecircuits/web-recorder

Last synced: 2 months ago
JSON representation

A simple node app which receive data and convert them to mp4

Awesome Lists containing this project

README

        

webgl-recorder
==============

A simple node app which receive data and convert them to mp4

Install
==============

Do not forget to install ffmpeg

On OsX
`brew install ffmpeg`

On Linux
`sudo add-apt-repository ppa:jon-severinsson/ffmpeg && sudo apt-get update -qq`
`sudo apt-get install ffmpeg`

if you're running Ubuntu 14.10, use:
```
$ sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
$ sudo apt-get update
$ sudo apt-get install ffmpeg x264
```

On Windows
http://ffmpeg.zeranoe.com/builds/
Copy into the PATH variable

And then :

`npm install`

### CLI trigger

`node scripts/trigger.js`

Please change default.example.json to default.json
`cp ./config/default.example.json ./config.json`

Run
==============

`npm start`