@icq4ever wrote:
Hi.
I just found that ofVideoPlayer::getCurrentFrame() is something wrong.
(it's starting with negative value)
I'm not sure it's related with OF. but definitely different result with windows environment.for example. ..
ofVideoPlayer player player.load("test.mp4"); ... player.update(); if(player.getCurrentFrame() == player.getTotalNumFrames()){ // video ended // this block is never run on osx / linux but windows. }video codec : H.264, mp4 file.
Posts: 3
Participants: 2