Video Duration

Usage

mp4_duration(path)

Arguments

path
Path to the in .mp4 file.

Value

A numeric value giving length of video in seconds.

Description

Reports the length of a video in seconds.

Examples

## Not run: # mp4_duration("foo.mp4")# ## End(Not run)