Skip to content

Instantly share code, notes, and snippets.

@hermanzdosilovic
Last active October 16, 2019 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hermanzdosilovic/d154f2e62741b0e33faed020f48e3eb3 to your computer and use it in GitHub Desktop.
Save hermanzdosilovic/d154f2e62741b0e33faed020f48e3eb3 to your computer and use it in GitHub Desktop.
Do something useful with VLC.
# Stream camera and microphone feed.
vlc v4l2:///dev/video0 --input-slave alsa://hw:0,0
# Save 5s of camera and microphone feed to file.
timeout 5s cvlc v4l2:///dev/video0 --input-slave alsa://hw:0,0 --sout=file/avi:video.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment