Skip to content

Instantly share code, notes, and snippets.

@ndufresne
Created May 22, 2014 21:26
Show Gist options
  • Save ndufresne/09b9ccf6009fff57ce92 to your computer and use it in GitHub Desktop.
Save ndufresne/09b9ccf6009fff57ce92 to your computer and use it in GitHub Desktop.
gst-launch-1.0 v4l2src device=/dev/video0 do-timestamp=1 ! image/jpeg ! tee name=t \
t. ! queue ! decodebin ! xvimagesink sync=false \
t. ! queue ! videorate ! image/jpeg,framerate=1/5 ! multifilesink location="test%04d.jpeg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment