BlitzMovie

Blitz3D Forums/Blitz3D Userlibs/BlitzMovie

_33(Posted 2008) [#1]
This lib from Harriman Software is called BlitzMovie. Harriman software seems down, but the need for more compatibility, speed, and more capoablitities for video playback in Blitz is still there.

Version 1.3 of BlitzMovie is available here: http://www.melog.ch/dl/blitzmovie1.3-beta.zip

Version 2.0 exists but very hard to find.

Other threads related to BlitzMovie:
http://www.blitzbasic.com/Community/posts.php?topic=74408
http://www.blitzbasic.com/Community/posts.php?topic=56354
http://www.blitzbasic.com/Community/posts.php?topic=44383 BlitzMovie 1.2 release and map editor news
http://www.blitzbasic.com/Community/posts.php?topic=43958 Pause / resume video playback

Code example for version 1.3 on an image:


What this lib permits, as of version 1.3:
- Play MPG, MPEG, AVI, WMV
- pause the playback
- Control on the audio output: mute, set volume
- Decode the video on an image
- Decode the video on a texture
- Get the size of the video in pixels
- Read pixels from the video feed

What this lib doesn't do:
- Play the video backwards
- set the play position in the video (other than stop and restart)
- change the play speed
- Read VOB (DVD movie files)

Other lib for video playback: http://www.blitzbasic.com/Community/posts.php?topic=52485

Note: Actually there are not a lot of functionnal tools to help anyone on Blitz3d to be able to reliably play videos in his title without the risk of corrupting memory both on the videocard or the main. This is the only lib I found that actually works for AVIs.

Cheers


RemiD(Posted 2016) [#2]
Hello,

If somebody has the archive "blitzmovie1.3-beta.zip", can you please post a fresh link to download it ?

Thanks !


RemiD(Posted 2016) [#3]
here : http://www.blitzmax.com/logs/userlog.php?user=8652&log=1737