vc2_bit_widths

The vc2_bit_widths Python package provides routines for computing how many bits of numerical precision are required for implementations of the SMPTE ST 2042-1:2017 VC-2 professional video codec. In addition it also provides routines for producing test pictures which produce large signal values in actual video codecs.

This manual is split into three parts. In User’s Manual a general introduction to the purpose, terminology and usage of this module is given. In Theory and Design, the underlying theory and mathematical approach are described and evaluated. Finally, Internals and Low-Level API gives a more detailed overview of the implementation and lower-level features of this software.

Finally, you can find the source code for vc2_bit_widths on GitHub.

Note

This documentation is also available in PDF format.

Internals and Low-Level API