Skip to content

riscygeek/ffdesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffdesktop

A simple script to stream your X11 desktop to a virtual webcam.

Dependencies

  • v4l2loopback kernel module
  • ffmpeg (with x11grab)

Installation

Copy ffdesktop.sh to your favorite bin directory (like /usr/local/bin)
sudo install -Dm755 ffdesktop.sh /usr/local/bin/ffdesktop

Usage

ffdesktop [resolution]
By default ffdesktop uses the current display mode.

TODO

  • multi-monitor support
  • wayland support