Created
September 21, 2010 19:57
-
-
Save groner/590412 to your computer and use it in GitHub Desktop.
gst pipeline used to record video at beSwarm 1
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-0.10 -v v4l2src device=/dev/video1 ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1024,height=768 ! tee tee0. ! queue ! queue leaky=1 ! ffmpegcolorspace ! xvimagesink tee0. ! queue ! queue ! videoscale ! video/x-raw-yuv,width=1024,height=768 ! ffmpegcolorspace ! schroenc ! queue ! oggmux ! filesink location=beswarm.ogg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment