VideoReader not taking into account specified frame indices
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
hello, I'm using decord VideoReader.
I used it on a 50min video, and whatever frame index I use, it always extract a frame from the first 30s of the video, I have no idea why.
Whether I use vr[index] or vr.get_batch([index]), whatever index (from 50 to 65000), it always returns a frame from the beginning of the video.
All indices I try are lower than frame count.
Using decord latest pypi version, on CPU, on linux
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.