07-15-2020 12:00 AM
Hello friends,
I want to show multiple videos in one monitor with gstreamer pipeline.
For example,
gst-launch-1.0 filesrc location=big-buck-bunny-720p.mp4 ! qtdemux ! h264parse ! omxh264dec ! kmssink bus-id=fd4a0000.zynqmp-display fullscreen-overlay=1
this pipeline works for one video. How can I add multiple video file to my pipeline?
Can you help me?
07-15-2020 02:08 PM
Hi @hakann
Refer the following pdf file.
You can find how to describe what you want to do.
https://www.xilinx.com/support/documentation/ip_documentation/vcu/v1_2/pg252-vcu.pdf#page=126
Best regards,
09-02-2020 01:57 AM