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

PropertyDescriptionTypeDefaultRequired
fpsOutput frame rate. Range: minimum 1. Unit: fps.numbernullNo
resolutionOutput resolutionstringnullNo
rotationRotation. Unit: degrees.numbernullNo
flip_directionFlip direction. Options: Disabled (null); Horizontal (horizontal); Vertical (vertical).enumnullNo
cropCrop regionstringnullNo

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline


Did this page help you?