help for converting ppm to other formats

Josh Doe josh at joshdoe.com
Tue Jun 19 09:02:18 PDT 2012


On Fri, Jun 15, 2012 at 12:11 AM, Janardhan Reddy
<annapareddyjanardhanreddy at gmail.com> wrote:
> Hi,
> How do i convert(multiplex) a stream of  ppm images into mjpeg or other
> formats using qtgstreamer?
> Is It possible to keep all ppm images in a single file and pass to
> qtgstreamer.

I don't believe PPM supports more than one image per file. You can use
multifilesrc to read a series of PPM files, which you can then parse
with pnmdec.
-Josh


More information about the gstreamer-devel mailing list