multiple usage avimux in a pipeline

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

multiple usage avimux in a pipeline

afewgoodman
Hi,

If there are multiple videos and audios in a pipeline and I would make them  each avi container of video and audio pairs in a pipeline, Could I use mutiple avimux to make video audio pair to a avi container?

for example as follows:




gstreamer avimux usage in a pipeline
Reply | Threaded
Open this post in threaded view
|

RE: multiple usage avimux in a pipeline

Charlie X. Liu
Why don't you use two threads?


-----Original Message-----
From: gstreamer-devel-bounces+charlie=[hidden email]
[mailto:gstreamer-devel-bounces+charlie=[hidden email]]
On Behalf Of afewgoodman
Sent: Tuesday, August 28, 2012 7:04 PM
To: [hidden email]
Subject: multiple usage avimux in a pipeline

Hi,

If there are multiple videos and audios in a pipeline and I would make them
each avi container of video and audio pairs in a pipeline, Could I use
mutiple avimux to make video audio pair to a avi container?

for example as follows:


http://gstreamer-devel.966125.n4.nabble.com/file/n4656110/gstreamer_question
1.png


--
View this message in context:
http://gstreamer-devel.966125.n4.nabble.com/multiple-usage-avimux-in-a-pipel
ine-tp4656110.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: multiple usage avimux in a pipeline

Stefan Sauer
In reply to this post by afewgoodman
On 08/29/2012 04:04 AM, afewgoodman wrote:
> Hi,
>
> If there are multiple videos and audios in a pipeline and I would make them
> each avi container of video and audio pairs in a pipeline, Could I use
> mutiple avimux to make video audio pair to a avi container?
Yes, data flow runs in separate threads anyway. A pipeline can have
several independent subgraphs. If they are in the same pipeline, they
will play in sync (same clock). You can also use separate pipelines if
they should be completely independent.

Stefan

>
> for example as follows:
>
>
>
>
> http://gstreamer-devel.966125.n4.nabble.com/file/n4656110/gstreamer_question1.png 
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/multiple-usage-avimux-in-a-pipeline-tp4656110.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel