Changes between Version 5 and Version 6 of Extensions/MovieResource

Show
Ignore:
Timestamp:
04/03/2008 09:06:23 PM (5 years ago)
Author:
cpvc
Comment:

update to reflect code changes

Legend:

Unmodified
Added
Removed
Modified
  • Extensions/MovieResource

    v5 v6  
    1 = {{{MovieResource}}} = 
     1= {{{FFMPEGResource}}} = 
    22 
    33Get the latest version with: 
    44{{{ 
    5 darcs get http://daimi.au.dk/~cgd/extensions/MovieResource 
     5darcs get http://daimi.au.dk/~cgd/extensions/FFMPEGResource 
    66}}} 
    77Or add the following to your [wiki:ReposFile repository group file] 
    88{{{ 
    9 /extensions/MovieResource http://daimi.au.dk/~cgd/extensions/MovieResource 
     9/extensions/FFMPEGResource http://daimi.au.dk/~cgd/extensions/FFMPEGResource 
    1010}}} 
    1111 
    1212== Description: == 
    1313 
    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]. 
     14This 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]. 
    1515 
    16 The extension is using the ffmpeg lib, and does not include decoding and playing of sound. 
     16The extension is using the ffmpeg lib, and does not include decoding-playing of sound. 
    1717 
    1818== Dependencies == 
     
    2424[http://www.openengine.dk/wiki/BuildWindows BuildWindows] page. 
    2525 
    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. 
    2727 
    28 == Contact == 
     28== Coordinator == 
    2929For error reporting please contact [http://openengine.dk/wiki/People/cpvc cpvc] 
     30