Video/Audio Capture with Gstreamer.
Baby Octopus
jagadishkamathk at gmail.com
Wed Jan 8 06:28:25 PST 2014
For encoding the captured AV data you would need a pipeline like this(I'm not
sure if you want to encode)
gst-launch-1.0 framegrabbersrc ! video/x-raw ! video_encoder ! muxer
name=mux ! sink \
framegrabbersrc ! audio/x-raw ! audio_encoder ! mux.
This a very generic pipeline. You will have to create an element named
framegrabbersrc written on top of driver APIs
You can provide more details to better understand your needs
~BO
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Video-Audio-Capture-with-Gstreamer-tp4664549p4664550.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list