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'm using this library to implement my autonomous system, and everything was fine until today I got this error:
[h264 @ 0x7f762c0369e0] Too many slices, increase MAX_SLICES and recompile
After little search I see it has a problem with the ffmpeg library, I understand that Katreina library uses the P-framing which thus takes 1 frame from each coming 30 frames in 1 second.
I need to have a solution as soon as possible.
Regards.
The text was updated successfully, but these errors were encountered:
I'm using this library to implement my autonomous system, and everything was fine until today I got this error:
[h264 @ 0x7f762c0369e0] Too many slices, increase MAX_SLICES and recompile
After little search I see it has a problem with the ffmpeg library, I understand that Katreina library uses the P-framing which thus takes 1 frame from each coming 30 frames in 1 second.
I need to have a solution as soon as possible.
Regards.
The text was updated successfully, but these errors were encountered: