Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 619 Bytes

File metadata and controls

28 lines (19 loc) · 619 Bytes

Homebrew Tap for vCon Tools

Homebrew formulae for the vCon ecosystem.

Install

brew tap vcon-dev/vcon
brew install vcon-laptop

Available Formulae

Formula Description
vcon-laptop Record laptop activity (screenshots, audio, webcam) into vCon objects

Usage

# Record screenshots for 30 seconds
vcon-laptop --sources screenshot --duration 30

# Record everything with a 100 MB cap
vcon-laptop --duration 120 --max-mb 100

See vcon-laptop README for full documentation.