video-list-extract — Traditional AI Model
Video List Extract pulls a single clip out of a collection by zero-based index — the way to isolate one result after a trim and treat it on its own. No re-encode, so it is near-instant. CPU.
Details
- CategoryTraditional
- Year-1
- License
Inputs & Outputs
- ListInput · list:video
Video list to extract from
- VideoOutput · video
Extracted video at the given index
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.