ThumbGenie: An AIR Thumbnail Generator for MPEG4-AVC / SWF Files

One of the not so nice aspects of hosting your own Jing / Jing Pro videos is generating thumbnails that can be used for the “click-to-play” screen that viewers initiate video playback with. My current thumbnail workflow works something like this:

  1. Capture video.
  2. Save video to local disk (desktop).
  3. Open video with QuickTime Pro ($30).
  4. Select a video frame and Choose QuickTime’s “Export Movie as Bitmap” option.
  5. Open .bmp file generated by QuickTime Pro in Fireworks (beaucoup $$$).
  6. Resize image in Fireworks to fit my embed dimensions (embed dimensions are different than video dimensions).
  7. Export out JPEG file (.jpg) with some compression applied (trade quality for size).

Jing’s supposed to be all about the easy, but the workflow above is decidedly not. It shouldn’t be that hard to generate thumbnail images from your JIng videos and it shouldn’t be ultra expensive. Enter ThumbGenie, an AIR application, written by moi, that allows you to load MPEG4-AVC or SWF files, select a video frame and generate a thumbnail image as either a JPEG or PNG file. Wait, it gets better. You can apply JPEG compression and scale the exported image down. Best of all its completely free, as in beer. So what are you waiting for, download ThumbGenie and start generating thumbnails pronto!

If you head over to ThumbGenie central you’ll find some helpful “getting started” videos as well as the installer badge.

Get Adobe Flash player

Flex Basics – The Script Tag

Grasping the simple things is often the hardest part to getting up and running with Flex. For example, a friend of mine who I’ve been trying to pull over from the dark side (.Net guy) asked, “I’ve got an MXML Application with a button in it that I’d like to bind to a method–where’s the code behind.”

The simple answer of course is to point him to the “script” tag (let’s just forget code behind support was ever added to Flex). Rather than typing up a long winded response I made a quick and dirty Jing video to “show him around” Flex’s script tag (no deep explanation, I’m just teaching by “doing”).
(more…)

Page 2 of 212