code for converting raw image to jpeg image

nikit nikitbiraj at gmail.com
Tue Aug 20 05:51:08 PDT 2013


Hi,
Below is pipeline structure for converting raw to jpeg image :

gst-launch filesrc location=~/one.raw  blocksize= 608256 ! 'video/x-raw-yuv,
\
format=(fourcc)I420, width=(int)704, height=(int)576,
framerate=(fraction)0/1' ! \
  jpegenc ! filesink location=image1.jpg 

I have to convert this pipeline structure to C code.
raw image is stored in buffer.

I am new to gstreamer so please do give me inputs.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/code-for-converting-raw-image-to-jpeg-image-tp4661629.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list