Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个更大的视频墙项目,并希望在单个显示器上显示多个视频源。
像这样的东西——
我所有的选择是什么?
在致力于一项技术之前,我想清楚地了解可用资源及其局限性。
使用 gstreamer,您可以实现这一点。您将使用 4 个 uridecodebin 实例并将它们输入视频混合器。在每个 videomixer.pad 上,您可以设置 xpos、ypos、z-order 和 alpha。在 uridecodebins 和 videomixer 之间,您可能想要插入缩放和帧速率调整。