Hi all,
I’ve recently upgraded an old project from 0.8.4 to 0.9.8. The project used the ofVideoPlayer using QTKit to do some quick snapping to frames in videos (and also some scrubbing). Basically I have some audio and the video needs to snap to random frames on the beat. So it has to be fast. Anyway, I had it working flawlessly before the upgrade.
Now that QTKit video support is gone in the latest version of Mac OS, I have upgraded the project to use ofAVFoundationPlayer but any time i try and jump to a frame, the video often hangs for a while before playing. It is very “sticky”.
Video scrubbing hasn’t worked at all. I had to write my own “scrubber” to move through a sequence of jpegs.
I was wondering if anyone else had experienced similar problems? Or had any thoughts as to how to do this kind of thing in the latest version of OF without QTkit?
Thanks in advance for any help!!
Adam