开发者

MediaElement - How to get FPS (Frames Per Second)?

Is there an way to get FPS 开发者_Python百科of video?


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


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