The patch works perfectly for my case. Just pushed the hotfix as ofxDirectShowPlayer
, in case you don't want to edit OF core.
https://github.com/motoishmz/ofxDirectShowPlayer
Now we have two choices to avoid this problem:
- Apllying your patch
- Using
ofDirectShowPlayer
with a proper width/height sized movie file - we foundofDirectShowPlayer
can load a movie if the width/height of the movie is divisible by 4.
Thanks @yoggy !