DaWelter / h264decoder

h264 decoding module for python based on ffmpeg/libav
115 stars 61 forks source link

support h264decoder for python3 and macOS #4

Closed rdarmoul closed 1 year ago

rdarmoul commented 4 years ago

hi together,

I love your decoder since this one really works with python2 and devices like the Tello drone. Unluckily, python2 is not supported anymore :( your decoder is really awesome, I would love to get a current version for python3

f41ardu commented 4 years ago

Have a look into my fork. Based on Dawelters development branch (broken on my Raspberry) I made y version working for python3 (Raspberry only). There is still a wrong cmake instruction im my fork, stay tuned I'll update in a few hours.

DaWelter commented 1 year ago

I hope you don't have to use Python 2 anymore. Build & installl should be easier now.