ffmpeg: ffmpeg

Description Usage Arguments

Description

This function allows you to parse videos into individual frames

Usage

1
ffmpeg(path, filename, fps = NULL, keyframe = FALSE, outfile)

Arguments

path

character string specifies a path to a video to exported e.g., C:/Users/user/video_file_folder/

filename

character string of file name including extension e.g., 'video.mp4'. Most video types are supported.

fps

specifies the output frames per second (e.g., 29.97, 8, 1/5)

keyframe

logical, if TRUE, fps is ignored and only keyframes are returned. Hence, sampling rate may not be uniform.

outfile

character string giving the output image prefix name


aaronlikens/framediff documentation built on May 24, 2019, 8:51 a.m.