dukebw / lintel

A Python module to decode video frames directly, using the FFmpeg C API.
Apache License 2.0
261 stars 38 forks source link

Does it possible add GPU support? #34

Open tenggyut opened 5 years ago

tenggyut commented 5 years ago

Is there any way that this library support gpu decoding?

dukebw commented 5 years ago

Hi, have you checked out NVVL? https://github.com/NVIDIA/nvvl. They support GPU decoding.