probe_all: Look up all information about a media file using FFprobe

View source: R/ffprobe.R

probe_allR Documentation

Look up all information about a media file using FFprobe

Description

Create a list object containing information about a media file's container and streams.

Usage

probe_all(infile, convert = FALSE)

Arguments

infile

A string indicating the location (file path or web link) of a media file to probe.

convert

A logical indicating whether to convert purely numerical values to integers or doubles.

Value

A list object containing two inner objects: container which is a data frame describing the media file's container and streams which is a data frame describing the media file's video and audio streams.


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