Macworld 2009 to be the last for Apple
Apple just released a
press release stating their intention to abandon all Macworld trade shows after January 2009. This is big news because Macworld is the most important trade show in Apple's calendar, and was the one they chose to use for announcing the iPhone.
Apple states that it has less need for trade shows due to the greater media presence it experiences nowadays, and I would say this is probably true. It's the reason they pulled out of NAB 2008 and it's the reason you shouldn't expect them at NAB 2009.
However, the more pressing question is this: why is Phil Schiller delivering the last keynote and not Steve Jobs? Surely Jobs should be present for the last one? Apple offers no explanation but this is likely to fuel further speculation about the CEO's health.
All I know is this - there are unlikely to be any huge announcements at the event, and it will become much harder to predict the best time to buy a computer now that Apple could spring new models upon us at any moment. But the computer industry is constantly changing and if you keep waiting for the next big thing, you'll be waiting forever. The best thing to do is buy what you need when you need it. Without the benefit of foresight, that's all you can do.
Posted by Jon Chappell on Dec 16 2008 to
Apple,
IndustryPermalinkFCS Remover 2.0.4 released
We've just released
FCS Remover 2.0.4. It's a maintenance release so there aren't any new features. This improves the window resizing code (thanks Andy) and now reports the application version when submitting an error. This is in response to several people reporting errors from earlier versions that had already been fixed in later ones. The bug reporter now prompts you to update older versions of FCS Remover before submitting a bug report in case the bug has been fixed in a later version, although you still have the option to submit the report regardless.

