ofxHapPlayer
ofxHapPlayer copied to clipboard
A Hap player for OpenFrameworks
I'm working for Igloovision on updating a Windows app from OF 8.4 to 9.7 We want to use ofxHapPlayer as the default player, but if the movie is non playable...
While testing this addon, the default sample video worked fine, but when I tried these, I got crashes after around 5-20 seconds. Also, CPU usage went through the roof. I've...
It looks like the new player is still working in the background when it is paused. I discovered this because I migrated a project to the new libavformat-player, where I...
ofSoundStream sucks (see openFrameworks/openFrameworks#5519) will require per-platform solution without using ofSoundStream - or use libavfilter to mix down to a single stream, which won't be a safe solution if users...
AudioThread needs to fade audio out when stopping and jumping to avoid audible clicks
Hello, I'm using the libavformat branch on MacOS Sierra. The compiled app works fine in the project folder but if I move this elsewhere it fails to start. The crash...
If you play a movie and use getCurrentFrame() then the movie framerate get progressively slower until the end of the movie. For a movie that's 130 sec long the rendering...
Hello, I have successfully loaded a hapQ codec video. Unfortunately, I was implementing a fade as seen below on regular hap codec video which is not working with hapQ. Any...
I'm working to display several videos overlay each other. I draw the background and the front mask in ofApp.cpp and they goes smooth. Between them, I draw some videos which...
I am developing on OSX El Capitan and OF0.8.4. Trying to play videos with hap alpha codec one over other, I found that the one with opacity on top will...