How to calueclate Frame rate (FPS) of a HTML5 video in google chrome
7,501 views
Skip to first unread message
chamarth
unread,
Nov 5, 2012, 11:53:48 AM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromi...@chromium.org
Hello,
I read that there is a property in chrome that we can use videoElement.FPS or chrome.fps.get() to know the frame rate of a video playing in HTML5 page.
I used those properties, but chrome is reporting that it is "undefined" or "NaN" (Not a Number).I added the screen shot in attachment. Please suggest a way to know about the frame rate of the video running in HTML5. It will be really helpful.