Is there an way to get FPS of video?
Asked
Active
Viewed 1,762 times
3 Answers
1
You need to add RenderedFramesPerSecond
+ DroppedFramesPerSecond
. This is the closest you can get to an accurate number with the Silverlight MediaElement
.

Soner Gönül
- 97,193
- 102
- 206
- 364

Tim Greenfield
- 567
- 5
- 9
0
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.

Technium
- 423
- 2
- 5
-1
Not from Silverlight - you have to capture the FPS from the encoding process.

Michael S. Scherotter
- 10,715
- 3
- 34
- 57