The present and future of post production business and technology

What should Apple do with Final Cut Pro?

I’ve had a couple of goes at writing this post, or a post like it. One approach had me riffing on what is most probably a quote from Henry Ford:

“If I’d asked people what they wanted, they would have asked for a faster horse.”

With time to consider, maybe that’s too forward looking, but my fondest hope is that Apple has taken the time to re-imagine Final Cut Pro and a NLE interface in general. Reality is that not every technology in the Apple arsenal could be added to Final Cut Pro and the other Pro Apps immediately.

Writing applications is in some ways similar to building a house. There’s usually an initial plan, often with stages to be added in future releases planned from the start. (I once asked a Digital Production BuZZ guest, around the time of FCP 4.5, if everything from their original wish list was in Final Cut Pro: response, nowhere near all!) However, over time, additions get added on; another “room” here, another one there. While you try and keep it all looking the same inevitably technologies change and the new bits don’t look and feel the same any more.

Ultimately it reaches a point where the original foundations, plumbing, electrical, sewer and other services can no longer keep up with the revised and rejigged building. At that time, the building is demolished and started over. In the physical world, the many rebuilt Las Vegas hotels would be a good example. In the NLE world, Premiere Pro would be one example: it’s all new code and modern code at that.

Without a doubt the latest NLE releases from Adobe and Avid have been very much “faster horses” – providing the features that people are asking for: faster, more real-time, native workflows etc. Meanwhile Apple remain their usual secretive selves and release a very not-revolutionary Final Cut Pro 7. Now there is a substantial amount of rewriting of the Final Cut Pro code, as I’ve written about before, but maybe that’s not all they’re doing?

Now for my standard disclaimer: I have no inside knowledge, no secrets leaked, no inside source. This is pure conjecture on my part, based on public data points.

When Final Cut Pro was released in 1999 it was new code, but since development had taken 3 years at Macromedia and nearly a further year at Apple before release, it wasn’t that new. Compared with Premiere 5/6 and Media Composer of the day, it was very much more modern code. Since then Premiere was rewritten to Premiere Pro (modern code) and Media Composer has been progressively rewritten over recent releases and we’ve seen the results in AMA and their open timeline.

Meanwhile we haven’t seen an enormous amount of progress in Final Cut Pro. Some nice new features, some definitely new code but it would appear Final Cut Pro is lagging the other major NLEs. We’ve seen “extensions” (to borrow my building metaphor) like Log and Transfer, Multicam, and other new features added since Final Cut Pro 4.5.

What if Apple – since they have to rewrite much of Final Cut Pro – decided to not just do a “faster horse” rewrite but rethink what the NLE should and could be? The first problem with making major improvements is that it will involve change and we know that no-one likes change: they want things to get better but never change! So if Apple are re-imagining Final Cut Pro, it will be unpopular with “the pros”, at least until they give it a try. (And I can probably name those who will hate it among my acquaintances.)

We know that Randy Ubilos – the original designer of Premiere 1 through to  4.2, Final Cut Pro, Aperture, iMovie 09, and iMovie for iPhone – is now Chief Architect of Video Applications, which I have conjectured to mean that he makes sure good video technology is shared among all the (secretive) divisions of Apple. They certainly need someone filling that role.

What “everyone” thinks “must” be in the next version of Final Cut Pro

Now, notice that i did not say “What Apple must do. I don’t run a company the size of the ProApps division, nor do I have inside insight on the decision making process. But that said, I think most people would expect to see Apple at least catching up to its competitors with:

  • 64 bit native;
  • 4 K and larger Timeline support;
  • Native support for media that currently has to be transcoded or rewrapped into a QuickTime container;
  • Use all the processor cores to their fullest;
  • Better media and metadata management.

Ok, there probably aren’t that many people clamoring for better metadata management, but it’s a significant part of better media management, and crucially important for the future of automation in post production.

A 64 bit native Final Cut Studio would be able to work more reliably with large image sizes because it can address more memory: from the current limitation of 4 GB to virtually unlimited RAM access.

While Final Cut Pro can import images with more than 4,000 pixels in a dimension, a Sequence cannot be more than 4000 pixels in any one dimension. This is a very old, early QuickTime limitation that is part of the “old plumbing” of Final Cut Pro. 4K, for those who don’t keep the numbers in their head, is 4096 pixels wide. There are larger formats coming that people will want to edit in Final Cut Pro, such as RED Digital Cinema’s Epic camera.

While these are the most important things that Apple will need to address – to avoid having the user base complaining that Apple “don’t care” about professional video and have “abandoned” the Pro Apps – they are also the most difficult to address.

Adobe rewrote Premiere Pro leading up to an August 2003 release. Since this was modern code it was relatively easy to rewrite to 64 bit. The Mercury Engine rewrite took away dependencies on 32 bit code for media support (AVI and QuickTime) replacing it with nice new clean code. Adobe’s code is predominantly cross platform at the core, with a relatively small interface layer written in the native style for the platform. So Adobe quite reasonably claims “64 bit Cocoa”, which is completely true, but not what most people think. Neither Adobe nor Avid write against Apple’s Operating System Frameworks (APIs by a different name), whereas Apple does. Adobe writes the interface with Cocoa Frameworks (heavily subclassed to give the Adobe look, for those who care or even understand).

Avid have been progressively rewriting Media Composer, taking on a little of the rewrite with every release. Media Composer is neither claimed to be 64 bit (it’s still 32) nor does it use any Cocoa Interface Frameworks.

Apple have not been inactive. Pretty much everything written for Final Cut Pro since 4.5 has almost certainly be written in Cocoa. This would include Log and Transfer, HDV Log and Capture, presumably Multicam, Share, and Master Templates.

But the rest of Final Cut Pro 7 is still written with the older Carbon APIs that originally allowed an application to run on both OS 9 and OS X. This code has to be rewritten to Cocoa to achieve even these basic improvements and therein lies the problem.

QuickTime isn’t 64 bit. Well, parts of QuickTime are 64 bit in the QTKit framework. This work was done for QuickTime 7. However, as I’ve mentioned before, most of QuickTime has not been rewritten and Final Cut Pro calls many of these older APIs. You cannot build a 64 bit Final Cut Pro on 32 bit Carbon QuickTime APIs. Adobe seems to have worked around the problem by spinning off a 32 bit thread for QuickTime support so you lose that Mercury Engine goodness.

Apple could do that but there’s no way they could integrate it with Grand Central Dispatch (better use of all the available processor cores) or OpenCL (running code on the GPU), which would be key to performance increases and the use of all available processor cores. Intelligent use of Grand Central Dispatch and OpenCL would move Final Cut Pro’s performance more in line with Premiere Pro CS5’s Mercury Engine.

But no work appears to have been done on QTKit beyond what was needed to support QuickTime 7’s player and later the QuickTime X player. (Both call QTKit, which in turn will call the C APIs if there’s no Cocoa version available, although only the QuickTime 7 player will truly “fall through” to the C APIs). The QuickTime C APIs have over 550 “Classes” and more than 10,000 Methods. (Methods are commands in simple terms.) By comparison the 64 bit portion of QTKit contains just 24 classes and 360 methods! Now a lot of those Classes and Methods apply to features I expect to go from QuickTime: transitions, filters, interactive wired sprites, Flash support (already gone), and the rest. For more on the current state of QuickTime read this Ars Technica take on the state of QuickTime in Snow Leopard, particularly the references to Final Cut Pro at the end.)

There has been no apparent development of the QTKit framework for at least two years. What has been happening, as I posted in Introducing AV Foundation and the future of QuickTime, is a lot of work has been completed for media frameworks for iOS. AV Foundation in four years has 56 Classes and 460 methods.

That AV Foundation is to replace QTKit and the C APIs is a good thing because my reading of the Framework, Classes and Methods is that an AV Foundation based QuickTime would be able to support native media, something the current version cannot do. (Everything pretty much needs to be wrapped in a .MOV container.)

The first three bullet points above all require significant changes to QuickTime before they can be implemented. There are indications that the AV Foundation framework is slated to move to OS X desktop with OS X 10.7. This is not good news for the Pro Apps team, who would have liked it last year!

Now it’s possible that the Pro Apps Team have advanced builds of OS X 10.7 with the new AV Foundation-based QuickTime ahead of everyone else. This would be unusual, and it would be very unusual to build an app on top of such young code, except that it has been well tested in iOS. Even if they do have advanced access, it probably hasn’t happened much before the start of this year – or even the middle of this year – as AV Foundation’s real work was done for iOS 4 and 4.1. Real work, in this context, means the stuff we need for Final Cut Pro! It was only at 4.0 and 4.1 that the frameworks became “public”. They may have existed before that as private Classes as the two Classes introduced with 4.1 are almost certainly used for iMovie for iPhone released with iOS 4.0. It is generally not best practice to build on private frameworks (even if you’re inside Apple) because they frequently change before final release, but the urgency of rebuilding Final Cut Pro might mean they run that risk.

Even if they have advanced access to the new foundation, it’s going to be very tricky to deploy before OS X 10.7 is released. And we don’t have  date for that. Earliest expectation would be to announce at WWDC in June/July 11 and ship some time later that year.

To get all cores firing at full capacity would require linking to the Grand Central Dispatch framework, which is easy enough (relatively) once you have a Cocoa application. Similarly once you have a Cocoa application CoreData becomes available for use in media management.

The things I think Apple should probably think about doing.

Keep the media locations in project settings! Currently Scratch Disks are set as a General Preference with third party tools “switching” users. Rebuild it so media locations are project specific, wherever they are. And let us set our own locations for Capture, Render, Graphics but be aware of them in the project to allow direct browsing. Let us browse those “locations” with an interface similar to the way that iMovie and iDVD can access your iPhoto or iTunes library directly from within the interface.

Rebuild the Bin/Browser structure. That’s almost implied in upgrading metadata and media management support. Since Final Cut Pro 5.1.2 all metadata from non-tape sources has been stored as QuickTime Metadata within the Media. Not that we can access that from within Final Cut Pro (except by using miniME) but you have to believe there are plans to use it. Plus, the OS now has CoreData, which would be perfect to build a media database on. Final Cut Pro’s bin metadata display is essentially fixed, when it needs to be flexible so that any attribute-with-value that is in the file can be displayed as it can in Media Composer and Premiere Pro.

Make the Project format XML instead of Binary. Motion’s project format is XML, Premiere Pro’s project format is XML. There’s no reason why Final Cut Pro’s project format couldn’t be the XML format. The team did a lot of work on XML in Final Cut Pro 7 – something that’s not super obvious working with it, but is obvious when you’re deeply involved with Final Cut Pro XML.

Final Cut Pro XML has been one of Apple’s biggest success stories, becoming close to an industry standard. There’s no advantage to maintaining a separate binary (machine readable only) version of the project.

Fix all the bugs! I had to say it, even though it’s not realistic. Apple will almost certainly “fix” long standing bugs simply because they have been limitations in code that’s being rewritten. The reality of complex software development is that it’s impossible to ship code that is 100% bug free. Even internal QA and external beta testing can’t find every problem or imagine every circumstance that could occur. The next Final Cut Pro should be considered V1 code and will likely have some bugs.

Rethink Titling. I like that Randy Ubilos “though different” for Final Cut Pro’s titling needs, allowing multiple generators to be used in different way. This provided ultimate flexibility but frankly most people just want to compose a title over the actual video, and that’s not easy with the current tools. However, the OS now has some great text frameworks. Consider Pixelmator: while not as fully featured as Photoshop (mostly lacking selection and masking tools) it is built on OS X frameworks. It’s “just” (no offense, it’s work but not like writing from scratch) a front-end calling System frameworks.

Final Cut Pro could slide in a Core Animation layer over the current image in the Viewer with the Text (and paint) features right there, all thanks to code already written for Mac OS X.

Rethink the Interface. Reportedly Apple were looking to hire interface designers for the Pro Apps as recently as May 2010. I presume they’re hired by now, but you would expect a redesign to take at least a year to 18 months. (It is also possible that the positions were a smokescreen for other roles in the company. It happens but let’s assume face value here.)

Apple have some great interface elements in Cocoa, some of which were developed for ProApps. There are interface elements in iMovie 09 that looked interesting for Final Cut Pro (and certainly some who saw the LAFCPUG demo wanted access to those controls in FCP).

I’d love to be able to use QuickView on an item in the (new) Browser: press spacebar with the item selected and get a viewer, scroll down through items, just like in the Finder. There are a million interface designs possible with Core Animation. Would be great eye candy for the display to morph between Layouts. (I should add, that’s at the bottom of the interface overhaul list!).  Core Animation does open some nice interface elements.

The latest versions of the OS have been moving toward scalable interfaces, and I think Final Cut Pro would be a perfect example of the value of this technology. Right now the best we can do is choose text size, but a “written now” OS X application can be written so it scales with the display and scales intelligently so that borders remain proportional to the size the interface is being displayed, across all the various display sizes.

I’d love live search and auto-complete in the interface. The tools are there in Cocoa – we use them in prEdit – so once the Browser is rewritten, it should come standard.

And while we’re rethinking the interface, industry standard is definitely moving toward customizable interface colors. Now this one I’m not sure about. I suspect Apple’s attitude is along the lines of “we’ve given you the best possible color combination and you’ll only screw it up if we give you control”! Hopefully not. Even if it’s the Light to Dark slider Adobe provides in CS5. Avid are on the way to customizable colors with Media Composer but it’s still a “work in progress”.

Touch Interface. The more I use an iPhone and MacBook Pro with the touch interface, the more I love it. Working with Final Cut Pro now via touch feels like fun. Remember too that Motion has a whole Gesture library originally designed for pen and tablet input, but Touch is rapidly replacing that. I’m going to take fire for saying this, but I think Touch should be an important focus.

Background Rendering (to a cluster) Of course, with a good implementation of Grand Central Dispatch and OpenCL there’ll be a whole lot less rendering going on, but with file output increasingly more important than tape output (increasingly folks, you can’t argue with that) then rendering files becomes as important as real time performance, particularly as effects get more complex. Anything that needs rendering should just render in the background so it’s available.

AppleScriptable. When you’re writing a cross platform NLE you don’t focus on scriptable access specific to one platform. And that’s why Final Cut Pro has such poor (as in none) AppleScript support. Give us access to every command and menu item. Make the most common functions accessible to Automator. An AppleScriptable NLE, with a digital asset management server and I’m in workflow automation heaven.

More metadata automation. Well, part of me hopes they won’t because that’s my field, but it would be nice to see source metadata being used to auto-populate Titles or Master Templates (like iMovie for iPhone does).

Direct Access to Quartz Filters. We can get there now with tools like CHV’s but it would be nice to have direct access to filter building.

Better Integration with Final Cut Server. Let’s be able to call information from Final Cut Server within the Final Cut Pro interface, pull in media and have Final Cut Server handle all the media management to get it to the current project. For an interface comparison, think about how you can access your iPhoto or iTunes library in iMovie or iDVD.

Now I don’t expect that I’m even close, or they’ll be able to do everything in one release, but Apple, probably more than anyone else, have the right tools to really rethink the interface and leapfrog the competition with a whole new application.

I don’t even care if they keep Log and Capture or not!


Posted

in

by

Tags:

Comments

