8000 GitHub - tojames/py-h264-decoder: H.264 decoder in python3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tojames/py-h264-decoder

 
 

Repository files navigation

H.264 Baseline Decoder

This project is base on halochou/py-h264-decoder is able to decode YCbCr values from i-frame or p-frame in H.264 Baseline profile raw bitstream.

The project has the following features:

1. explain h.264 baseline protocol element
2. intra-frame prediction decode
3. inter-frame prediction decode
4. transform coefficient decode and quantization
5. cavlc parse
6. decode picture buffer
7. deblocking filter

The program is written in Python 3.6.1, so you will need to install Python 3.6.1 or above together with dependency:

pip install -r requirement.txt

The program can be executed as:

python decoder.py

Then, the output folder will have the images that is the decoded frame. As shown below:

Image

About

H.264 decoder in python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0