Hi all,
I have seen that I can screen capture multiple displays using a single pipeline: gst-launch-1.0 ximagesrc ! videoscale ! videoconvert ! autovideosink This works on Linux only.Is there a way to capture all the available screens using one pipeline even under windows? Thanks Davide _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Is there an example on how to combine two pipeline and merge it into
only one output?
basically I would like to have two ximagesrc, and out autovideosink that contains the output of the two pipeline. Is this possible? Thanks Davide Il 18/05/2021 19:19, Davide Perini via gstreamer-devel ha scritto: Hi all, _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
You can use a videomixer or compositor (I don't know which one would be better) to put them side by side, but I don't know if you can do this from gst-launch-1.0. You may need to write some code to configure the mixer's input pads to set where you want each input to appear. HTH, On 24-05-2021 17:20, Davide Perini via
gstreamer-devel wrote:
Is there an example on how to combine two pipeline and merge it into only one output? --
Michiel Konstapel Lead Software Developer www.aanmelder.nl T: +31 (0)15 2400119 E: [hidden email] _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |