pyh264decode icon indicating copy to clipboard operation
pyh264decode copied to clipboard

Decode H.264 packets with external avcC to YUV frames

Results 6 pyh264decode issues
Sort by recently updated
recently updated
newest added

Hi, I'm a newbie with ffmpeg. I changed your code to compatible with python 3.6 and ffmpeg 3.3.1(libavcodec 57 and libavutil 55). But I didnot know how to use it....

Hi, Just want to know how I can make PyH264Decode work with Python3 ? Thanks in advance !

I'm currently reading a TCP stream from a data source that is sending h264 frames. If I take the raw data and write to a file then later read frame...

Hi, when importing h264decode, I run into the following issue: h264decode.so : undefined symbol avpriv_vga16_font Do you know how to fix this? I have tested with ffmpeg 2.4, 2.3.6 and...

I have no issue with the default pixel format YUV420p, but should you not be able to specify this explicitly? if libavcodec or x264 changes the default pixel format, you...

[cffi](https://cffi.readthedocs.org) is a cross-Python-implementation FFI, it should be fairly easy to use here.