Hi
Just wondering if anyone has done, is aware of or can provide pointers on how to go about doing this in gstreamer, i.e. plugins and pipeline. (Referring to https://software.intel.com/en-us/articles/exploring-1n-transcoding-pipelines-with-intel-media-server-studio) Cheers, _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
There are a number of tutorials to get started.
To split 1 stream into N streams you would use a tee (a.k.a. GstTee). You might consider building your first pipeline on the command-line using gst-launch-1.0: https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html?gi-language=c (It is easier to get help from the community when you have a specific gst-launch command which is not behaving as intended.) On Wed, Sep 4, 2019 at 12:13 PM Central Develop <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thank you for your reply. However, I am looking for MSDK oriented solution to ensure frame alignment, zero mem copy, optimal gpu usage, ... Specifically, I am debating whether I should create AbrVppEnc plugin that handles all profiles or similar to "tee" append individual vpp-enc pipes to a decoder. Cheers, On Wed, Sep 4, 2019, 12:55 David Ing <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |