Hi
The first version of the Theora mod is ready. This allows BlitzMax to open and play movies in Theora format.
Like the MPEG mod it does not support sound.
command set
OpenTheora
DrawTheora
DrawTheoraImage
TheoraWidth
TheoraHeight
StartTheora
The license allows the theora library and theora movies to be used in commercial products. http://www.theora.org/faq/#14
Things still to do..
1) clear up memory cleanly.
2) Maybe optimise the YUV conversion furthur.
3) Make BlitzMax control the stream and not the C wrapper.
To convert your movies into Theora format use ffmpeg2theora. This can be found here http://www.v2v.cc/~j/ffmpeg2theora/
Its only been tested on Windows so far.
Please report any problems in this post.
have fun..
The first version of the Theora mod is ready. This allows BlitzMax to open and play movies in Theora format.
Like the MPEG mod it does not support sound.
command set
OpenTheora
DrawTheora
DrawTheoraImage
TheoraWidth
TheoraHeight
StartTheora
The license allows the theora library and theora movies to be used in commercial products. http://www.theora.org/faq/#14
Things still to do..
1) clear up memory cleanly.
2) Maybe optimise the YUV conversion furthur.
3) Make BlitzMax control the stream and not the C wrapper.
To convert your movies into Theora format use ffmpeg2theora. This can be found here http://www.v2v.cc/~j/ffmpeg2theora/
Its only been tested on Windows so far.
Please report any problems in this post.
have fun..