https://github.com/131/ar
Animation Recorder
https://github.com/131/ar
animation-recorder capture nwjs
Last synced: about 1 year ago
JSON representation
Animation Recorder
- Host: GitHub
- URL: https://github.com/131/ar
- Owner: 131
- License: mit
- Created: 2015-03-14T23:45:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:40:38.000Z (almost 7 years ago)
- Last Synced: 2024-09-28T09:18:44.004Z (over 1 year ago)
- Topics: animation-recorder, capture, nwjs
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animation recorder
Convert API compliant HTML5 or SWF animations to video using VLC screengrab features.
Use VLC remote-control interface (TCP control interface) to sync events (see [screen-capture-recorder](https://github.com/131/screen-recorder))
[](https://travis-ci.org/131/ar)
[](https://www.npmjs.com/package/animationrecorder)
[](http://opensource.org/licenses/MIT)

[](https://www.npmjs.com/package/eslint-plugin-ivs)
# API/Usage
```
nw26 path/to/ar/ --recorder=vlc|ffmpeg --mode=swf|html5 --source_path=[SOURCE_PATH] --output_path=[OUTPUT_PATH]
```
## Extra options
* --timeout=[TIMEOUT] : set animation timeout (default 180s)
# Grab API
## AR_BEGIN
At animation begin, fire "AR_BEGIN"
## AR_END
At animation end, fire "AR_END"
# Credits
* [131](https://github.com/131)
# License
* MIT