Skip to content

Commit

Permalink
Update README pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrainz committed Nov 28, 2011
1 parent 4b9b9bb commit d1747d0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README
Expand Up @@ -16,11 +16,10 @@ somewhat.

Here's a sample pipeline:

$ gst-launch -v --gst-plugin-path=/path/to/where/the/plugin/is \
v4l2src ! \
video/x-raw-rgb,width=320,height=240 ! \
motiondetector \
draw_motion=true \
rate_limit=1000 ! \
queue ! \
ximagesink
$ gst-launch -v --gst-plugin-path=$PLUGIN_PATH \
autovideosrc ! \
video/x-raw-rgb ! \
motiondetector draw_motion=true rate_limit=500 ! \
ffmpegcolorspace ! \
queue ! \
autovideosink

0 comments on commit d1747d0

Please sign in to comment.