[gst-devel] encoding raw YUV file

Andy Wingo wingo at pobox.com
Wed Aug 8 00:10:28 CEST 2007


"p rb" <prbh263 at gmail.com> writes:

> i already have YUV file and i want to encode this YUV file into H.263
> format. Is it possible to specify "videotestsrc" plugin to use my YUV
> file for generating the YUV test stream?

No.

> Will "filesrc" plugin will be able to do this?

Yes, with a capsfilter after it. Set the filtered caps to be exactly the
format of the file, and set the blocksize of the filesrc to be the size
of one YUV frame in your format. But this is hackery; you are on your
own :)

Cheers,

Andy.
-- 
http://wingolog.org/




More information about the gstreamer-devel mailing list