Skip to content

Instantly share code, notes, and snippets.

@groner
Created September 21, 2010 19:57
Show Gist options
  • Save groner/590412 to your computer and use it in GitHub Desktop.
Save groner/590412 to your computer and use it in GitHub Desktop.
gst pipeline used to record video at beSwarm 1
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