Deliverable encoding errors

v4.1.1-b14480

Trying to render deliverables. Here are the basics:

Source footage - ProRes 422, 23.976 fps
Deliverable - DNxHR_HQ, 23.976 fps
No sync audio - embedded only
Color - input LUT added

An error pops up for each clip and Cortex fails to render.

Cortex//StartEncode(0)
Error encountered:The value specified is invalid

Here is a copy of the log.

I tried to change the delivery specs to
Deliverable - DNxHR_SQ, 23.976 fps

And got the following errors upon trying to render:

Cortex//b__13(0)
Error encountered: Source array was not long enough. Check srcIndex and length, and the array’s lower bounds.

Cortex//<set_selectedBin>b__0(0)
Error: Source array was not long enough. Check srcIndex and length, and the array’s lower bounds.

Cortex//StartEncode(0)
Error encountered: Source array was not long enough. Check srcIndex and length, and the array’s lower bounds.

Here are the logs.

I can provide a private link to a file for analysis this time.

And it turned out to be an audio issue after all. The audio on the camera files was originally 24 bit, but I was working with submasters that had 8 bit audio. By creating new submasters with 24 bit audio, it seems to have alleviated the problem of Cortex not encoding.

Whew!