Metadata-Version: 2.1
Name: h264-profile-level-id
Version: 1.0.0
Summary: Python utility to process H264 profile-level-id values based on Google's libwebrtc C++ code.
Home-page: https://github.com/skymaze/h264-profile-level-id
Author: Jiang Yue
Author-email: maze1024@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown


# h264-profile-level-id

Python utility to process [H264](https://tools.ietf.org/html/rfc6184) `profile-level-id` values based on Google's [libwebrtc](https://chromium.googlesource.com/external/webrtc/+/refs/heads/master/media/base/h264_profile_level_id.h) C++ code.

## Reference
[JavaScript Version h264-profile-level-id](https://github.com/ibc/h264-profile-level-id)

