Add filter and transcode pipelines by jjnesbitt · Pull Request #1458 · Kitware/dive

@jjnesbitt

Exposes filter and transcode pipelines to the client. Results from these jobs are placed in the job work directory.

@jjnesbitt

@jjnesbitt

jjnesbitt

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

BryonLewis

@jjnesbitt jjnesbitt deleted the image-formatting-pipelines branch

December 2, 2024 15:17

@naglepuff naglepuff linked an issue

Dec 19, 2025

that may be closed by this pull request