Hi everyone
I’m new in oF, and C++…
I have a little question, I could not find anything in the forum related to that…
I’m doing some exercises, like a simple video player:
void videoApp::setup(){
ofBackground(255, 255, 255);
screenHeight = float(ofGetScreenHeight());
player.loadMovie("Happiness.avi");
player.play();
isPaused = false;
}
but when compile and run the code, in the app window appears in video:
“demo expired, 3ivx trial”, like in quicktime player 7…
(in the file attached)
is there any way to remove it, or i need to buy quicktime licence?
Thanks!!
