WLJS LogoWLJS Notebook

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.

This function extracts frames from a video at specified intervals or positions.

Examples

VideoFrameList[Video["ExampleData/Caminandes.mp4"], 5]
VideoFrameList[Video["ExampleData/Caminandes.mp4"], {0, 1, 2}]
VideoFrameList[Video["ExampleData/Caminandes.mp4"], 10] // Length

*See the official Wolfram Language Reference for more details.

On this page