Hi @chankalun & @KPatel,
To work with video alpha channel, you must call ofVideoPlayer::setPixelFormat(OF_PIXELS_RGBA) before loading your video file.
If you want to work with a lot of videos, you might consider ofxHapPlayer.
Hi @chankalun & @KPatel,
To work with video alpha channel, you must call ofVideoPlayer::setPixelFormat(OF_PIXELS_RGBA) before loading your video file.
If you want to work with a lot of videos, you might consider ofxHapPlayer.