View source: R/video_processing.R
extract_frame_single | R Documentation |
Extract Frames for Single Video
extract_frame_single(file_path, out_dir, fps = NULL, frames = NULL)
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 |
dataframe of filepaths, frame paths
## Not run:
result <- extractFramesSingle(video$FilePath, out_dir, frames=3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.