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.
目前我观察到它Apache Beam是为灵活的流处理而发布的。我正在寻找 api 来处理视频流,但没有找到。API任何人都可以建议使用Apache Beam/进行任何视频处理Google Dataflow。
Apache Beam
API
Google Dataflow
谢谢。
Apache Beam 是一种用于分布式数据处理的通用编程模型。虽然 Beam 没有“视频处理 API”,但它对于许多视频处理任务来说非常有用,尤其是那些有效并行化的任务。
通常,您希望将 Beam 与标准视频处理库一起使用。Beam 编程模型可以帮助您处理并行化方面,视频处理库可以简化一小部分输入的底层任务。