I am thinking of adding video to a current project I'm working on.
I downloaded the windows binary version, to test it. In my example I used big buck bunny OGG Theora Video, Vorbis stereo sound version.
It is the example code you provided on the wiki.
What I get back in console output is
[avi @ 00932850]max_analyze_duration reached
Movie_video::Initialize() - could not find any video decoder for this video form
at
Movie_audio::Initialize() - could not find any audio decoder for this audio form
at
[/code]
I then removed movie.ResizeToFrame(0, 0, 640, 480); for some reason
then i swear i heard sound for a second then the app crashed. every time after this the app crashed even when i changed it back and compiled.
now i get this in console whenever it crashes
[theora @ 00983aa0]7 bits left in packet 82
Last message repeated 1 times
[theora @ 00983aa0]Warning, unsupported keyframe coding type?!
Last message repeated 1 times
[theora @ 00983aa0]Header packet passed to frame decoder, skipping
Movie_video::DecodeFrontFrame() - an error occured while decoding the video fram
e
I will try compile the library from scratch when I get some time and see if I have some better luck. Though if anyone has any insight that would be very helpful.