Skip to content

Transform Video Node

Video/Transcode

Decode video frames, apply frame transforms, encode, and mux the result

video_transform_videomedia
Inputs20
Outputs3
Security exposure7/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
7/10High
PrivacyPotential sensitivity of processed data.
8/10High
PerformanceRuntime or resource pressure.
7/10High
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
7/10High
CostExternal or compute cost impact.
10/10High

Input Pins

20

Input

Execution
exec_in

Trigger

Source

Struct
source

Source media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Target

Struct
target

Target media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Codec

String
output_codec

Video codec to encode, such as h264, h265, vp9, or av1

Default h264

Video Track

Integer
video_track_id

Video track id, or 0 for default

Default 0

Preserve Non-Video

Boolean
preserve_non_video

Copy non-video packets when possible

Default true

Bitrate

Integer
bitrate

Target bitrate in bits per second, or 0 for backend default

Default 0

Crop X

Integer
crop_x
Default 0

Crop Y

Integer
crop_y
Default 0

Crop Width

Integer
crop_width
Default 0

Crop Height

Integer
crop_height
Default 0

Resize Width

Integer
resize_width
Default 0

Resize Height

Integer
resize_height
Default 0

Rotate

Integer
rotate_degrees
Default 0

Blur

Integer
blur_radius
Default 0

Flip Horizontal

Boolean
flip_horizontal
Default false

Flip Vertical

Boolean
flip_vertical
Default false

Brightness

Float
brightness

-1.0 to 1.0

Default 0

Contrast

Float
contrast

1.0 keeps contrast unchanged

Default 1

Saturation

Float
saturation

1.0 keeps saturation unchanged

Default 1

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Written media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Report

Struct
report

Video transform report

VideoTransformReportVideoTransformReport10 fields
sourcestringrequired
targetstringrequired
source_formatstringrequired
target_formatstringrequired
video_track_idinteger:uint32required
format uint32min 0
input_packetsinteger:uintrequired
format uintmin 0
decoded_framesinteger:uintrequired
format uintmin 0
encoded_video_packetsinteger:uintrequired
format uintmin 0
copied_packetsinteger:uintrequired
format uintmin 0
bytes_writteninteger:uint64required
format uint64min 0

Node Info

Internal name
video_transform_video
Category
Video/Transcode