From a DVD perspective, I understand the idea of a menu structure as a mechanism to physically play chosen video clips that are stored on the DVD. When creating a menu structure for a DVD, what is handling the operation of the menus? Is that a software-based thing that "runs" on the DVD player or is it something simpler?
Although the implementation obviously has to be different for a file-based video production, the idea is basically the same. I have a set of video clips that constitute my video production. Now, I'm just hooking everything together in PD and creating a large (about 45 minute) video production of these clips with some "glue" to merge everything together. For this project, it would actually make more sense for the viewer to be able to select the clips they'd like to play instead of having to wade through the entire 45 minute production. There must be some type of multi-media scripting language that will allow you to build an operational menu structure and run the menu to allow users to make selections and view individual clips and come back to the main menu upon clip completion. This is such a basic operational need that there just has to be some type of application that will allow this to be easily built. I could develop this in a specialized programming language but I want something that can be easily distributed and doesn't require specific software to run it. Basically, I need something that will allow the grouping of a set of video clips (or possibly web links to where these clips exist (i.e. YouTube)) and provide the ability to setup a front-end menu system (with integrated video, images, & sound) that can be executed so the viewer gets a clean interface for interaction with the clips. Maybe it could be done in a Java applet that could run within a browser. Or maybe Flash? Other options/ideas? Appreciate any help.