1.ogg -> 2.ogg -> 3.ogg -> ... -> n.ogg = all.ogg
On Aug 8, 10:48 am, Tal Shalif <
tsha...@gmail.com> wrote:
> Mixing multiple videos could probably be done with the 'videomixer' element.
> The fastest way to construct and try your pipelines is probably using the
> 'gst-launch' utility - do this before you write any Java code. Once you
> found a pipeline that works for you, copy it verbatim and launch from Java
> using the Pipeline.launch() method, after doing the necessary Java gstreamer
> initialization.
>