2.0.0-alpha.13 • Published 2 years ago
ifop-rrvideo v2.0.0-alpha.13
rrvideo
rrvideo is a tool for transforming the session recorded by rrweb into a video.

Install rrvideo
- Install Node.JS。
- Run
npm i -g rrvideoto install the rrvideo CLI.
Use rrvideo
Transform a rrweb session(in JSON format) into a video.
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILERunning this command will output a rrvideo-output.webm file in the current working directory.
Config the output path
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILE --output OUTPUT_PATHConfig the replay
You can prepare a rrvideo config file and pass it to CLI.
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_JSON_FILE --config PATH_TO_YOUR_RRVIDEO_CONFIG_FILEYou can find an example of the rrvideo config file here.
2.0.0-alpha.13
2 years ago