@csw wrote:
Hi,
I seem to be getting an issue when trying to playback a video of size 5760x1080 (1920x1080 videos work fine) using ofxWMFVideoPlayer. I get the following error:
ofTexture: allocate(): ofTextureData has a 0 width and/or height: 0x0
ofxWMFVideoPlayer: An error occurred.It seems to happen inside the SetMediaInfo() method at this line:
if(MFMediaType_Video == guidMajorType) - the result is false for some reason
The video plays back fine in windows media player so I guess I have the codecs installed.
Has anyone else come across this issue?
Posts: 1
Participants: 1