Changes between Version 5 and Version 6 of Extensions/MovieResource
- Timestamp:
- 04/03/2008 09:06:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Extensions/MovieResource
v5 v6 1 = {{{ MovieResource}}} =1 = {{{FFMPEGResource}}} = 2 2 3 3 Get the latest version with: 4 4 {{{ 5 darcs get http://daimi.au.dk/~cgd/extensions/ MovieResource5 darcs get http://daimi.au.dk/~cgd/extensions/FFMPEGResource 6 6 }}} 7 7 Or add the following to your [wiki:ReposFile repository group file] 8 8 {{{ 9 /extensions/ MovieResource http://daimi.au.dk/~cgd/extensions/MovieResource9 /extensions/FFMPEGResource http://daimi.au.dk/~cgd/extensions/FFMPEGResource 10 10 }}} 11 11 12 12 == Description: == 13 13 14 This extension contains an implementation of a {{{ MovieResource}}}, which subclasses both {{{TextureResource}}} and Module. Being a module the resource gets processing time to decode the movie and switch its internal texture. An example project has been provided to show how to use this extension: [wiki:Projects/GLTexturePlayer GLTexturePlayer].14 This extension contains an implementation of a {{{FFMPEGResource}}} implemention {{{IMovieResource}}}, which subclasses both {{{ITextureResource}}} and {{{IModule}}}. Being a module the resource gets processing time to decode the movie and switch its internal texture. An example project has been provided to show how to use this extension: [wiki:Projects/GLTexturePlayer GLTexturePlayer]. 15 15 16 The extension is using the ffmpeg lib, and does not include decoding andplaying of sound.16 The extension is using the ffmpeg lib, and does not include decoding-playing of sound. 17 17 18 18 == Dependencies == … … 24 24 [http://www.openengine.dk/wiki/BuildWindows BuildWindows] page. 25 25 26 - MAC OSX users ... comming soon.26 - MAC OSX users: download: [http://www.daimi.au.dk/~cgd/oe-mac-i32-packages.zip] and [http://www.daimi.au.dk/~cgd/ffmpeg-mac-i32.zip]. The first package should be installed as descriped on: [http://www.openengine.dk/wiki/BuildMac BuildMac], the second unzipped into the ffmpeg folder in the libraries folder. 27 27 28 == Co ntact==28 == Coordinator == 29 29 For error reporting please contact [http://openengine.dk/wiki/People/cpvc cpvc] 30
