[gst-devel] Rendering of raw YUV file

Tim-Philipp Müller t.i.m at zen.co.uk
Fri Mar 13 09:53:41 CET 2009


On Fri, 2009-03-13 at 10:50 +0300, Andrey Boyko wrote:

> I get file sink.yuv which looks convenient at first glance
> (appropriate size etc.). Then I try to play it by command:
> gst-launch -v filesrc location=sink.yuv ! 'video/x-raw-yuv,
> format=(fourcc)I420, width=(int)704, height=(int)480,
> pixel-aspect-ratio=(fraction)10/11, framerate=(fraction)30000/1001' !
> xvimagesink

Use the videoparse element (or set the blocksize property on filesrc to
the exact framesize).

Cheers
 -Tim






More information about the gstreamer-devel mailing list