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

Testing problem? #35

Open Xjunjiang opened 5 years ago

Xjunjiang commented 5 years ago

Hello, we have worked hard to configure lintel, but there are still some problems in the process of testing. I hope to get your help. Thank you!!!!The mistakes are as follows:

Ran out of frames. Looping. No frames received after seek.

dukebw commented 5 years ago

Hi there, this will get printed when the number of requested frames is greater than the number of frames that Lintel is able to decode:

https://github.com/dukebw/lintel/blob/1fbb02b293f1ecce4de2ea780c77566afdc5e97b/lintel/core/video_decode.c#L250