Metadata-Version: 2.1
Name: vc2_data_tables
Version: 2.0.0
Summary: Machine-readable constants and data tables for the SMPTE ST 2042-1 VC-2 professional video codec.
Home-page: https://github.com/bbc/vc2_data_tables
Author: BBC R&D
License: GPL-3.0-only
Keywords: vc2 dirac dirac-pro constants data-tables quantisation-matrix
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

SMPTE ST 2042-1 (VC-2) Constants and Data Tables
================================================

This Python package, `vc2_data_tables`, contains machine-readable versions of
the constants and data tables in the SMPTE ST 2042-series of standards relating
to the [VC-2 professional video codec](https://www.bbc.co.uk/rd/projects/vc-2).

To get started, read the [`vc2_data_tables`
manual](https://bbc.github.io/vc2_data_tables/) (also available in [PDF
format](https://bbc.github.io/vc2_data_tables/vc2_data_tables_manual.pdf)).


See also
--------

This package was produced to support the [VC-2 conformance
software](https://github.com/bbc/vc2_conformance), though it has been made
available under the hope that it may be useful to others.

The quantisation matrices in this module reproduce the default quantisation
matrices set out in the VC-2 specification (including the erroneous values for
the Fidelity filter). For tools and guidance on producing your own quantisation
matrices see [the `vc2_quantisation_matrices`
package](https://github.com/bbc/vc2_quantisation_matrices/).

For further information, please conatact [Jonathan
Heathcote](mailto:jonathan.heathcote@bbc.co.uk) or [John
Fletcher](mailto:john.fletcher@bbc.co.uk).


Developers
----------

For details on setting up a developer's installation of this software,
including instructions on building the associated documentation, see the
[developer installation instructions for the main `vc2_conformance`
repository](https://github.com/bbc/vc2_conformance).


License
-------

This software is distributed under the [GNU General Public License version
3](./LICENSE.txt), &copy; BBC 2021.


