28
08
2006
I received a lot of JPEG images taken by multiple cameras at my daughter’s birthday party. My first thought was to import them in to Aperture as a birthday album. Unfortunately, these images contained incorrect capture dates preventing me from organized them in chronological order.
Digital cameras have a clock and store the capture date and time as metadata in the JPEG image. The clock must be set correctly for images from multiple sources to be organized in the order in which they were taken.
To have all of the pictures of the birthday party together in chronological order, I had to:
- Separate all pictures taken by a specific camera by folder
- Perform the following for each folder:
- Estimate the date and time of one of the pictures taken
- Use jhead, a EXIF command-line utility, David found to fix the metadata
- Use the –da switch to specify the actual and recorded date and time
- Execute for all JPEG images (*.JPG)
- Import the pictures in to Aperture.
- Compare the pictures to others with the correct date and time.
- If the images don’t line up correctly, delete them, and start over again with a better estimate.
Comments : 1 Comment »
Categories : General
20
08
2006
Daring fireball reveals hypocrisy on a comparison between Windows and Mac OS X. After reading both posts, I’ve found more inaccuracies with Paul Thurrott’s preview of the new Mac OS X.
Time Machine is a truly good idea: It helps you automatically back up everything on your system and restore earlier versions of files at any time. (1)
It’s much more than just files - it’s data. Time Machine includes an API for applications to backup/restore data – such as contacts or browser favorites. Unlike other backup software or OS features, you can individually restore a contact deleted in the past using the software that created the contact, Address Book, and Time Machine. This is not possible with any technology Microsoft has shipped or has announced for Vista. The API can be used by applications to support incremental backups of data inside of the application’s data store – instead of the entire data store (think Personal Folders.pst).
But this was a great idea over three years ago when Microsoft first added it to Windows Server 2003 as Volume Shadow Copy (VSC, or “Previous Versions” to end users). (1)
Snapshots are a more advanced technology (2) that are technically better than a file copy for point in time backups of an entire disk volume. So, Microsoft added a better technology (than file copy) to Windows Server 2003 & Windows Vista. Time Machine uses a “file system event notification system” (2) to determine which files to copy the files to the backup device. Since snapshots require source volume, and the idea is to backup to an external volume or network location, snapshots (on their own) are not a viable solution.
That’s why Microsoft is shipping both Previous Versions and Windows Backup as part of Vista. A user can rely on Windows Backup to restore all of the applications and data or selected file types. Previous Versions represents a convenient way to restore files by right-clicking the file, selecting properties, and browsing through the list of every snapshot taken of the file. Windows Backup is slow, performs full and incremental backups, and will notify the user when they should create a new, full backup. Previous Versions is fast and data is stored on the source volume along with the actual data without annoying user prompts. Windows Backup is a traditional backup application, and traditionally, most people do not use these applications.
(1) Apple Mac OS X Leopard Preview: Who’s the Copycat Now?
(2) Time Machine and the future of the file system
Comments : No Comments »
Categories : Windows, OS X