ofDirectShowVideoPlayer icon indicating copy to clipboard operation
ofDirectShowVideoPlayer copied to clipboard

ofDirectShowVideoPlayer contains DirectShowVideo a C++ class that allows for video playback and pixel access and ofDirectShowVideoPlayer, an openFrameworks wrapper.

Results 6 ofDirectShowVideoPlayer issues
Sort by recently updated
recently updated
newest added

Not sure if this player was intended to function with gif playback, but this line fails to load the gif ``` bool loadMovie(string path, ofPixelFormat format){ ..... //this is the...

Hi Theodore, thanks for crafting the ofDirectShowVideoPlayer. It works like a charm, much better then the build-in player of openFrameWorks. However, I did come across a nasty memory leak. I...

Player doesn't reset playback to the begging when the stopped. Also includes an additional NULL check.

example by @prisonerjohn and a fix for a type conversion bug

ping @igierard feel free to submit those branches as PRs and I'll pull them in.