Closed mp051998 closed 2 months ago
ffmpeg_kit_flutter_full_gpl: ^6.0.3
This is my flutter version by the way.
Fixed this
My issue was that other than compressing, I was also using ffmpeg to extract images from the video and sometimes they would overlap. By keeping them one after the other, I stopped getting this error.
So I am doing a video recording with rolling footage. I use ffmpeg to compress the video. When the rolling footage interval is small (say <30s) I have no issues, but when it's greater than 1 minute, after recording 2-3 videos (of 1 mins each - if i am lucky), the remaining crash with this error. Any idea what's wrong?
This is the snippet I use to invoke the compression:
These are my command arguments:
This is the error I keep getting.
I've been breaking my head over this for quite a lot of time now, hope someone can help me out. Thanks!