| get_framerate | R Documentation |
Use MediaInfo to quickly look up the video frame rate of a media file in frames per second (fps).
get_framerate(file)
file |
A string containing the file path of a media file. |
A double indicating the video frame rate of file (in fps).
Other mediainfo functions:
get_duration(),
get_height(),
get_samplingrate(),
get_width(),
mediainfo(),
mediainfo_parameter(),
mediainfo_query(),
mediainfo_template()
Other convenience functions:
get_duration(),
get_height(),
get_samplingrate(),
get_width()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.