X264Codec.cabac property
Enables CABAC (Context Adaptive Binary Arithmetic Coder) stream compression instead of the less efficient CAVLC (Context Adaptive Variable Length Coder) system. Significantly improves both the compression efficiency (10-20% typically) and the decoding requirements, at the expense of encode CPU requirements
Signature:
cabac?: boolean;