We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the describe of problem:
File "/usr/local/lib/python3.10/dist-packages/decord/video_reader.py", line 175, in get_batch arr = _CAPI_VideoReaderGetBatch(self._handle, indices) File "/usr/local/lib/python3.10/dist-packages/decord/_ffi/_ctypes/function.py", line 173, in call check_call(_LIB.DECORDFuncCall( File "/usr/local/lib/python3.10/dist-packages/decord/_ffi/base.py", line 78, in check_call raise DECORDError(err_str) decord.ffi.base.DECORDError: [14:25:42] /github/workspace/src/video/ffmpeg/threaded_decoder.cc:104: Check failed: run.load()
how can i solve it?
The text was updated successfully, but these errors were encountered:
code: frames = video_reader.get_batch(frame_list)
frames = video_reader.get_batch(frame_list)
the max id in frame_list < vlen - 1
Sorry, something went wrong.
No branches or pull requests
the describe of problem:
File "/usr/local/lib/python3.10/dist-packages/decord/video_reader.py", line 175, in get_batch
arr = _CAPI_VideoReaderGetBatch(self._handle, indices)
File "/usr/local/lib/python3.10/dist-packages/decord/_ffi/_ctypes/function.py", line 173, in call
check_call(_LIB.DECORDFuncCall(
File "/usr/local/lib/python3.10/dist-packages/decord/_ffi/base.py", line 78, in check_call
raise DECORDError(err_str)
decord.ffi.base.DECORDError: [14:25:42] /github/workspace/src/video/ffmpeg/threaded_decoder.cc:104: Check failed: run.load()
how can i solve it?
The text was updated successfully, but these errors were encountered: