Open
Description
Project URL
https://pypi.org/project/decord2/
Does this project already exist?
- Yes
New Limit
700
Update issue title
- I have updated the title.
Which indexes
PyPI
About the project
Decord is a reverse procedure of Record. It provides convenient video slicing methods based on a thin wrapper on top of hardware accelerated video decoders, e.g.
FFMPEG/LibAV(Done)
Nvidia Codecs(Done)
Intel Codecs
Decord was designed to handle awkward video shuffling experience in order to provide smooth experiences similar to random image loader for deep learning.
Decord is also able to decode audio from both video and audio files. One can slice video and audio together to get a synchronized result; hence providing a one-stop solution for both video and audio decoding.
Reasons for the request
Now, I upgraded to ffmpeg7 and cuda 12.9, the fork of original decord.
And now, cuda wheels can be distributed, it is arround 147mb
Code of Conduct
- I agree to follow the PSF Code of Conduct