Skip to content

s-panferov/vidium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chrome video recorder, written in Rust, CLI interface

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages