HELP: use of tee element

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HELP: use of tee element

shailesh mali-3
Hello Friends,
I want to know how to use Tee element in the code.
Basically I want to display video captured from camera as well as store it on hard drive.
Please help me with this. Also suggest me if there is any better way of doing this.



--
Shailesh

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: HELP: use of tee element

ldac

    Here you have an example of how doing what you want using a TEE element.

gst-launch-0.10 videotestsrc is-live=true num-buffers=250 !
'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1'
! tee name=vtee vtee. ! queue ! xvimagesink vtee. ! queue ! mpeg2enc !
filesink location=test.m1v

    Hopefully it helps you.
    LD.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel