get_framerate: Get the video frame rate of a media file

View source: R/mediainfo.R

get_framerateR Documentation

Get the video frame rate of a media file

Description

Use MediaInfo to quickly look up the video frame rate of a media file in frames per second (fps).

Usage

get_framerate(file)

Arguments

file

A string containing the file path of a media file.

Value

A double indicating the video frame rate of file (in fps).

See Also

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()


jmgirard/tidymedia documentation built on June 15, 2024, 1:52 p.m.