Skip to main content

Postprocesses

Postprocesses run after a publish and are linked to components. They will trigger a post process script to run from the primary server to run various post process operations and example being triggering a movie creation job on deadline.

info

Scripts are written in python and exist in the default install location and have to be available for the primary server to run the job. These can be updated and customized by following the default examples.

C:\Program Files (x86)\Taskforger\scripts\postprocesses

Create a Postprocess

To create a new postprocess, follow these steps:

  1. Access the "Postprocesses" Tab: Click on the cog to access configuration tabs. Right-click anywhere inside the "Postprocesses" tab.

  2. Open the Actions Context Menu: Click on the actions context menu.

  3. From the context menu, select the "New" option.

Create Step 1

  1. Postprocess Created: Congratulations! You've successfully created a new document for your Postprocess. You can now proceed with postprocess management. Sort by Id to find the newly created by time created.

Update a Postprocess

To update a postprocess, follow these steps:

  1. Pick the collection for your Postprocesses: eg projects.

  2. Name Your Postprocesses: Enter the name you want for the postprocess this can overlap with others as is linked by Id.

Update Step 1

  1. Fill the color space and codec parameters eg. date

Update Step 2

  1. Updated quality parameters:

Update Step 3

  1. Set the script and validation parameters:

The script is just the name of the python script minus the extension. It will only ever run scripts inside the install directory.

Validation uses regex and can also check the file type eg. only run on frame sequences.

Update Step 4