Thank you for reaching out to the Bitmovin Community.
After reviewing the logs and settings of the encoding job, the error seems to be caused by the PTSAlignMode.ALIGN_ZERO_NEGATIVE_CTO being set for fMP4 muxing of the audio. Specifically, the error was caused by the PTSAlignMode setting in the following Fmp4 muxing:
This mode is a valid option when setting fMP4 for H.264 and H.265, but it can’t be used for other codecs such as AAC audio as noted in the release note (link).
Therefore, could you please try removing the PTSAlignMode setting from the above audio fMP4 muxing configuration and attempt the encoding again? Please let us know if you have any question. Thank you.