Excellent, cheers for that Pascha
I can base my pipeline design on your gst-launch command-line :)
However next problem: I tried the command but couldn't get it
working, seems like a common problem:
C:\gstreamer\bin>gst-launch-0.10 multifilesrc location="/images/
%01d.jpeg" num-b
uffers=100 caps=image/jpeg,framerate=5/1 ! jpegdec !
ffmpegcolorspace ! xvidenc
! avimux ! filesink location="jpeg.avi"
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/
GstMultiFileSrc:multifilesrc0: Intern
al data flow error.
Additional debug info:
..\Source\gstreamer\libs\gst\base\gstbasesrc.c(2334):
gst_base_src_loop (): /Gst
Pipeline:pipeline0/GstMultiFileSrc:multifilesrc0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
Just get a generic "data flow error" from the multifilesrc. I assume
it's something I'm doing wrong - probably not installed a JPEG loader
plugin perhaps?
- chris