Skip to content

Instantly share code, notes, and snippets.

@binarymason
Created September 5, 2019 19:52
Show Gist options
  • Save binarymason/a2c8f74befb3c0e487177064c03b7f0b to your computer and use it in GitHub Desktop.
Save binarymason/a2c8f74befb3c0e487177064c03b7f0b to your computer and use it in GitHub Desktop.
record audio/video on linux
ffmpeg -f alsa -i plughw:CARD=C525,DEV=0 -f video4linux2 -s 320x240 -i /dev/video0 -t 30 out.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment