Skip to content

Encode AV1 Node

Video/Transcode

Decode a selected video stream and encode it to AV1 with the Rust rav1e backend

video_encode_av1media
Inputs9
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

9

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 AV1 media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

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

Speed

Integer
speed

rav1e speed preset 0..10

Default 10

Quantizer

Integer
quantizer

rav1e quantizer 0..255

Default 120

Key Interval

Integer
max_key_frame_interval

Maximum keyframe interval

Default 120

Threads

Integer
threads

Worker threads, or 0 for rav1e default

Default 0

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Written AV1 media FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Report

Struct
report

AV1 encode 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_encode_av1
Category
Video/Transcode