A tool to record video from a headless Chrome/Chromium tab.
Uses the Page.startScreencast Chrome DevTools protocol method.
cargo install vidium
vidium encode --url https://google.com --output google.mp4 --width 800 --height 600 --headless=false
- No sound support (Chrome screencast limitation)
- Only
.mp4
output is supported (h264, yuv420p)
- [] Library / binary separation
- [] Allow to control the page with a JS script