video-split — Traditional AI Model
Video Split decodes footage into an ordered list of frames, with a step to subsample and a cap on how many come back. Pair it with List Extract for one frame, or Reassemble to rebuild the clip. CPU.
Details
- CategoryTraditional
- Year-1
- License
Inputs & Outputs
- VideoInput · video
Input video to split into frames
- FramesOutput · list:image
Ordered list of extracted frames
Tags
Alternatives in Selection & Extraction
- Color Pick by Class
Extract a segmentation class by name.
- Color Pick by RGB Value
Extract segmentation regions by exact RGB color.
- Image Crop by Class
Crop detected objects by class name.
- Image Crop by Coord
Crop a region from explicit bounding-box coordinates.
- Image Gate by Text
Pass or block an image based on text match.
- Image Selector
Pick first non-empty image from inputs (fallback).
- List Extract
Extract one image from an image list by index.
- List Inject
Replace one image in a list by index with a new image.