Skip to content

Instantly share code, notes, and snippets.

@acoomans
Last active February 13, 2021 13:56
Show Gist options
  • Save acoomans/5249396 to your computer and use it in GitHub Desktop.
Save acoomans/5249396 to your computer and use it in GitHub Desktop.
Record screen with VLC from command line (needs VLC nightly build)
/Applications/VLC-unstable.app/Contents/MacOS/VLC -I rc screen:// --noaudio --sout "#transcode{vcodec=h264,venc=x264, vb=800,acodec=none,scale=1.0}:std{access=file,mux=mp4,dst=my_first_transcoded_movie.mp4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment