Unpack Video

Imports a video file as an image set. Exports an image set as a video.

Input

Import: Requires selecting a valid video file from the disk. Supported formats are avi, mov, mp4, wmv and mkv. Export: 2D image set is exported to an mkv (lossless) or mp4 (lossy) video file.

Output

Import: Returns an image set containing the individual frames of the video. Export: None

Description

Import

Loads a video by decompressing all individual frames into an image set at once.

The parameter Downsample reduces the video resolution by the given factor, while Skip causes the specified number of frames to be skipped after each frame which is loaded.

Export

Exports an image set to a video.