Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created January 10, 2011 00:23
Show Gist options
  • Select an option

  • Save luisuribe/772175 to your computer and use it in GitHub Desktop.

Select an option

Save luisuribe/772175 to your computer and use it in GitHub Desktop.
How to record from webcam using command line
$ gst-launch v4l2src ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=osug-1.og
Thanks to http://noraisin.net/~jan/diary/?p=40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment