Add filter and transcode pipelines by jjnesbitt · Pull Request #1458 · Kitware/dive
Exposes filter and transcode pipelines to the client. Results from these jobs are placed in the job work directory.
Comment on lines +129 to +134
| // TODO: Investigate if any other types can use this. | ||
| if (runPipelineArgs.pipeline.type === 'filter') { | ||
| command.push(`-s kwa_writer:output_directory="${npath.join(jobWorkDir, 'output')}"`); | ||
| command.push('-s image_writer:file_name_template="frame%06d.jpg"'); | ||
| command.push('-s image_writer:type="vxl"'); | ||
| } |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to accommodate some pipeline args that I noticed were missing. This afaik is not a complete list, but does allow for some pipelines like filter_to_kwa to be run.
jjnesbitt
deleted the
image-formatting-pipelines
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters