Apple releases QuickTime 7 for Mac OS X 10.3.9 Panther

Apple has released QuickTime 7 for Mac OS X 10.3.9 Panther.

QuickTime 7 for Panther includes H.264 support, live player resizing, improved playback controls zero-configuration streaming, surround sound with up to 24 channels of audio, and more.

The update is available via Software Update, or from Apple’s website here.

Apple’s Mac OS X 10.4 Tiger comes with QuickTime 7 pre-installed. QuickTime 6 Pro users who wish to purchase QuickTime 7 Pro can do so for US$29.99. QuickTime 7 and QuickTime 7 Pro Windows versions are “coming soon.”

QuickTime Pro offers more than just “full screen” playback. It allows for editing, scripting, and much more. If you want to see larger movies on the cheap, turn on Zoom (Universal Access in System Preferences) and Command-Option-+ into the movie. Hey, it works!

22 Comments

  1. So show me where I can see some H.264 content… The Movie trailer page has movies encoded in QT 5 content (Hitchicker’s Guide…) but I can find no H.264 content for demo purposes

  2. It is absolutely RIDICULOUS that Apple insists on charging current Pro customers another $30 bucks just to KEEP Pro in QuickTime7.0. In fact, it’s also kind of crazy that with all the bundled software and revisions in Tiger, anyone buying it still needs to plunk down another $30 to be able to get BASIC functionality like full screen mode in QT.
    C’mon Apple, get real (and I’m a big Apple fan!)…

  3. > So show me where I can see some H.264 content… The Movie trailer
    > page has movies encoded in QT 5 content (Hitchicker’s Guide…) but I
    > can find no H.264 content for demo purposes

    And you probably wont until QT7 has been released for Windows.

    Though if you’ve pre-ordered Tiger from the Apple online store you’ll supposed to get access to a Tiger Seminar sometime today. Since the requirements for it include QT7 i suspect it will be encoded in h.264.

    If you want to encode some h.264 stuff yourself Handbrake can rip DVDs with that codec. QT7 plays back such content much more smoothly that VLC (due to Apple’s h.264 codec being optimised for the PPC i expect).

  4. This is the same thing that happened when QT went from 5 to 6. The registation code is tied to the major version number. I was pretty much expecting this…

    Previous QT Pro users should have a reduced upgrade fee (if any at all), and only new QT Pro users would pay the full $30.

  5. I’ve never liked the fact that you have to pay full price for the pro upgrade when you are already a pro user. Heck, i’ve been paying that pro price since QT 3 or 4, I can’t remember.

  6. Jeez, listen to you whiners! It’s only $30 for a major new revision. Apple didn’t promise you free products forever. This is the cost of a fucking tank of gas for fucks sake. You spend more on porn and Starbucks!

  7. Try this Applescript (yea, I knicked it from somewhere else, can’t remember where tho, sorry Mr. Author) Create an Applescript app using script editor, stick it on your desktop – there you go – FREE fullscreen.

    Btw, there appears to be a bug in QT7 – video is frozen when you switch back to playing normal size from fullscreen. You just have to close/reopen video.

    Also, I’ve commented out the rewind step – you may wish to uncomment that so it rewinds before playing fullscreen.

    tell application “QuickTime Player”
    activate

    try
    if not (exists movie 1) then error “Hey, I’m not a magician – no movies are open.”

    stop every movie

    — CHECK FOR THE CORRECT VERSION
    set QT_version to (QuickTime version as string)
    set player_version to (version as string)
    if (QT_version is less than “5.0”) or (player_version is less than “5.0”) then
    error “This script requires QuickTime 5.0 or greater.”
    end if

    — rewind movie 1
    ignoring application responses
    present movie 1 scale screen
    end ignoring
    on error error_message number error_number
    if the error_number is not -128 then
    beep
    display dialog error_message buttons {”Cancel”} default button 1
    end if
    end try
    end tell

  8. oh, and 30 dollars here, 100 dollars there adds up. There is a limit to folks patience with Apple. Yeah, our alternatives are few. BUT all these little nit picky things add up. Remember when .Mac went to pay? Apple is not the do no wrong “alternative” to M$. They would and WILL do just what M$ does if given half a chance. My loyalty can be lost Apple. Hope yer listening.

  9. You can always jusy use VLC to watch QT movies in full screen. You can even watch Windows format AVI movies. That’s what frustrates me, Apple doesn’t have integrated AVI compatability. VLC plays H.264 also, but it’s playbacl quality kinda sucks.

  10. Installing QT 7 disables the “iGetMovies” software that allows you to save Music Videos, Movie Trailers, and QT Movies to your desktop!!! Even as a QT 6 Pro user, some movies could not be saved for later viewing using Quicktime. That’s when iGetMovies came in handy. Apple has graciously provided a QT6 reinstaller at the link mentioned above, however it only reinstalls QT6 on a machine running os x 10.3.9. Then you have to type your QT 6 Pro Key back into the registration pane. “iGetMovies” works again after reinstalling QT6-Yeah!

  11. I will probably be stoned for posting this, but does anyone know any way for a lowly windows user to play those high def trailers without waiting for QT 7 for windows ? (and not buying a mac) I think it’s poopy that you can’t just play a video of a particular codec anywhere.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.