Skip to content

Extract Thumbnail Node

Video/Preview

Decode a video frame and write it as a still image

video_extract_thumbnailmedia
Inputs8
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

8

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 image FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Frame Index

Integer
frame_index

Decoded frame index to export

Default 0

Video Track

Integer
video_track_id

Video track id, or 0 for default

Default 0

Format

String
format

Output image format, or auto from target extension

Default auto

Width

Integer
width

Output width, or 0 to keep decoded width

Default 0

Height

Integer
height

Output height, or 0 to keep decoded height

Default 0

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Written image FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Report

Struct
report

Thumbnail report

VideoFrameExtractionReportVideoFrameExtractionReport11 fields
sourcestringrequired
targetstringrequired
video_track_idinteger:uint32required
format uint32min 0
frame_indexinteger:uintrequired
format uintmin 0
decoded_framesinteger:uintrequired
format uintmin 0
input_widthinteger:uint32required
format uint32min 0
input_heightinteger:uint32required
format uint32min 0
output_widthinteger:uint32required
format uint32min 0
output_heightinteger:uint32required
format uint32min 0
output_formatstringrequired
bytes_writteninteger:uint64required
format uint64min 0

Node Info

Internal name
video_extract_thumbnail
Category
Video/Preview