dmlc/decord
An efficient video loader for deep learning with smart shuffling that's super easy to digest observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2784
- days_rel: n/a
- days_push: 777
- n_releases_24m: 0
Adoption not part of the score
2514 stars · 233 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Decord is a C++ library with Python bindings that provides efficient video and audio decoding for deep learning pipelines. It wraps hardware-accelerated decoders like FFMPEG/LibAV and Nvidia NVDEC and specializes in fast random access and shuffling of video frames during training.
Use cases
- load video frames randomly for training neural networks
- decode video datasets with random access patterns
- slice video and audio in sync for multimodal models
- build video classification or action recognition data loaders
- accelerate video decoding with GPU (NVDEC)
- extract audio tracks from video files for ML
When to choose
- you need fast random frame access from videos during deep learning training
- you want synchronized video and audio decoding in one tool
- you need hardware-accelerated decoding via NVDEC or FFmpeg backends
- you want a simple pip-installable video loader with framework bridges
When to avoid
- you only need video playback or editing rather than ML data loading
- you need actively developed features or recent codec support
- you require GPU decoding via prebuilt pip wheels (only CPU wheels are published)
- you need a full video processing/transcoding toolkit
Facets
library · maturity maintenance
video-processing audio-processing machine-learning data-science machine-learning deep-learning computer-vision media windows python cpp video-loader video-decoding random-access ffmpeg nvidia-codecs data-loading pytorch tensorflow video linux macos gpu
1 source
- readme: https://github.com/dmlc/decord · fetched 2026-08-28 · 8489f06dd727
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dmlc/decord | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem