dmlc / dmlc/decord

[BUG] Inconsistent frame access with VideoReader

Open
#241 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.5k
Forks
232
PR merge metrics
No merged PRs in 30d

Description

When using the VideoReader I get different frames for the same index. For example:

```
import decord

vr = decord.VideoReader("some_video.mkv")

print(vr[0] == vr[0])
```

This prints False. How is this possible?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.