Open vyacheslavs opened 2 years ago
Hello. Encoder outputs periodically [EndEncoding] encoder: lcu overflow (2)
[EndEncoding] encoder: lcu overflow (2)
Could you please explain what's wrong?
From the source code:
enum { /*! The decoder had to conceal some errors in the stream */ AL_WARN_CONCEAL_DETECT = AL_DEF_WARNING(1), /*! Some LCU exceed the maximum allowed bits in the stream */ AL_WARN_LCU_OVERFLOW = AL_DEF_WARNING(2) };
Doesn't seem catastrophic, looks like a constant bit-rate couldn't be kept from the encoder when generating an h.26x frame.
Also please comment/like my question for viability!
Hello. Encoder outputs periodically
[EndEncoding] encoder: lcu overflow (2)
Could you please explain what's wrong?
From the source code: