Decode AVI frames to textures

BlitzMax Forums/BlitzMax Programming/Decode AVI frames to textures

jp22(Posted 2008) [#1]
Hi
I've been trying to find some info/code to handle decoding an AVI (either by saving the frames to disk, or displaying as textures). I@m not just after an AVI movie player.

Although I've found bits and peices, I've not found anything which seems to be a "standard" way of handling this by the Blitz community.

So, question remains: What's the best approach which everyone uses?


Thanks!


tonyg(Posted 2008) [#2]
AVI4BMP?


jp22(Posted 2008) [#3]
Good start..Thanks!

Now if only the same thing was a .DLL which I could call in my blitzmax code.....!


PantsOn(Posted 2008) [#4]
if you just want movie frames and not bothered about the format of the movie.
I have written a theora movie player (ability to decode individual frames to a pixmap). theora format is free for commercial applications.

You can convert movies to theora format by using ffmpeg2theora.
See the links in my sig


plash(Posted 2008) [#5]
I think you can load AVI's using BaH.Magick.


Brucey(Posted 2008) [#6]
And BaH.AVBin, for that matter...