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.
精彩评论