Description Usage Arguments Value Author(s) Examples
get video information such as width, height, format, duration and framerate. Note that this function is relatively slow except when video is mp4 file.
1 | info_video(video)
|
video |
path to a video file |
a list of video information
Shota Ochi
1 2 | video <- system.file("extdata", "bees.mp4", package = "videor")
info_video(video)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.