MediaElement - 如何获取 FPS(每秒帧数)?

发布于 2024-09-08 17:04:26 字数 21 浏览 2 评论 0原文

有没有办法获得视频的FPS?

Is there an way to get FPS of video?

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

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

发布评论

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

评论(3

牛↙奶布丁 2024-09-15 17:04:26

您需要添加RenderedFramesPerSecond + DroppedFramesPerSecond。这是使用 Silverlight MediaElement 可以获得的最接近准确数字。

You need to add RenderedFramesPerSecond + DroppedFramesPerSecond. This is the closest you can get to an accurate number with the Silverlight MediaElement.

农村范ル 2024-09-15 17:04:26

这可能不是 100% 您所要求的,但您可以使用 RenderedFramesPerSecond MediaElement 的属性。如果计算机跟上,那么这应该与视频的 FPS 相匹配。

This may not be 100% what you are asking but you can see how fast the video is rendering using the RenderedFramesPerSecond property of MediaElement. If the computer is keeping up then this should match the FPS of the video.

氛圍 2024-09-15 17:04:26

不是来自 Silverlight - 您必须从编码过程中捕获 FPS。

Not from Silverlight - you have to capture the FPS from the encoding process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文