A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
See here for an example of how to unzip with VBA: http://www.rondebruin.nl/win/s7/win002.htm
The movie files are in the folder unzippedFileFolder\ppt\media
The challenge will be to determine which movie-file belongs to which movie in the slides. I think you would have to read the "slide#.xml" files in unzippedFileFolder\ppt\slides to find the reference to Movie1, Movie2, etc. The movies are named incrementally based on the order they are inserted into the presentation, not in slide order.
Cheers
Rich