Created
January 10, 2011 00:23
-
-
Save luisuribe/772175 to your computer and use it in GitHub Desktop.
How to record from webcam using command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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