Transform Video
Manipulate video transformations, resolution and frame rate
Overview
Convert the input video stream to the specified resolution, frame rate, rotate or flip frames.
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Pipeline usage
Place Transform early when downstream nodes should operate on the resized, cropped, rotated, or flipped frame. Configure downstream ROIs against the transformed image, because their coordinates refer to the pixels they receive. Reducing resolution or frame rate can lower downstream compute, while upscaling cannot restore lost detail. Use left:right:top:bottom pixel values for crop and verify that the remaining dimensions are positive.
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
fps | Output frame rate. Range: minimum 1. Unit: fps. | number | null | No |
resolution | Output resolution | string | null | No |
rotation | Rotation. Unit: degrees. | number | null | No |
flip_direction | Flip direction. Options: Disabled (null); Horizontal (horizontal); Vertical (vertical). | enum | null | No |
crop | Crop region | string | null | No |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Updated 11 days ago
Did this page help you?
