Hey guys,
Wondering if anyone can give advice for saving a Quicktime on the iPhone from openFrameworks.
I have an application that grabs pixels from the camera, saves them into looping buffers, and it’d like to export to video.
I can compile with FFMpeg via ofxFFMovieMaker, though I get an error on file creation:
**Could not open ‘/var/mobile/Applications/EDB0D243-1F07-4649-AABE-AE75560917DE/looping.app/movie.mpg’
**
I’m not sure FFMpeg will create the correct video format in the first place, though it’s my closest lead. ofxQtVideoSaver isn’t compiling on armv7, yet.
Any advice really appreciated!
Thanks,
Steve