视频索引索引索引的索引输出具有相同持续时间的视频,其他因素相同

发布于 2025-01-30 10:22:23 字数 101 浏览 4 评论 0原文

  1. 如果视频持续时间为1分钟并在连续的1分钟后发送,则VideoIndexer是否会按顺序完成索引视频?
  2. 当进行多个索引实例时,它会影响索引速度吗?
  1. Does VideoIndexer finish indexing videos in sequence if video duration is 1min each and are sent after a consecutive gap of 1min?
  2. Will it affect the speed of indexing when multiple instances of indexing are in progress?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扭转时空 2025-02-06 10:22:23

该文档提供了一些指导,以大规模扩展视频索引器。
https://learn.microsoft.com/ azure/azure-video-indexer/Changivations-when-use-at-at starcale

  1. 作业被排队并并行处理。缩放是通过视频索引器后端完成的。
  2. 尽可能快地找到工作,并且增加多个作业不会影响单个工作。如果添加大量作业,可以有时间扩展额外资源。最好在API限制内同时添加所有作业,以避免抗击/下降规模逻辑的风险。

The documentation offers some guidance to scale Video Indexer at scale.
https://learn.microsoft.com/azure/azure-video-indexer/considerations-when-use-at-scale

  1. Jobs are put on a queue and handled in parallel. Scaling is done by Video Indexer backend.
  2. Jobs are picked up as fast as possible and adding multiple jobs won't affect individual jobs. There can be a time for scaling additional resources if large quantities of jobs are added. It's best to add all jobs at the same time within the API limits to avoid the risk of fighting up/down scale logic.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文