dukebw / lintel

A Python module to decode video frames directly, using the FFmpeg C API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You might be interested in Hwang project by Stanford & CMU

opened this issue · comments

You might be interested in Hwang project by Stanford & CMU.
It also supports sparse decode with segment index and GPU decode using nvidia hardware decoder.
https://github.com/scanner-research/hwang

Thank you, that does look like an interesting and related project!