qt_tools 2.7 released

qt_tools 2.7 corrects some incompatibilities with Mac OS X 10.5, “Leopard”.

Particularly, the settings dialog could get stuck in a hidden, inoperable state.

That is all.

qt_tools Universal Binary (at last)

Subject says it all. Oft requested and long overdue, here is a universal binary (PPC and Intel) build of my Macintosh QuickTime command line tools, “qt_tools”. Sure does compress movies faster than emulating that ol’ Moto cpu.

Sorry for the wait.

qt_tools — AOK on Intel Macintosh

sweepsmall.mov

click for
/sw/qt_tools/images/sweepsmall.mov

I hate to admit it, but I only last week started using an Intel-based Macintosh. A quad-core 2.66GHz, to be precise. I guess it does feel faster than the dual-core 1.25GHz G4 it replaces. And I was very very worried about my software not working.

But fortunately, everything actually does still work! I use Photoshop CS2 and After Effects 7.0 and even DVD Studio Pro 4, and they work fine. (Oh, I’ll be getting the latests for them, when I can. This is personal use costs, and I don’t use pirateware, so it may be a little while. And then they should really click right along, huh?)

Anyway, this post is to report that my free QuickTime command-line utilities qt_tools seem to work fine on this here Intel Macintosh! Hooray.

(I’ve heard reports that they can be recompiled for Intel with about a 50% performance improvement. And I’ll be investigating that as time permits, but porting software from big-endian to little-endian, or biendian, is not to be taken too casually.)

But what is qt_tools?

Well, you can get the full schpiel at the qt_tools page but generally, it lets you transform movies and images at the command line. Here’s some examples.

$ qt_export foo.mov foo.mp4                                   # convert a movie to mp4
$ qt_export bar.wav bar.aif                                   # convert a sound file
$ qt_export --sequencerate=30 frame001.jpg framesAsMovie.mov  # import frames to a movie
$ qt_export big.mov --size=80,60 tiny.mov                     # resize a movie

It’s very handy for some kinds of bulk processing, and certain production flows. If you’re into shell scripting — a very retro and powerful technology!