totalframe: Total number of frames in a video.

Description Usage Arguments Value Examples

Description

This function takes as input URL of the video. This function returns total number of frames contained in the video file.

Usage

1
totalframe(videoURL)

Arguments

videoURL

Path to the input video file

Value

count total no of frames in a video.

Examples

1
2
3
##Save the URL of the video file into R session and then load videoframes
videoURL <- system.file("extdata","daria_skip.avi",package = "Rbgs")
no_of_frames <- totalframe(videoURL)

Rbgs documentation built on May 1, 2019, 8:48 p.m.

Related to totalframe in Rbgs...