VideoExtractFrames
VideoExtractFrames[video,t]
extracts a frame at time t from video.
VideoExtractFrames[video,tspec]
extracts video frames at time specification tspec.
Details and Options
- VideoExtractFrames can be used for extracting frames from a video. Frames can be used as thumbnails or in thumbnail grids, or can be used to inspect a video at desired times.
- Possible settings for time specification tspec include:
-
t a single frame at time t {t1,t2,…} a list of frames at times t1, t2, … Interval[{t1,t2}] all frames from time t1 to time t2 All all frames - The times ti can be any of the following:
-
t time given in seconds Quantity[t,"unit"] time given in "unit" compatible with seconds Quantity[t,"Frames"] time given as a number of frames - The following options can be specified:
-
MaxItems Infinity maximum number of frames to extract
Examples
open allclose allScope (3)
Options (1)
Applications (4)
Extract a video frame at every 10 seconds:
Generate a Video object with multiple video tracks:
Extract a list of images from the first video track:
Extract a list of images from the second video track:
Create a thumbnail grid from a video:
Extract a single frame from the video as a background to show the result of some computation:
Text
Wolfram Research (2020), VideoExtractFrames, Wolfram Language function, https://reference.wolfram.com/language/ref/VideoExtractFrames.html.
CMS
Wolfram Language. 2020. "VideoExtractFrames." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VideoExtractFrames.html.
APA
Wolfram Language. (2020). VideoExtractFrames. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VideoExtractFrames.html