Stage 1: Scripting and Shooting the Video
Select a two-minute example of excellent or interesting editing from a film of your choice. Write a script that tells us why it is excellent and/or interesting. Viewers should be able to understand your point without having seen the scene, and you should also include identifying information about the film and its creators. To make your analysis both precise and concrete, use the terms you have learned in this class and in CMS 2100. I have written a sample script that can serve as a model.
Next, using a point-and-shoot camera, phone, or other mobile device, record a two-minute video self-interview in which you deliver this script. Note that this does not say "read" the script. Your delivery should sound engaged, upbeat, and knowledgable. To achieve this, you will need to rehearse the script multiple times, effectively memorizing it before you shoot the video.
To create high-quality footage, follow these recommendations:
- Find a quiet place. Bad dialog recording is the most common problem with amateur video.
- Find a good background. It should be neither too busy nor too boring.
- If possible, lock down the camera on a tripod or stand. "Shaky cam" footage does not compress well for the web. If someone else is holding the camera for you, stress that she/he needs to keep it still.
- You'll need LOTS of light, but if you shoot outside, try to avoid direct sunlight.
- Speak directly to the camera's lens, so viewers will feel that you are making eye contact.
- Orient your body either on the left or right of the frame. (Sitting directly in the center of frame tends to look odd, and it's hard to cut together with other shots.)
- Most video is wider than it is tall. If you use a phone or tablet, turn it sideways.
Stage 2: Importing, Editing, and Formatting the Video
Importing to the lab computers
To import footage from your camera to the lab computer's, complete the following steps.
- Make sure that your computer is in the "Video" user account.
- Connect your camera to the Firewire or USB port on the front of the computer.
- In Final Cut Pro (FCP), create a new event on the Macintosh Hard Drive.
- Click the icon to select the "Import from Camera" option. You will be prompted to select the movie from the files saved on the camera.
Editing the video
- In FCP, create a new project and edit the video into its timeline.
- Cut unnecessary footage.
- Add footage from your choosen movie to illustrate your analysis of the scene.
- Add a short title sequence that includes your name, the date, and a title.
Once complete, use "Share > Export for HTTP Live Streaming" to export the video as an MP4 file. In the dialog box that opens, select only "broadband" from the options. (Deselect everything else.) Save the resulting files to the Desktop. (You will not use most of these files, so you can delete them.
This process will create two video files in MP4 format: "videoName Broadband High" and "videoName Broadband Low." Use the "videoName Broadband High" version in your project.
Formatting the video using firefogg and Handbrake
If you followed the steps outlined in the previous section, FCP exported the video as an MP4, which is one of the formats you will use online. In this case, you can skip the next paragraph and jump directly to the numbered directions below.
If the file is not saved already as an MP4, use Handbrake and the directions on pages 100-06 in Mark Pilgrim's HTML5: Up and Running to transcode the file to MP4. (Pilgrim's book is also available online.)
- To create a WebM version of the video, open Firefox and navigate to the firefogg web site. Follow the directions to convert your MP4 file to WebM.
- Copy both the WebM and MP4 files to your Flash drive in the "video" folder.
- Rename the files so that the file names include only lower case letters and no spaces. For example, "video-name.mp4" and "video-name.webm."
Distributing Video on the Web
Embed the video in a web page using the HTML5 <video> tag and the steps detailed on pages 110-14 in Mark Pilgrim's HTML5: Up and Running. (The book is also available online.).
Pilgrim cites Camen Design's Video for Everybody! technique; Jonathan Neal's Generator will create the necessary VfE code based on your options. Make sure you copy the complete code before pasting it into "Code View" in your page. Note also that you should include the complete URL's pointing to your two video files. The URL's should like this:
http://studentwebs.clayton.edu/sspence3/4450/vlog/video-name.mp4