#browser

app vidium

Chrome video recording tool

1 unstable release

0.1.0 Mar 19, 2023

#296 in Video

Download history 3/week @ 2024-02-21 11/week @ 2024-02-28 3/week @ 2024-03-06 10/week @ 2024-03-13 5/week @ 2024-03-27 10/week @ 2024-04-03 98/week @ 2024-04-17

113 downloads per month

MIT/Apache

16KB
112 lines

Vidium

A tool to record video from a headless Chrome/Chromium tab.

Uses the Page.startScreencast Chrome DevTools protocol method.

Installation

cargo install vidium

Usage

vidium encode --url https://google.com --output google.mp4 --width 800 --height 600 --headless=false

Limitations

  • No sound support (Chrome screencast limitation)
  • Only .mp4 output is supported (h264, yuv420p)

Future work

  • [] Library / binary separation
  • [] Allow to control the page with a JS script

Dependencies

~36–53MB
~765K SLoC