Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Last active March 7, 2026 23:42
Show Gist options
  • Select an option

  • Save ibLeDy/be0ac41fa36f2ec1894e9e9a046f9539 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

ibLeDy commented Dec 23, 2019

@ibLeDy
Copy link
Copy Markdown
Author

ibLeDy commented Jun 11, 2020

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