Most home computers are not yet powerful enough to grab/digitize video at sizes larger than 320 x 240, or frame rates greater than 15 frames per second. Ideally you will use a machine with a lot of RAM and a fast hard drive with lots of contiguous free space. If necessary, optimize your drive before attempting any lengthy video grabbing.
Video Grabbing can be done with Premier, or more simply with Apple Video Player. Make sure to allocate plenty of memory to either application, and remember you are digitizing sound as well as visuals.
When you have grabbed the desired video, you can use Premier, or again more simply, Movie Player to do basic editing.
Movie Player can do many things including:
Note: Remember to set the Quicktime window playback head to the beginning before saving, if you want the movie to start from that point.
Sound Edit 16 can:
Movie Cleaner (Lite) or Media Cleaner (PRO) can:
Movie Cleaner (Lite) or Media Cleaner can:
Internet Movie Tool can:
To use Internet Movie Tool, simply drag a Quicktime file onto the Internet Movie Tool icon.
Using Embedded Quicktime Movies in Webpages
For Quicktime movies to be displayed in a web page, both the Quicktime browser plugin and Quicktime system extension must be installed. The Quicktime browser plugin is now standard issue with current versions of Netscape and Explorer, and the Quicktime extension is a standard part of the Mac system. However, the Quicktime extension for the PC system still must be downloaded and installed seperately.
All necessary Quicktime and QTVR software for Mac, Windows, and NT can be gotten from Apple's Quicktime Software site.
Basic Possible Attributes of the HTML <EMBED SRC> Tag:
HEIGHT=size in pixels. WIDTH=size in pixels.Volume= 0 through 256. Audio volume settings for movie sound.
SCALE=TOFIT, ASPECT, or a number (eg. 1.5). If TOFIT, scales movie to dimensions specified by HEIGHT and WIDTH attributes. If ASPECT, scales according to HEIGHT and WIDTH, but maintains aspect ratio. If number, scales movie by value of that number.
AUTOPLAY=TRUE or FALSE. If TRUE, autoplay causes movie to begin playing as soon as the Quicktime plugin estimates that it can paly the movie without waiting for additional data. The AUTOPLAY default is FALSE. Use AUTOPLAY=TRUE when you have 'hidden' the Controller or movie.
CONTROLLER=TRUE or FALSE. Sets the visibility of the controller. The CONTROLLER default is TRUE (visible). Note: If you will have a visible Controller, you must add sufficient extra pixels to the specified HEIGHT dimension. On a Macintosh 16 extra pixels are required to see the whole controller. On a Windows machine with 'Large Fonts' turned-on it takes 24 extra pixels to see the whole controller, and without 'Large Fonts' turned-on it takes 18. Thus, 24 ensures all users can see the controller. As long as you are using solid background color for the webpage, any unused space beneath the controller will be filled with the background color.
HIDDEN (no value needed). Use the HIDDEN attribute to make a sound-only Quicktime invisible (make sure to also use AUTOPLAY=TRUE).
LOOP=TRUE, FALSE, or PALINDROME. The LOOP default is FALSE. When specified as PALINDROME, the movie will play alternately forwards and backwards.
HREF=URL. Provides a link to another page when the movie is clicked on. Only appropriate for a movie without a controller.
PLUGINSPAGE="http://quicktime.apple.com". For those who don't have it, this links to the download site for the Quicktime browser plugin necessary to view Quicktime material.
- A full 'Embed Src' tag might look like this:
<EMBED SRC="MyMovie.mov" HEIGHT=120 WIDTH=160 CONTROLLER=FALSE AUTOPLAY=TRUE LOOP=TRUE VOLUME=185 SCALE=2 ALT="Quicktime movie with myself as a clown, 126K" PLUGINSPAGE="http://quicktime.apple.com">
Most of the time, though, you will just use a few of these attributes.
NOTE: If a movie is visible and does not have an HREF attribute associated with it the movie can be started or paused by double-clicking or clicking on it.
Making and Embedding Quicktime VR Panorama Movies
Creating QTVR Panoramas
Remember that the panorama will be converted into a continuous 360 degree space, so you might want to consider how the ends will match or meet. Patterned, monochrome, or gradient backgrounds work well. While in Photoshop, you can layer other images, textures, spaces, etc. onto the panoramic space to increase its richness or to possibly cover end-points that won't otherwise match.
The height setting of the QTVR display window will autoscale the panorama movie to fit (based on the initial zoom-in percentage). So if it has to autoscale up your movie by very much, the quality will begin to suffer. The default height setting for the QTVR window is 300 pixels. I wouldn't make panoramas whose height is much bigger than that, or browsers will struggle to download and display. Conversely, if the height of your original panorama is smaller, you can set the QTVR window height to a smaller dimension to prevent pixel distortion caused by autoscaling your movie up to the larger window height.
NOTE: In order for QTVR movies to be "flattened" for use on the internet, or multi-platform distribution on CD-ROM, etc., they must be saved using QTVRPlayer with the options "make movie self-contained" and "playable on non-Apple computers" checked.
Embedding QTVR Movies
All necessary Quicktime and QTVR software for Mac, Windows, and NT can be gotten from Apple's Quicktime Software site.
<EMBED SRC="MyQTVRMovie.mov" HEIGHT=300 WIDTH=400 CORRECTION=PARTIAL ALT="QTVR of Lake Michigan, 126K" PLUGINSPAGE="http://quicktime.apple.com">The HEIGHT and WIDTH dimensions are those used for the window "View Size" settings in creating the QTVR movie, not the original dimensions of the pict panorama.
The CORRECTION parameter can be specified as PARTIAL, FULL, or NONE as desired to control the angle of display.
There are no CONTROLLER, AUTOPLAY, etc. attributes for embedded QTVR>