Yves33
Yves33
> decode to opengl texture is possible with https://github.com/NVIDIA/VideoProcessingFramework. An example has recently been included in main repo.
Got some code working, here are the main steps. If anybody is interested, I can write a minimal working GLUT exemple. In my present tests, zero copy update of OpenGL...
Same here. if my app does not consume frames, the memory usage increases till segfault or eof. The problem appears with ctx=cpu(0) but not ctx=gpu(0) steps to reproduce: `wget https://www.libde265.org/hevc-bitstreams/tos-4096x1720-tiles.mkv`...
On windows, version 0.6.0 from pypi (no crash but eats up to 64GB memory - surelly would eat more if possible!). On linux, compiled from latest github (which has not...
it seems that the problem can be solved by setting environnement variable export DECORD_EOF_RETRY_MAX=128 or any low value (default is 10240) although video_reader.cc mentions that this variable is only for...
I reopened a PR. Sorry I'm not comfortable at all with git