probe_all | R Documentation |
Create a list object containing information about a media file's container and streams.
probe_all(infile, convert = FALSE)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.