info_video: Video Information

Description Usage Arguments Value Author(s) Examples

View source: R/info_video.R

Description

get video information such as width, height, format, duration and framerate. Note that this function is relatively slow except when video is mp4 file.

Usage

1
info_video(video)

Arguments

video

path to a video file

Value

a list of video information

Author(s)

Shota Ochi

Examples

1
2
video <- system.file("extdata", "bees.mp4", package = "videor")
info_video(video)

ShotaOchi/videor documentation built on Dec. 29, 2019, 10:08 a.m.