You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite sure that this is a bug. When mpegCoder returns a None, it means the video has reached the last frame. In my expectation, it should read the 00:00:09:29 picture, and return a None after that. However, actually it reaches the None output after the 00:00:09:27 picture. It means that there are several frames that are not read. Currently, I have no idea why this bug happens, so I could not provide you with a solution instantly. Please give me a few weeks to tackle this problem. Recently I do not have plenty of time on this project but I think this issue may take me a long while to solve.
Get started
Description
Hi @cainmagi
When I try to extract last 2 frames of a video it return None
Here is the code used :
You can change the frame by changing the slider
Here is the video used, 10sec/300frame video @30fps
the time code should be from 00:00 to 09:29
beeping every 1 sec/ 30 frame
30.mp4
Not really sure if this is a bug or if I'm doing something wrong
To Reproduce
Traceback
No response
Behaviors
Screenshots
No response
OS
Windows 10
Python version
3.9
numpy version
1.23.1
mpegCoder version
3.2.4
Additional context
No response
The text was updated successfully, but these errors were encountered: