Timothy Scaffidi

Results 23 comments of Timothy Scaffidi

I'm working on a project where this feature is needed. Specifically I need to be able to create multiple contexts which all share with an external native context. Are there...

Hey thanks for the bug report. What version of OF and Ubuntu are you on? Are you using the latest master branch of ofxVideoRecorder or an older release?

I have not yet upgraded to 16.04 but I plan to do so soon. I will run some tests once I upgrade and see what I can find.

I'm on ubuntu 15.04 LTS. I have noticed that sometimes ffmpeg will wait a few seconds before it starts doing anything, so if your videos are very short then it...

I have since upgraded to 16.04 and I have tested the current HEAD with 0.9.4, and I have not seen this issue yet. It could have something to do with...

Hi Zach! Thanks for the bug report. There have been issues in the past with spaces in filenames, and ffmpeg seems to be extra finicky in that regard. I'll take...

@JobLeonard just tested again on ubuntu 16.04, OF 0.9.8, and ffmpeg 2.8.11. Again it works as expected for me, so I am at a loss. Feel free to post on...

If I had to guess, the reason that turning off audio works is because there is then only a single pipe into the ffmpeg process. If you open both audio...

I've never tried on windows, I'm not sure what the equivalent for unistd.h is, or if it is even possible. It might be simpleer to just use a unix compatibility...

There is already an option to disable syncing to the system clock for video only streams. Is it your intention to allow recording video+audio without automatic synchronization?