[gst-devel] Creating a DV file from images.

David Schleef ds at schleef.org
Sun Feb 25 00:00:31 CET 2007


On Sat, Feb 24, 2007 at 11:58:40AM -0600, Adam Gautier wrote:
> 
> I would like to have something like:
> 
> gst-launch-0.10 filesrc location=./*.jpg |  xvimagesink
> 

You're looking for

  gst-launch-0.10 multifilesrc location=image-%05d.jpg
      caps=image/jpeg,framerate=24/1 ! jpegdec ! xvimagesink

The files must be numbered in order from 0 and have filenames such as

  image-00000.jpg
  image-00001.jpg
  image-00002.jpg



dave...





More information about the gstreamer-devel mailing list