Rendering Raw video with gstreamer
David Schleef
ds at entropywave.com
Wed Jul 6 16:26:57 PDT 2011
On Wed, Jul 06, 2011 at 05:58:13PM -0500, William Metcalf wrote:
>
> I am developing a c application using gstreamer and th decklink api which pulls in video frames from a capture card, stores them into a buffer, and pushes that buffer through a gstreamer pipeline. One of my development steps right now is to write the buffers into a file, and try to play that file with gstreamer. I am using the following pipeline to try and play the file:
>
> gst-launch filesrc location=video.raw ! videoparse ! autovideosink
>
If you want to store raw video, I would start with y4menc/y4mdec.
Otherwise, if you really want to store raw video with no framing
information, you'll have to tell videoparse all the information
about the video.
David
More information about the gstreamer-devel
mailing list