powered by
This function takes as input URL of the video. This function returns total number of frames contained in the video file.
totalframe(videoURL)
Path to the input video file
count total no of frames in a video.
# NOT RUN { ##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) # }
Run the code above in your browser using DataLab