video2pic: Convert video to jpeg

View source: R/Functions.R

video2picR Documentation

Convert video to jpeg

Description

Function to convert a video into frames

Usage

video2pic(file = NULL, outdir = NULL, fps = NULL, overwrite = F)

Arguments

outdir

character vector, either of length 1 or same length as file directory or directories to the folder(s) where the converted file(s) should be stored. By default, this is set to the directory of the input file(s).

fps

numeric frames per second that should be stored

overwrite

logical should frames that already exist in the output directory be overwritten?

filepath

filepath(s) to the video file(s) that need to be converted

Examples

Coming

DavidDHofmann/cameratrapr documentation built on Dec. 9, 2022, 8:24 a.m.