extract_frame_single: Extract Frames for Single Video

View source: R/video_processing.R

extract_frame_singleR Documentation

Extract Frames for Single Video

Description

Extract Frames for Single Video

Usage

extract_frame_single(file_path, out_dir, fps = NULL, frames = NULL)

Arguments

file_path

filepath to image

out_dir

directory to save frames to

fps

number of frames per second to save

frames

number of frames evenly distributed to save

Value

dataframe of filepaths, frame paths

Examples

## Not run: 
result <- extractFramesSingle(video$FilePath, out_dir, frames=3)

## End(Not run)

conservationtechlab/animl documentation built on June 2, 2025, 12:36 p.m.