Abhishek Thakur
Abhishek Thakur
@golyalpha Can you benchmark PyAV too?
I'm looking forward to new independent VideoCapture Gear purely working on PyAV backend, and if it is successful, I might completely replace FFmpeg with it, in other Gears too. I'll...
@golyalpha Are you using system FFmpeg or provide with PyAV? Try this to use system one _(uninstall other one)_: https://pyav.org/docs/stable/overview/about.html#bring-your-own-ffmpeg
@Thomasedv Take a look at this: https://pyav.org/docs/stable/overview/about.html#unsupported-features. Unfortunately, They don't support Hardware Decoding.
@frankier Yes that's a promising library. But only downside is its complicated installation process. Unless someone comes with easy-to-install pypi wheels or prebuilt binaries, it can't be used as vidgear's...
### 🎉 A new library is here: https://github.com/abhiTronix/deffcode 👍🏽 Any suggestions are most welcomed.
@zorrobyte use deffcode instead since Videogear works on OpenCV backend which itself is slower.
> webcam code example Unfortunately, Webcams are yet to be supported by deffcode. You can try CUDA backend for OpenCV Videocapture Decoding to speed up things while decoding. FYI Videogear...
@nomaddo @doe300 can you try my Latest Raspbian's GCC cross compilers(Both 8.2.0 & 6.3.0 gcc binaries available) for this project? Take a look, Project homepage: https://github.com/abhiTronix/raspberry-pi-cross-compilers Project Binaries: https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/ I...
@spinoza1791 @doe300 I've successfully compiled Latest OpenCV(4.0.1 - dev) with VC4CL OpenCL with no whatsoever compilation error. I have included VC4CL OpenCL during OpenCV compilation and also with FFmpeg build....