VideoFrameList
VideoFrameList[video,n]
gives a list of n images extracted from video.
VideoFrameList[video,spec]
gives a list of frames extracted based on spec.
Details
- VideoFrameList can be used for sampling video frames and can be used as video summarization or for inspection.
- Possible settings for frame specification spec include:
-
n n uniformly spaced frames {"Uniform",n} n uniformly spaced frames {"Random",n} n randomly chosen frames All all frames, if fits in memory - If video has multiple video tracks, only frames from the first track are returned. Use Video[video,VideoTrackSelectionn] to extract frames from the n track.
Examples
open allclose allScope (3)
Properties & Relations (2)
VideoFrameList partitions the video into equal partitions and extracts the middle frame of each partition:
Use VideoExtractFrames to extract frames at specific times:
Generate a Video object with multiple video tracks:
VideoFrameList extracts frames from the first video track:
Extract frames from the second video track by selecting the track in the Video object:
Text
Wolfram Research (2020), VideoFrameList, Wolfram Language function, https://reference.wolfram.com/language/ref/VideoFrameList.html (updated 2021).
CMS
Wolfram Language. 2020. "VideoFrameList." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/VideoFrameList.html.
APA
Wolfram Language. (2020). VideoFrameList. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VideoFrameList.html