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
- Host: GitHub
- URL: https://github.com/soixantecircuits/web-recorder
- Owner: soixantecircuits
- License: mit
- Created: 2014-12-17T15:01:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T23:04:08.000Z (over 9 years ago)
- Last Synced: 2025-01-29T13:44:32.055Z (4 months ago)
- Language: CSS
- Size: 2.02 MB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 variableAnd 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`