FCS Remover is a tool for removing Final Cut Studio, Final Cut Express and Final Cut Server. This is recommended practice when upgrading Final Cut Studio or for general troubleshooting. You can specify which elements to remove, and there are even built-in presets for common tasks. It works with Final Cut Studio 1 and 2, and Final Cut Studio 4 and above, and is compatible with Leopard and Tiger operating systems.
FCS Remover is completely free and is available
here. We also have many other useful tools available
here.
Posted by Jon Chappell on Dec 16 2008 to
DR News,
Front Page News,
UtilitiesPermalinkMac OS X 10.5.6 released
Apple just released
Mac OS X Leopard 10.5.6. Here are the most relevant changes for video professionals (not many as we're frequently overlooked unfortunately):
Graphics
* Includes general improvements to gaming performance
(I think they are referring to improved OpenGL performance in general, which affects applications like Motion and hopefully will boost poor GeForce 8800GT performance).
* Includes fixes for possible graphics distortion issues with certain ATI graphics cards.
Networking
* Improves Apple File Service performance, especially when using a home directory hosted on an AFP server. Important: If you are using Mac OS X 10.5.6 (client) to connect to a Mac OS X Server 10.4-based server, it is strongly recommended that you update the server to Mac OS X Server version 10.4.11.
* Improves the performance and reliability of TCP connections.
General
* Includes Mac OS X security improvements
(always good).
* Adds a Trackpad System Preference pane for portable Macs.
See the full list
here.
The changelog (which I don't have access to but was leaked on the net) for one of the beta versions of this patch listed a fix for various hiding bugs. I know several people have had a problem with Final Cut Pro where they have been unable to show it again after hiding, so it would be interesting to see if this fixes the issue.
Once again, don't install this update until it's been out for at least a week (minimum) and you've checked around internet forums to see if people have experienced any issues. When you do update, always assume the worst WILL happen and clone or backup your hard disk first. Never update in the middle of a project and don't update early if none of the issues fixed affect you.
However, it is good to install security updates as soon as possible (again, wait to see if people report problems, although this is normally rare with security updates). Luckily Apple have included the security content of this update as a separate download for those who don't want to risk upgrading their OS. It is available in
Intel and
PowerPC versions.
P.S. It's good to know that Apple aren't rushing to patch the
XDCAM bug with Color 1.0.3 as, clearly, improving the performance and reliability of Chess is far more important ;)
Update 12/16/08: Lots of people
reporting problems with this update.
Posted by Jon Chappell on Dec 15 2008 to
Apple,
SoftwarePermalinkPossible solution to Color 1.0.3 XDCAM issues
As
reported earlier, the new Color 1.0.3 patch cannot seem to recognize XDCAM footage, reporting it as offline. Matt Bucy on the
Apple discussions board seems to have come up with a potential fix though. It would appear that the problem is with the XDCAM codec that Sony's capture utility uses, and the problem goes away if you re-encode the video with Apple's flavor of the codec.
Matt recommends going to
File > Media Manager and selecting
Copy referenced media. You could also export to a QuickTime or put the files through Compressor (the latter being the least recommended option due to recompression taking place).

Let me know how well this works for you. Hopefully Apple will fix this soon.
Posted by Jon Chappell on Dec 14 2008 to
Apple,
Final Cut Studio,
Color GradingPermalinkSolving missing framework errors in Final Cut Studio
If one of your Final Cut Studio applications crashes the minute you open it, chances are it's down to missing frameworks. If you click the Report button on the crash dialog, it will tell you the reason. Alternatively you can fire up the Console in /Applications/Utilities to see the message.
You'll probably see a message like this:
Dyld Error Message:
Library not loaded: /System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/BrowserKit
Referenced from: /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
Reason: image not found
Here's how to copy that file back:
1. Firstly, if you have another machine running Final Cut Studio, it's much easier to take the file from that machine (in this case /System/Library/PrivateFrameworks/BrowserKit.framework) and copy it to the same location on the current machine.
2. If you don't have that luxury, you will need to extract it from your installation DVD. Put the disc in the drive and open up the Terminal in /Applications/Utilities.
3. If you are using Final Cut Studio 3, type the following:
cd /System/Library/PrivateFrameworks
sudo gunzip -c '/Volumes/Final Cut Studio Install/Installer/Packages/ProRuntime.pkg/Contents/Resources/ProRuntime.pax.gz' | pax -r -s ',./System/Library/PrivateFrameworks/,./,' './System/Library/PrivateFrameworks/BrowserKit.framework'
If you are using Final Cut Studio 2, type the following:
cd /System/Library/PrivateFrameworks
sudo gunzip -c '/Volumes/Final Cut Studio/Installer/Packages/ProAppRuntime.pkg/Contents/Resources/ProAppRuntime.pax.gz' | pax -r -s ',./System/Library/PrivateFrameworks/,./,' './System/Library/PrivateFrameworks/BrowserKit.framework'
Press enter after typing
cd /System/Library/PrivateFrameworks, then paste the next part as one whole line. After typing the
sudo gunzip... line you may be prompted for your password.
If you are using Logic Studio, substitute
Logic Studio for
Final Cut Studio. If you are missing a different file, replace
BrowserKit.framework with the other file's name (
ProKit.framework is another common missing file).
4. If this doesn't work, replace the
cd /System/Library/PrivateFrameworks line above with:
cd ~/Desktop
Then copy the same
sudo gunzip... command from above. This will copy the file to your desktop. In the Finder, browse to /System/Library/PrivateFrameworks and copy the file from your desktop to that folder. You may be prompted for your password.
5. If problems still persist after copying the file, it is likely that Final Cut Studio is expecting a later version of the framework than the one on the DVD. The only solution in this case is to copy it from a machine running the same version of Final Cut Studio as you, or to
uninstall Final Cut Studio and then reinstall it from the DVD and patch it to the latest version.
Posted by Jon Chappell on Dec 12 2008 to
Final Cut Studio,
Apple,
SoftwarePermalinkColor 1.0.3 reportedly breaking XDCAM footage
A large number of Color 1.0.3 users are
reporting that the latest version breaks XDCAM footage. Apparently their XDCAM media is listed as being offline, with no way to reconnect it. The symptoms vary - some report that 30p XDCAM works fine, others report that no XDCAM works at all. Some are saying it is an issue with 1080p clips only and that 720p is fine.
Currently no-one has managed to come up with a workaround and the only suggested course of action at this stage is to
uninstall Color and reinstall version 1.0.2. As far as I'm aware, that is still available from Apple's site. If you experience problems with round-tripping from FCP you will need to uninstall the entire Studio, reinstall from the disc and then ask on some forums for the old FCP 6.0.4 update (included in Pro Applications 2008-02 I believe) because, frustratingly, Apple only posts the very latest updates on their site.
This is why it is recommended to not update in the middle of a project and to read up on the patch in some forums before updating. And to be on the safe side,
clone your hard disk before you update as well. We can only hope that Apple fixes this issue soon (don't hold your breath) and in the meantime, all those experiencing issues should
notify Apple so they are made aware that it is affecting a large number of their users.
Update 12/14/08: See the fix
here.
Posted by Jon Chappell on Dec 11 2008 to
Apple,
Final Cut Studio,
Color GradingPermalinkDetailed review of new LED Cinema Display
AppleInsider has a
5-page review of Apple's new 24-inch Cinema Display. What I particularly like about this review is that it shows the professional viewpoint as well as the consumer one.
No review of this monitor is complete without a discussion of glossy screens (and I know that's the bit everyone wants to hear), so here it is:
With the use of a glass cover, though, Apple may have taken one of its biggest risks yet. The glass introduces a significant amount of gloss and, with it, reflections.
The impact of reflections is somewhat overstated by those most determined to avoid it; while you might notice at first, in everyday use with typical lighting conditions they're not often noticeable. Even at the bezel, where the always-black surface can act as a dull mirror, reflections are seldom distracting. We've even heard of artists or video editors consciously opting for the glossy displays, as the switch away from matte can actually produce a truer representation of the final color output and prevent someone using Adobe Photoshop, Aperture, or a similar suite from instinctively oversaturating the image before it's sent to the web or the printer.
Assuming conditions are ideal, that is. While in our testing the background was never really an issue, there are certain circumstances in which the gloss is unavoidable. Viewing a predominantly black website or other document in daylight will also let you view yourself, for example. And if you're unfortunate enough to sit in front of bright spot lighting (chandeliers, fluorescent ceiling lights, and certain floor-standing lamps come to mind), it may be hard to escape the reflection short of moving the display itself.
These conditions are usually only minor inconveniences to everyday users, but they're potential deal breakers for certain creative professionals. For those who aren't clinging to limited palette throughout the entire workflow, visible reflections make it harder to gauge the exact color value a subject should use or whether a portion of the image too bright or too dark. It can also be a nuisance when trying to look for fine detail that might be obscured by the image of a window background.
As such, these experts have to either carefully manage their lighting conditions or else consider another display. It's not a disaster, but it's a hindrance that was never an issue with the previous generation. Most entertainment-minded users don't object to matte screens, but many artists do object to gloss. The environmental tradeoff of glass just wasn't entirely worthwhile here no matter how many in the broader public might like it.
I'm posting this review because, if the MacBook Pro is anything to go by, Apple will probably not offer matte alternatives when it upgrades the 20" and 30" displays. It's good to hear that the new displays are at least as color-accurate as the previous generation but the glossy screen will be a deal-breaker for many people. It all depends on the environment though. The best thing to do is buy one (when a compatible Mac Pro comes out of course), try it and return it within 14 days for a refund if you cannot stand it. Because, to my mind, this sounds like a great monitor for a well-lit environment - and if you are doing color-critical work, you should be in a well-lit environment, glossy screen or otherwise.
Posted by Jon Chappell on Dec 7 2008 to
Apple,
HardwarePermalinkNew RED announcements
RED just announced the new Epic and Scarlet specs after their retraction of the
previous announcement.
I didn't really feel like comparing the two specification-by-specification but I did notice a couple of things:
* Some prices are now lower (e.g. the 28K Epic is now $2,000 less)
* Some frame rates are now higher (e.g. 28K Epic now shoots 30 fps at 28K instead of 25). There's also been some significant ramping of frame rates at lower resolutions - e.g. the 9K Epic can now shoot 2K at 350fps!
* The fixed-lens 3K Scarlet now has a price tag - $3,000 for the body and lens and $3,750 for the whole kit (I guess this means viewfinder, battery, etc).
* Epic X now offered as an upgrade path for Red One owners only.
* Full Frame 1080p now offered.
* Time lapse and ramping now listed (don't know if they were available before or not)
So definitely some nice improvements, and no-one can complain about better specs for a lower price.
If you want to go through the announcement in greater detail,
here is the latest one, and
here is the old one. And
here are detailed specs for the old announcement.
Posted by Jon Chappell on Dec 3 2008 to
Cameras,
IndiePermalink11-28-08 New AppleCare articles
Here are all the ProApp-related AppleCare articles from the last two weeks.
Final Cut Pro
Final Cut Pro: Creating an Easy Setup for capturing DV with 32 kHz audio - If you often need to capture DV (digital video) that has an audio sample rate of 32 kHz, you may want to create an Easy Setup in Final Cut Pro with all the necessary settings.
Final Cut Pro: Audio channel 4 may show no activity in Log and Transfer window with RED clips - When you ingest RED clips with four audio channels, the audio meter may show no activity on channel four when you preview in the Log and Transfer window.
Final Cut Pro: Restoring a DV device connection in QuickTime 7 - If you notice a loss of connectivity between Final Cut Pro or Final Cut Express and your DV camera or deck after upgrading your versions of Mac OS X and QuickTime, here's what you can do to resolve the issue.
Final Cut Server
Final Cut Server: Connecting the database to the correct local user account - Final Cut Server uses configuration data which refers to the administrative user that installed the software. This configuration data contains the User ID (UID) which is different than the username of the administrative user. There may be situations where the Final Cut Server configuration data does not match any existing UIDs of local administrative users. For proper functionality, make sure that the UID in the Final Cut Server configuration data matches the appropriate administrative user's UID.
Soundtrack
Soundtrack: About Recording Latency - Audio recorded with Soundtrack may not be in sync with existing tracks in the project. After recording an audio clip, the clip is slightly out of sync with the other tracks in the project. Typically, this occurs on computers with a single microprocessor. The latency may be more pronounced on computers with slower microprocessors.
DVD Studio Pro
DVD Studio Pro: Rules for Entering DVD@CCESS Links - The DVD@CCESS feature allows you to add additional interactivity to your DVD title when it is played on a computer. When authoring a DVD, it's important to enter the links in the correct format, or they might not work as desired.
Shake
Shake: May show version 4.1 after update to 4.1.1 on Mac OS X - The Shake 4.1.1 update affects only the QuickTime component. You may notice the Shake version number does not change across the rest of the application or its scripts.
Qmaster
Apple Qmaster: Sharing sometimes does not enable with custom shared cluster storage path - Sharing sometimes does not successfully start when you have set a custom shared cluster storage path. When you click Start Sharing in the Apple Qmaster System Preferences pane, the button dims and may not switch to Stop Sharing. If you quit System Preferences and reopen it, the Stop Sharing button may appear to be active, but the Quickcluster may not be available in Compressor.
Posted by Jon Chappell on Nov 28 2008 to
Apple,
Final Cut StudioPermalinkFCS Remover 2.0.3 released
This is a bug fix update for
FCS Remover, bringing it up to version 2.0.3.
It fixes the issue some Leopard users were getting where Final Cut Pro would crash upon reinstallation, citing missing frameworks, due to the latest 6.0.5 patch for FCP. This issue is now fixed.
This new version will fix the issue for future users but if you already are experiencing it, follow the steps
here to fix it.
As always, we consider your feedback to be very important in the development of our products, so feel free to use the links in the Help menus of our applications to report bugs and suggest features, or use the links below.
Report a BugSuggest a FeatureMore tools...Posted by Jon Chappell on Nov 27 2008 to
DR News,
Front Page News,
UtilitiesPermalink