Merging cameras.

Andre Caldas andre.em.caldas at gmail.com
Tue Oct 9 08:06:51 PDT 2012


Hello!

I am just learning gstreamer. It seems fantastic! I am using it with python.

Sorry if my question is too basic, but...

I have some files (one for each camera). Say...
* front.ogv [00:00:15]
* right.ogv [00:00:37]
* left.ogv [00:01:22]
They were recorded at the same time. It is a math class, recorded from
different perspectives. The numbers between brackets, mark the "start
point" (for synchronization).

Now, I have an array if times: (times relative to the "start point")
[00:00:00] front.ogv
[00:05:20] left.ogv
[00:06:00] front.ogv
[00:09:12] right.ogv
...

How can I use gstream to generate a "final.ogv", a ogv file such that
its contents are the gluing of:
1. 00:00:15 - 00:05:35: front.ogv
2. 00:06:42 - 00:07:22: left.ogv
3. 00:06:15 - 00:09:27: front.ogv
...


Cheers,
André Caldas.


More information about the gstreamer-devel mailing list