code for converting raw image to jpeg image

Kyrylo V Polezhaiev polezhaiev at ukr.net
Tue Aug 20 06:48:56 PDT 2013


Hello!

Are you sure you want to use GStreamer for this purpose? Try to use something like ImageMagick instead :)

 --- Original message ---
From: "nikit" <nikitbiraj at gmail.com>
Date: 20 August 2013, 16:28:40

 
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list