mediainfo_template | R Documentation |
Create a new row tibble that contains information about a media file. This information is gathered by applying a MediaInfo template, which can include multiple parameters from multiple sections. This package include several built-in templates that can be applied or a custom template file can be created and used.
mediainfo_template(
file,
template = c("brief", "extended", "custom"),
templatefile = NULL
)
file |
A string containing the file path to a media file. |
template |
A string containing the template to be applied. Two templates
are built into the package: |
templatefile |
Either a string containing the file path to a MediaInfo
template (.txt) file formatted to output comma-separated values (requires
|
A row tibble containing variables
describing file
. The specific variables included and their
ordering/naming is determined by the template.
Other mediainfo functions:
get_duration()
,
get_framerate()
,
get_height()
,
get_samplingrate()
,
get_width()
,
mediainfo()
,
mediainfo_parameter()
,
mediainfo_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.