![]() | 1 | initial version |
so, it seems you're stalling the underlying ffmpeg library, resulting in invalid frames. things to try:
break
out of the loop in case of a missing frame, rather continue
and try again.. ![]() | 2 | No.2 Revision |
so, it seems you're stalling the underlying ffmpeg library, resulting in invalid frames. things to try:
break
out of the loop in case of a missing frame, rather continue
and try again..