rrvideo is a tool for transforming the session recorded by rrweb into a video.
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILE
Running this command will output a rrvideo-output.mp4
file in the current working directory.
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILE --output OUTPUT_PATH
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_FILE
You can find an example of the rrvideo config file here.