-
Notifications
You must be signed in to change notification settings - Fork 108
IO Nodes
RockOfFire edited this page Dec 15, 2023
·
9 revisions
parameter | description | type | arguments |
---|---|---|---|
image_sequence_folder | Represents the folder containing image sequences. | FOLDER | |
start_index | The starting index for the image sequence. | INT | default: 1, min: 1, max: 10000 |
max_frames | The maximum number of frames to consider from the image sequence. | INT | default: 1, min: 1, max: 10000 |
parameter | description | type | arguments |
---|---|---|---|
input_folder | The folder containing input items. | FOLDER | |
sort_by | The method used for sorting the input items. | COMBO |
Index Alphabetic
|
current_frame | The current frame to start processing from. | INT | default: 0, min: 0, max: 10000 |
skip_start_frames | The number of frames to skip at the beginning of processing. | INT | default: 0, min: 0, max: 10000 |
input_path | The path to the input. | STRING | default: '', multiline: False |
file_pattern | The file pattern to match input files. | STRING | default: '*.png', multiline: False |
parameter | description | type | arguments |
---|---|---|---|
output_folder | The path to the output folder. | FOLDER | |
current_image | The current image. | IMAGE | |
filename_prefix | The prefix for the output filenames. | STRING | default: "CR" |
current_frame | The current frame. | INT | default: 0, min: 0, max: 9999999 |
interpolated_img | The interpolated image. | IMAGE | |
output_path | The path for the output. | STRING | default: '', multiline: False |
Images: