[gst-devel] concatenating video streams from mutliple video files
Jan Spurny
JSpurny at seznam.cz
Sat Jul 11 14:48:20 CEST 2009
Hi,
I'd like to run pipeline which would play many video files one after another as one continuous stream. I was hoping I would be able to use 'multifilesrc' but it does not work the way I want to. I have 4 video files named 000.avi, 001.avi, 002.avi, 003.avi and all of them has the same resolution and the same framerate. This is what I was trying to do:
gst-launch multifilesrc location=%03d.avi ! decodebin ! autovideosink
- it allways plays only the first video file.
Can someone help me or explain to me why this doesn't work? Thank you for any suggestions.
Jan Spurny
More information about the gstreamer-devel
mailing list