Skip to content

Decord warning when loading a video #3

@jun297

Description

@jun297

Hi, I am trying to open some videos: 6ICAc7oOSaFbGXEb.mp4 am7GtT6fcEyfIldb.mp4 NuE3mwGH9t8EFXhK.mp4
You can get videos by:
wget https://huggingface.co/datasets/THUDM/MotionBench/resolve/main/MotionBenchCaption-train/videos/{video_name}.mp4

from decord import VideoReader, cpu

video_file = '6ICAc7oOSaFbGXEb.mp4'

vr = VideoReader(video_file, ctx=cpu(0))

for frame in vr:
    pass

Then I encounter such error:

You have received more than 182 frames corrupted and recovered from nearest frames. Set environment variable `DECORD_DUPLICATE_WARNING_THRESHOLD=1.0`if you want to disable this warning.

I am unsure if this behavior is expected or if there might be an issue with the video file or Decord itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions