<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 2 oct. 2019 22 h 10, diegoavila <<a href="mailto:diego_javila@hotmail.com">diego_javila@hotmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Actually i switched to debian and it worked, but i dont know how can i add<br>
another channel to this pipeline im stuck<br>
this is my pipeline:<br>
gst-launch-1.0 -v filesrc location=/home/arion/Downloads/test2.mp3 name=src<br>
! decodebin ! deinterleave keep-positions=true name=d interleave name=i !<br>
autoaudiosink d.src_0 ! queue ! volume volume=1 ! i.sink_1 d.src_1 ! queue !<br>
volume volume=0 ! i.sink_2 <br>
<br>
i wanna add 2 more channels<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Just a note, I'm not totally certain I understood the goal. deinterleave will expose as many SRC pads as there is channels on it's sink pad. If you want to interleave channels from other sources, you'll need to do some programming (C, RUST, Python, etc. there is plenty of choices) to set the channel position mask to let audiointerleave know in which order to place them.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>