HEVC encoder version 3.0+1-ed72af837053 crash

Issue #493 resolved
Spas Velev created an issue

HEVC encoder version 3.0+1-ed72af837053 crashes with --hdr option

Comments (2)

  1. Spas Velev reporter

    x265 [error]: NAL count overflow

    because of encoder force set to slicesLimit --slices 13 by the condition min(rows, MAX_NAL_UNITS-1)

  2. Spas Velev reporter

    I’ve tried to encode 1920x800 frames and with minimum rectangular slices of 60 fitting them x265 corrected my --slices 60 to 13.

    x265 correctly works with its --slices' default value of 1.

  3. Log in to comment