<< imagine this frame skipping message keeps going for a while>>
[verbose] ofxVideoRecorder: recDelta = -0.0333333. Too many video frames, skipping.
[verbose] ofxVideoRecorder: recDelta = -0.0333333. Too many video frames, skipping.
[verbose] ofxVideoRecorder: recDelta = -0.0333333. Too many video frames, skipping.
The recoded video file is now complete.
[verbose] ofxAudioDataWriterThread: closing pipe: /home/job/Dev/OpenFrameworks/of_v0.9.3_linux64_release/apps/myApps/videoRecorderExample/bin/data/ofxarpipe0
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, s16le, from '/home/job/Dev/OpenFrameworks/of_v0.9.3_linux64_release/apps/myApps/videoRecorderExample/bin/data/ofxarpipe0':
Duration: N/A, bitrate: 1411 kb/s
Stream #0:0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
[warning] ofxVideoDataWriterThread: got file descriptor 16
[verbose] ofxVideoDataWriterThread: closing pipe: /home/job/Dev/OpenFrameworks/of_v0.9.3_linux64_release/apps/myApps/videoRecorderExample/bin/data/ofxvrpipe0
Input #1, rawvideo, from '/home/job/Dev/OpenFrameworks/of_v0.9.3_linux64_release/apps/myApps/videoRecorderExample/bin/data/ofxvrpipe0':
Duration: N/A, bitrate: 221184 kb/s
Stream #1:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 640x480, 221184 kb/s, 30 tbr, 30 tbn, 30 tbc
Please use -b:a or -b:v, -b is ambiguous
Output #0, mov, to '/home/job/Dev/OpenFrameworks/of_v0.9.3_linux64_release/apps/myApps/videoRecorderExample/bin/data/testMovie2016-06-06-21-58-50-363.mov':
Metadata:
encoder : Lavf56.40.101
Stream #0:0: Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x480, q=2-31, 800 kb/s, 30 fps, 15360 tbn, 30 tbc
Metadata:
encoder : Lavc56.60.100 mpeg4
Stream #0:1: Audio: mp3 (libmp3lame) (.mp3 / 0x33706D2E), 44100 Hz, stereo, s16p, 192 kb/s
Metadata:
encoder : Lavc56.60.100 libmp3lame
Stream mapping:
Stream #1:0 -> #0:0 (rawvideo (native) -> mpeg4 (native))
Stream #0:0 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help
frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.00 bitrate=N/A
video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Basically, the addon used to work perfectly, then it suddenly stopped working (without me changing any code anywhere). Now, ffmpeg no longer starts to encode until after I try to close the program, so all my files end up being empty. This is the output of compiling and running the
ofxVideoRecorderExamplecode: