-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Not sure if this is a issue related to ofxVideoRecorder or to ffmpeg itself.
I'm using ofxVideoRecorder in a project and I'm having some strange issues. When I start running the application everything is fine and all videos are recorded perfectly but after some time some of the vids are completely scrambled, like that:
It does not always happen and sometime it happens after 30 mins sometime after an hour or more.
The program does not use much memory but it's quite CPU intensive. I've tried to make some of the processes threaded and the CPU usage went down but the bug did not disappear... I've also tried most of the codec available: mjpeg, h264, mpeg4 and even hap but at some point this bug keeps reappearing.
Did anyone run into a similar problem? Any suggestions?
