probe_container | R Documentation |
Return just the data frame describing the media file's container via
probe_container()
. Return just the data frame describing the media file's
streams via probe_streams()
. Return just the rows of the data frame
describing the media file's video streams via probe_video()
. Return just
the rows of the data frame describing the media file's audio streams via
probe_audio()
. Each of these functions must be given either the output of
probe_all()
or the location of a media file; note that the former approach
can save time when working with larger files.
probe_container(probe = NULL, infile = NULL)
probe_streams(probe = NULL, infile = NULL)
probe_video(probe = NULL, infile = NULL)
probe_audio(probe = NULL, infile = NULL)
probe |
A list object created by |
infile |
A string indicating the location (file path or web link) to a
media file. Must be |
A data frame containing only the requested information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.