|
MMBuilder Videos Guide v2.0 |
Top Previous Next |
|
Written by Lifeson - lifeson@mindspring.com NOTE: this document works perfectly with MMbuild v4.8 – there may be differences with the newer versions but hopefully the method remains basically the same Introduction Are you tired of reading endless posts and hunting through countless websites for bits and pieces of information on how to write complex MCI scripts? Do you simply want to use Multimedia Builder the way it was intended, and use the tools that are right there in front of you to build an exciting Video CD? Then this paper is for you !! Here I list several steps to create a Video CD (not a VCD – that’s an entirely different animal !!) using MM Builder – that will display shortcuts to any number of video clips, start the videos, stop them – and show/hide the controls perfectly. The Goal To create a CD that autostarts when the user inserts it, and shows a splash screen with a number of links listed to various video clips. When a link is clicked the video starts, plays with controls shown – then when done it vanishes and the controls vanish, taking you back to the original splash screen. The controls for each clip remain hidden until you activate the video, and they will then remain in sight, directly below the video, until it finishes or you click the Stop button – and then the video and controls vanish as they should. My own Story I have been playing with video for years now. I own a Sony TRV-900 Digital Camcorder, and a Canopus DV-Raptor capture card (previously I had a Miro DC-30 analog capture card). I captured 43 clips from my favorite movies . . . Planes Trains and Automobiles (the famous “those aren’t pillows!!” scene), Wayne’s World, Chris Farley, and even two full-length half-hour shows of my favorite vintage TV – The Honeymooners. I have since burned a few of these treasured CD’s and handed them out to Family and Friends – they have been a big hit !! People can take these with them while traveling and simply pop it into their laptop on the plane. Depending on the quality of the videos you make (I use Xing to convert my videos from AVI to space-saving MPEG’s) you could literally fit a full-length movie onto one 650 MB CD !!! The tricky part is setting them up so that:
My next project will be a CD resume, which will autostart a brief video Intro of myself on camera, and will contain buttons to click for my resume, projects I have done in Powerpoint, and a provide link to my website ( http://www.infocellar.com/ ) to the prospective employer. Getting Started Create a Mmbuilder project, and save it to a sub-folder within your main Mmbuilder application folder. Copy all videos there (buttons & bitmaps are contained within the autorun.exe file when the project is compiled and saved so no need top copy them in). I also copy my project file (.mdb) there as well, though it is not needed on the final CD. Steps – these are included for you to use “after” you have gone through the detailed steps. It is hard to memorize the steps, and it takes a while to read through the detailed steps. Therefore, after you get the hang of it – print these out and use them as a reference when you make your project. You will go through all the steps once for each Video. Insert the Video
Insert and Configure the Controls
click OK OK Configure the Video
Insert and Configure Text Button
Details Step 1 - Add Video - Using the tools on the left side, click the Filmstrip button and then click on your page where you want the video to run – the place you click will be the upper left-hand corner of the video, so keep in mind that it will extend down and to the right – also try to memorize a spot where you will click for all video so that they all run in the same spot. Then select the video from your hard drive. Instantly, a window opens with controls to play the video. At this point you unfortunately must add a “still screenshot” of the video, even though you don’t need one, since the buttons and/or text will act as the activator (so later we will Hide this “still image”). If, on the other hand - you actually DO want to add a still image, play the video and pause it on the image you want.
Step 2 - Add a Set of Controls for the Video - Add one set of controls for each video. The video name in Objects Box will now already be highlighted (if not, click it). Then click the Wizard Button (the Magic Wand on top), and select “Insert Video Controls”. The video controls will show up below the “still” and will be automatically linked to the video you have selected. In this example, it is the 13th video I have added. The videos are automatically given the following names in this exact order: Video, Video1, Video2, etc. The controls, however, are given weird names – so I rename them to match the video. In this example my video was automatically named “Video12” (it is the 13th video because the first video is simply named “Video”). The controls for Video12 were given the weird name “VideoControls_C_0A518”. Since you may need to work with the project in the future you need to have the controls name be related to the video name, so we will rename it next. Each Video has it’s own separate set of controls.
Double click the name of the controls in the Object and you will see this box:
NOTE: when you click the “Stop” button, it does make the controls vanish even without doing Step 2. However, when you click Pause and then click Stop, the controls do not vanish, and Step 2 fixes that.
Step 3 - Set up Video parameters and make Controls vanish upon completion of Video - double-click the video in the Objects box to open up it’s dialog box, and then rename it’s Label to whatever you want, and check “Hide Still Screen”.
The video itself automatically vanishes upon completion, but the controls will not. To make that happen, click run script/define, then click the Wizard button (wand) :
This brings you to the “Script Wizard” box :
Select the Action “Hide” (use the drop-down arrow), and then also select Object with the correct set of controls (VideoControls12) :
When you click OK you will see the script listed:
Click OK, and then OK again to get back to the main screen. Step 4 - Add Bitmap or Text Button to activate Video and “show” controls - if you have an existing button, copy (CRTL-C) and paste it (CTRL-V) and then move it (the pasted button will be directly on top of the one you copied). Otherwise, using the tools on the left side, click either the “Text Button” or the “Bitmap button” and then click where you want the button on your splash screen – this button will serve to activate the video and Show the controls. I used the simpler “Text Button” for this example :
NOTE: Mmbuilder has some great built-in buttons – click the tiny “Library” open document icon to access them – they all have three buttons to act as Auto-Open, Highlight, and Click Image Resize the button to make it the same size as the others, and then double-click it :
Rename it to the same name as your Video :
Now – the button you have just selected will serve to Play the Video and also to “Show” the controls, since unfortunately, when you hide the controls, they are also hidden when the video plays – this button will override that.
Click OK and then test the current page (F5) and run your video !! Test the first couple of videos that you inserts by allowing them to complete, and also make sure th Stop button works properly. Repeat these Steps once for each Video – when comfortable, just print the page with the steps and use that to refer to. It is difficult to memorize all the steps, and even I use the “Steps sheet” each time I make a video CD. |