h264decoder icon indicating copy to clipboard operation
h264decoder copied to clipboard

h264 decoding module for python based on ffmpeg/libav

Results 11 h264decoder issues
Sort by recently updated
recently updated
newest added

#every time different frame data size #May be it is commpress data #this is my code import cv2 import config import depthai as dai import subprocess as sp from os...

env: visual studio 2017+win10 I have successfully installed ffmpeg with vspkg But there are some problems when installing 264decoder,it seems like vcpkg can't find pybind11. (base) D:\h264decoder-master\h264decoder-master>python setup.py build_ext --cmake-args="-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake"...

Hi, does h264decoder support hardware acceleration (opencl, cuda, vaapi). If not, is it planned to implement this feature in the future?

Is there anyone who has the example file mentioned in the [example code](https://github.com/DaWelter/h264decoder/blob/master/readme.md)? I just want this file to run the demo code to make sure that my setup is...

Hiya - just a small change to allow building on Ubuntu 18.04 which only has CMake 3.10

after I type ``` python setup.py build_ext --cmake-args="-DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake" ``` I found **error** in powershell error LNK2001: unresolved external symbol av_parser_parse2 [D:\h264decoder\h264decoder-master\bu ild\temp.win-amd64-3.7\Release\h264decoder.vcxproj] **How to fix it?**

I have follow the guide, use setup.py to build this library, and get errors" by not providing "Findpybind11.cmake" , but I have installed pybind11 in the machine.. Could you please...

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...

Hi all, I was trying out both Tello_Video & Tello_Video_With_Pose_Recognition packages in my Linux - ubuntu 16.04 LTS At first, I installed Tello_Video with the one click install and it...

Fetching pybind11 -- Found PythonInterp: /usr/bin/python3.7 (found version "3.7.14") -- Found PythonLibs: python3.7m -- Performing Test HAS_CPP14_FLAG -- Performing Test HAS_CPP14_FLAG - Success -- pybind11 v2.5.0 -- Performing Test HAS_FLTO...