# README
obs-html-recorder
Records html to video using OBS
Prerequisites
- OBS Studio to be installed (https://obsproject.com/)
- Install the OBS Websocket plugin (https://github.com/Palakis/obs-websocket/releases)
- Configure config.json file to point to correct files/folders
Help
obs-html-recorder -h
Flags
- -h : height of the browser
- -w : width of the browser
- -s : time in seconds to record the html
- -url : the url of the html to be recorded
Sample Usage
obs-html-recorder -h 1920 -w 1080 -s 30 -url "https://fast.com"