31 responses to “What should Apple do with Final Cut Pro?”

  1. AndrewK

    Wow. With everything you do I’m always amazed you create the time to write up long pieces like these.

    Personally, I hope you are very right about improved metadata management and better integration with Final Cut Server. The first time I started playing around w/FCsvr I was very let down with how little it and FCP shared information.

    My own wish list would also include a better multi-user environment for FCP. I know there are ‘Avid-like’ workflows for FCP but none of them are very elegant, IMO.

  2. Gee Philip,
    that is the longest post I have ever seen you do.

    Very good run down on just how much work Apple has to do to get back in the game with Adobe and Premiere.

    This is becoming a hot topic around the traps and looks like Premiere and the CUDA support added with the dSLR workflows is giving FCP a hard time.
    Still, the big plus is that FCP is used in a lot of larger companies using compressor farms. Getting content up and online fast is key.
    Premiere in CUDA makes a better editing experience, but nothing beats a massive Compressor farm to encode to final files.
    Still, Matrox and other companies are now coming out with desktop, feater then real time, H.264 encoders for Mac and PC. Taking this need, who only the big boys who spend big on a render farm, to the end user with a $500 investment for a better then real-time H.264 encoding.

    Where I see Premiere going in the next release is very much the encoding workflow and the final cut studio features.
    It will be interesting. Can Apple catch up, as one would expect Adobe/Avid smell the fear. An opportunity exists for them.

    In terms of “More Features” for FCP when it does raise from the phoenix ashes.. I disagree with the fact we will see to many of them. The job without them is already huge. If we see new features, they will not be too out side of the square. Not until the DEV team has some breathing space.

    James

  3. “Where I see Premiere going in the next release is very much the encoding workflow and the final cut studio features.

    meaning Final Cut sever features, sorry, hands have a mind of their own.

  4. I agree with James that what we’ll probably see is less “features” and more under-the-hood. As you imply, Philip, a rewrite may indeed “create” new features such as 4K support and background rendering by nature of the code modernization, but ultimately this will probably be to FCP what Snow Leopard was to OS X. Better than a faster horse, but perhaps not a car.

    Besides (as you know), I think the “car” in the NLE’s future is gesture- or control surface-based rather than anything that can be driven with a mouse.

  5. Zak, I have to disagree. Although I agree that it would drive professionals crazy if Apple decided to complete rewrite Final Cut Pro from scratch, destroying any backwards compatibility, as well as forcing users to rethink how they work – I wouldn’t put it past them. I have been predicting a re-write for a while now (with a new “rooms” interface, merging FCP, Color, Soundtrack Pro, Motion & Compressor all into one), and I still think that’s on the cards. Although, I’m sure they will have some method of bringing old FCP7 projects into FCX (or whatever they call the rewrite) using XML.

    Personally – I think the iPad is the sole reason Pro Apps have been “suffering” the last few years. I think all the brains at Apple were so excited by the new touchable concept that all the incredible engineers at Apple devoted all their time and energy to this new platform. All have had a tendency in the past to be pretty narrow minded – meaning that once they have something they want to push, they devote all their energy to it, at least for a little while. I think Apple had big plans for Mac OS and Pro Apps – but once they started realising the potential of what they could pull off on the iOS platform using the new A4 hardware, that was the new focus.

    I still think all the original plans are still there, and I still think Apple is planning to do big things with Mac OS, the MacPro hardware and everything in the Pro Apps devision – I just think it’s been delayed by a couple of years due to this new and exciting platform that is the iPod Touch, iPhone and iPad. The new Apple TV might be a hobby – but I also think this can be added to the mix. I still honestly believe Apple have massive plans for this platform as well – they’re just waiting for broadband to catch up, and I’m sure they are wanting to build apps that beautifully fit the 1920 x 1080 screens!

    I also still think that Apple is planning to bring “touch” to the Mac. I think touchable Apple Displays, MacBook’s, MacBook Pro’s, and iMac’s is definitely in the pipeline. I think an iPhone-like screen to replace the current multi-touch mouse on laptops is on the cards. I still maintain that Apple will eventually try and “kill off” the mouse.

    I think Apple are still planning to woe the pro video world, and also revamp the whole Mac platform. Why should you have to wait for a computer to turn on? I think Apple are definitely going to close the gap between the Mac OS platform and iOS platform, and almost merge the two technologies together, transforming the way we work with Macs. I think when you press the on button, the computer will just “turn on” – no standby mode, just a really clever operating system. I think one day in the not-so-distant-future, Apple are going to do a press event, that blows everyone’s socks off. New Macs, New Software, a new way of thinking about how we interact with PROFESSIONAL systems. I think it’s been on the cards for a while – but they’re not very good at multitasking. They needed to get iOS down pat, before they could concentrate on something else.

    Some people have predicted the death of the Mac Pro. This is crazy. You need these kinds of systems to build software for the iOS platforms. Apple will never forget their beginnings of COMPUTERS. That said, I think they are definitely rethinking what exactly a personal computer should act like.

    Philip, I loved your article – and there is heaps of great stuff in there! Thanks for not “dumbing it down” and getting really geeky! It was a great read!

    At the end of the day, who knows what Apple will do. But I think one thing is for certain – they will certainly be looking at their current platform and software offerings, and thinking to themselves, is this relevant for 2011 and beyond? Why should PROFESSIONAL video editors struggle to deal with all the different formats and camera types, and have such complex workflows and procedures when at the end of the day a kid can just shoot HD video on their iPhone, edit it on the phone, then upload it straight away without even breaking a sweat. Microsoft has caught up – Windows 7 is essentially very similar to Mac OS X 10.6 – and I think Apple knows this, and is about to make another huge bound into the future…

    Only time will tell if I’m talking absolute rubbish or not!

    Onwards & Upwards!

    Chris!

  6. John

    Why does a new version of Quicktime have to wait for 10.7? Couldn’t it be released as a stand-alone Quicktime upgrade for Snow Leopard?

    1. QT is an OS level tool. It would have to be replaced for every application on the system, including system compatibility. While it’s a theoretical possibility, it’s not practical in software engineering terms. I did mention that they could do a bundle in the app (vaguely). Because QT is so entwined in the OS (you can’t boot without QT installed) I think the likely incompatibilities with other installed apps (Adobe and Avid particularly) would be challenging.

  7. Great post, Philip! This is the most in-depth meditation on the breadth and depth of issues Apple faces that I’ve seen.

    As one begins to understand all the hurdles involved with rewriting Final Cut Studio, it becomes fairly obvious that the Big Update isn’t going to happen soon – maybe 3Q or 4Q 2011 (?).

    1. Q4 2011 is kind of optimistic unless the Pro Apps team have already been working with the AV Foundation frameworks. Possible but not the most likely. Otherwise I think first half of 2012 is most likely. But who knows, I’d be very, very, happy to be wrong about this and have the all-new singing dancing Final Cut Studio 4 in 2011.

  8. Art Bell

    Either they or we should buy Smoke for the Mac if they don’t get their act in gear soon.

    I am so tired of months turning into years of empty speculation, while Apple keeps following the money ( and from what all you experts say – ‘ it ain’t in ProApps’) ….and we keep watching crashes and renders…but at least long renders of simple stuff gives me time to read all the speculation. And the comics, and 35 RSS feeds, and feeding my cat….

  9. One more thing… stereoscopic 3D in fcp.
    It’s a nightmare work with the external plugins in order to do 3D…
    Vegas video solved the problem easily, and fcp is far from being a reasonable stereoscopic editing tool.

    1. Probably not something core but definitely should be on the interest list. Right now and into 2012, the percentage of people cutting 3D will remaning well below 10% of the FCP customer base (counting all those already cuttting on another platform).

  10. HandyGeek

    Great post, Philip. The metadata bits definitely need better integration with Final Cut Server. Perhaps with such integration, we’ll see the shot selection tool re-introduced. That was the biggest selling feature, IMO, which could have given the Final Cut platform a whole lot more mileage. Alas, it appears the third-party tools will fill the gap until Apple get’s it together. Your time estimate sounds even more realistic to me than it did early this year.

    Ciao,

    Jeff

  11. Joe

    You post just mase me mad – i need to wait till 2912??? In other words I should just buy premier pro cs5 and ditch my Mac for a pc (to take advantage of the ME) for video editing.

    1. I made you mad because I point out what’s likely to happen? Enormous responsibility you throw on me! 🙂 Hey these things are only tools, go with whatever you’re most comfortable with that gets the job done so you can spend time with family ad friends. Final Cut Pro is just another tool. I’ve worked with other NLEs before (including Premiere 4 and 5), and I’ll probably work with others later. It’s nothing to get personal about.
      BTW, Mercury Engine is fully supported on Macs, just with fewer Nvidia card choices.

  12. Joe

    Not mad at you! At Apple.

  13. Fantastic write up. I think your right Apple needs to take a good hard long look at Final Cut Pro, if they want to stay in the NLE game. I actually love how blazing fast CS5 is now. The changes Avid has made has now made make it even more robust.

    I just hope if Apple only fixes on thing… it’s the media management !

    Thanks for the article very informative !

  14. Mike

    I’ll give Apple one more FCP release but if doesn’t improve things in a major way, I’m ditching Apple and going to a PC. I’ll save a ton of money in the process too!

  15. “Adobe seems to have worked around the problem by spinning off a 32 bit thread for QuickTime support so you lose that Mercury Engine goodness.”

    MPE works just fine with QT based media / timelines. I’m using ProRes as my render codec, MPE powered via QFX4800, it works fine 🙂 I’ve got ProRes, photojpeg, EOS h264 all playing in the same 720 and 1080 projects.

    otherwise, very well thought out !

    1. Works fine or works at the same speed as other media, or you can’t tell? Just curious because the 32 bit code has to be outside the 64 bit code path.

  16. nycstone

    This is a great article. Unfortunately, I think what will happen to OSX is complete integration with iOS. Once that is complete, perhaps you’ll see the ProApps follow up, but in a super simple format with complicated add ons.

    Apple, like Google has been known to lead customers down dead end alleys and leave them there without a word after substantial financial investments.

    Google simply creates the marketplace and abandons it, sometimes within months.

    My first point is that if Apple doesn’t update FCP soon (maybe within a year), they probably will just quietly leave FCP altogether. History is proof.

    Secondly, Jobs won’t live forever. New management means new priorities. The real money is in subscriptions and mobile.

    Begin to follow the other editing software companies who have already updated their software into the modern age. Make plans now…

  17. DC Reels

    Great points, Philip. Esp. the touch interface. The best thing about getting my PBP laptop 2 yrs ago was getting the trackpad with all the gestures built in. Fantastic way to use a computer.

    As far as FCP goes, I’ve been wanting Apple to nuke the ‘Easy Setup’ scheme for a long time. There should be no this-kind or that-kind of sequence setting. You should be able to mix and match any flavor of codec, frame rate, etc. in a truly dynamic timeline with little or no rendering. PP is way ahead of them on that right now.

  18. Here is a revolutionary idea: Write a Windows 7 64-bit version of FCP and make it cross-platform

    1. I’m pretty sure I saw that on the development schedule… it’s coming two weeks after hell freezes over, but it’s coming. 🙂

  19. Many thanks Philip for taking the time to write this. Very informative and appreciated.

  20. Val2046

    For me, two things are really missing in FCP : Historic and Single clic to select an item, because ergonomy is the secret for a good editing job !

  21. Thanks, that was wonderfully concise and informative and addresses all the things I have been pondering since moving into file based HD.

  22. Great, very insightful article, Phillip. Thanks for all your research and “deep thoughts”.

    I was thinking back today to the release of FC Studio 1 & 2 a few years back – remember the Tour they did? The product engineers/managers were there, huge 40-foot screens, incredible real-world filmmaking demos. There was so much excitement and energy (and, company focus) on media-creation tools.

    Then, of course, came the iPhone.

    No more demos. No more presence at NAB. Puny updates like FCP 7.

    I think you’re right about 2012 being the next “real” release (ground-up, hopefully re-imagined). Based on experience, the “real”, usable version of a re-imagined FCP will be the version after that in 2013.

    That’s a loooong time to wait. Someone mentioned this earlier – Let’s see, I’m already paying for Photoshop and After Effects… with Premiere Pro included.

    Why am I buying two editing platforms again? =)

  23. Graham

    Great read Philip, and very optimistic, but how about confronting the possibility that Apple are not interested in the Final Cut Server and FCStudio apps any more?
    It doesn’t really fit in at all with all their focus on the “i-” components of the business that are driving all those big revenue numbers…
    Apple have changed dramatically since the heyday of FCS which hit it’s peak in 2007.
    It is a very different world for them now, and increasingly it looks like they are very happy where they are without dealing with messy and demanding post and media companies…
    I think (and I would be delighted to be wrong) that all there will be for pro apps users will be another catch-up update. If it’ not Iphone or IPad or something consumer and Appstore driven, then they are intent on phasing it out…

    1. Confronting that they’re not interested? The apps wouldn”t be for sale, there would be no development team in Curpertino and elsewhere. While those teams continue to exist and are developing the product I presume Apple are serious. Particuarly since absolutely no-one has any real information that they are anythign but serious. That rumored “40 laid off” (never confirmed) should be taken in context with Adobe laying off 600 that year and, more relevantly, Avid laying off 100. Are they no longer serious about their NLEs?

      And consider the nicer shiny new QuickTime we’re going to get in OS X 10.7 is all based on iOS AVFoundation. iOS is not the enemy.

  24. Graham, I didn’t address the value of Pro Apps to Apple. Pro Apps – the use of them in mainstream media in particular – has enormous marketing value to Apple, even the iApple of today. Someone still has to make the media that’s consumed on the iPad, iPhone, iTouch.

    I figure every movie cut on Final Cut Pro opens up another 10,000 sales to teenagers and the like to buy it and buy the Apple hardware it runs on.