get_height: Get the video height of a media file

View source: R/mediainfo.R

get_heightR Documentation

Get the video height of a media file

Description

Use MediaInfo to quickly look up the video height of a media file in pixels (px).

Usage

get_height(file)

Arguments

file

A string containing the file path of a media file.

Value

A double indicating the video height of file (in px).

See Also

Other mediainfo functions: get_duration(), get_framerate(), get_samplingrate(), get_width(), mediainfo(), mediainfo_parameter(), mediainfo_query(), mediainfo_template()

Other convenience functions: get_duration(), get_framerate(), get_samplingrate(), get_width()


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