This is half draft / half deadline.
I’ve got a pipeline as follows: Artists render to Tif (from AE / C4D / Redshift) then trigger a modified draft script (that doesn’t actually use draft processing, but calls my own commands to .exe’s) to crop the tif into multiple files. After that I’m using FFMpeg to concate the cropped images into final files. Currently this all works fine, however I’ve not automated the process. I can’t call the concate until I know all the frames have been cropped, so need that job as a dependency, but I can’t make that dependency until the first main job has finished and trigger the draft event plugin.
What’s the best process to handle these multiple stages in a manor that I can have artists select an option in the submission script, or have someone add the scripts to a job already submitted?