Create sportscaster-style speech critique videos with Camtasia [Tutorial]

Sportscasters sometimes make sports interesting to watch with their instant replays, on-screen pen drawings and playback narratives. After watching some recent political speeches and reading articles like this one on FoundRead about politicians’ body language, I wondered - what if speech instructors could use the same sportscaster-style tools to critique speeches? Invite some students to play the part of the “sportscasters” and you have an assignment students not only enjoy doing, but contribute to the content of the course. Have different students participate each week over the course of the class, and you have a video podcast the class can publish. Here’s a quick example of what your class could create using Camtasia.

Get the Flash Player to see this player.

The magic sauce for creating this type of video is the ScreenDraw tool. To make this tool easily available, click on View > Annotation Toolbar in the Camtasia Recorder window:

camtasia1

camtasia2After you begin recording the screen, enable the annotation tools by clicking on the ScreenDraw icon on the Annotation toolbar. This gives you access to several screen-drawing tools, including a free-form drawing pen, several shape tools, a highlight tool and an arrow tool, all with configurable widths and colors. You can access the different tools and options by right-clicking inside the area you are recording:

camtasia3

For more information on how to use the annotation tools, see Techsmith’s online documentation.

Do you have creative uses for Camtasia in the classroom? I’d love to hear them - share them in the comments below!

Thank you for visiting NoShrinkwrap. If you enjoyed this article, check out the related posts below and subscribe to our feed.

Podcasting Howto: Using Audacity to duck music behind voice tracks

I’ve been listening to a lot of podcasts on a wide variety of topics lately, getting ideas for how faculty can integrate podcast creation into their own classes. One thing I’ve noticed is how polished and professional some podcasts sound - since I want our faculty to be able to produce professional-sounding media, I’ve been trying to identify specifically what separates the professional from the amateur. While many things seem to play a part in that professional sound, one consistent feature I can easily teach and replicate is the use of music. Some podcasts use only intro and outro music, others use music to indicate section breaks, and still others play constant, faint background music. However, all professional-sounding podcasts using music share one thing in common - ducking or fading music behind the voice track(s).

We’re promoting Audacity for basic audio recording and editing, so I looked into how to achieve ducking in Audacity. While there are several ways to duck or fade music, the most professional-sounding method involves the use of the envelope tool, which fades the volume of a track to a constant low level, then fades back to the original loud level. It’s pretty easy to use once you’ve gone through the steps; since video is much easier to follow than text-based documentation, I whipped up a screencast demonstrating the envelope tool, which I’ve embedded below. Tell me what you think.

As an aside, I also used this opportunity to play around with some alternative video upload services. Out of all the ones I tried, I liked Revver’s embedded video object the best. It’s interesting to see how some video services use more compression than others when transcoding the .avi I uploaded into .flv. Here’s the services I tried:

Do you have a favorite video upload service I didn’t try? Tell me about it - I’d love to test it out.

Installing Audacity and LAME in one step

A friend recently had an interesting problem - he wants to promote the use of podcasts to instructors as a component of courses taught online, and identified the excellent, open-source Audacity as their Windows tool of choice. However, as he began writing documentation for installing and using Audacity, he realized many instructors would be immediately turned off by the complicated installation process required to set Audacity up for exporting projects as mp3 files - many instructors who could otherwise be taught how to record and save projects would not understand how to unzip LAME, copy the DLL file into Audacity’s folder, then point Audacity to the lame encoder. Instead of writing thorough documentation that would likely daunt non-savvy instructors, I suggested an alternative - creating our own installer. It worked so well, I thought others might benefit from the idea.

First, a word about licensing.
I originally wanted to provide the one-step Audacity/LAME installer as a downloadable file, but started reconsidering after looking into license issues. Audacity and LAME are themselves covered by GPL/LGPL and therefore are re-distributable; however, I can’t tell what the SetupStream license terms are, and the patent mess covering the mp3 format may prevent distributing a package that installs Audacity with built-in mp3 output. Since I can’t really tell, I listed the steps required to make your own installer, and you can choose how you use or distribute it.

Step 1
First, I downloaded the tools I’d need. Since I was creating a custom installer, I needed the zipped version of Audacity, not their installer. Additionally, I needed LAME and an installation creator with the ability to insert registry keys. After trying a couple install creators, I chose SetupStream - it’s easy to use, freeware and offers a wide array of features, including all those I need.

Step 2
Next, some preliminary steps: unzip Audacity into its own folder, then unzip the file lame_enc.dll from the LAME zip file into the the same folder that contains Audacity.exe. Install and start SetupStream, select Create New Setup and click Next.

setupstream step2

Continue reading ‘Installing Audacity and LAME in one step’ »