Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Last active June 11, 2020 15:37
Show Gist options
  • Save ibLeDy/be0ac41fa36f2ec1894e9e9a046f9539 to your computer and use it in GitHub Desktop.
Save ibLeDy/be0ac41fa36f2ec1894e9e9a046f9539 to your computer and use it in GitHub Desktop.
Screen mirroring through VLC with an additional mouse cursor
cvlc \
--no-video-deco \
--no-embedded-video \
--screen-fps=30 \
--screen-top=0 \
--screen-left=0 \
--screen-width=1920 \
--screen-height=1080 \
screen:// & extramaus
@ibLeDy
Copy link
Author

ibLeDy commented Jun 11, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment