Categories
Assisted Editing Item of Interest Video Technology

Highlight Hunter Finds Your Best Clips

Highlight Hunter Finds Your Best Clips, Cuts Video Editing By 80% http://t.co/EruxPNpE

 

That’s the headline from Techcrunch but it’s really misleading. Highlight Hunter doesn’t actually “find” your best clips, you tail slate a good bit by covering the lens (black), and then it finds all the black bits, trims them and trims a certain (user specified) time before that.

As one records adventures, whatever they may be, a user bookmarks highlights by momentarily obscuring the camera lens after the highlight is over. Upon returning home, users open Highlight Hunter on a Mac or PC, load the highlight-rich videos, and, after a few minutes, the app has turned the footage into highlight clips.

The nifty thing about Highlight Hunter is that it is compatible with most outdoor video cameras (list here) or media files, and users have the ability to choose the length of their highlights, though the average is about 30 seconds. The app then spits that highlight real out, and the resulting file is compatible with other video editing apps so it can be uploaded to iMovie or the editing software of your choice for more advanced post-production. And, hey, you can also share it directly from within the app to Facebook or YouTube.

Can’t see it has much use in the sort of production I’m interested in!

Categories
The Business of Production The Technology of Production Video Technology

Will Avid be the company selling out editors?

OK, it’s a provocative headline, and while I don’t for a minute think Avid are deliberately setting out to sell out editors, it may be an inevitable result of inevitable technological innovation.

Categories
Distribution HTML5 Item of Interest Video Technology

The war on H.264 is over.

The war on H.264 is over: “We lost,” says Mozilla at Apple Insider

Thank Goodness, sanity finally prevails! In fact Mozilla’s previous approach – holding out for Ogg or WebM codecs – had the unfortunate side effect of driving even more people to the very closed Flash for distribution of H.264 in FireFox. Exactly the opposite of what the Mozilla folk wanted.

I’ve long said that H.264 is “one codec to rule them all” (because it scales so well) and it’s about time Mozilla realized that the world really only wants one codec. Well, really users just don’t want to care about codecs at all!

Categories
Item of Interest Video Technology

What is the best cross platform Mastering codec.

1@patInhofer @piersg @quintessential I’d agree with that – Cineform and DnxHD are the best cross platform mastering codecs.

If you saw a cryptic headlong for this post – the first line above – I apologize.  I have my Twitter account set to post to the blog when I post “new”, that is not a reply to someone. Even then I catch the tweet when it posts, tidy the headline and expand the post with a little commentary.

Categories
Item of Interest Video Technology

Three NLEs, three approaches to 64 bit.

Three NLEs, three approaches to 64 bit. http://t.co/v0ye0xEy Episode 38 of the Terence and Philip Show.

In this episode Terence and Philip discuss the different approaches to updating their NLEs to 64bit modern architectures, with a particular emphasis on Media Composer 6, Avid’s just-released 64 bit update to the venerable Media Composer.

Categories
Apple Pro Apps Video Technology

Three companies, three different approaches to 64 bit.

During the week I got this email, and it’s a really good question, so I decided to clean up my response and post it here.
I figured you could answer this question, one which has been knawing on me since I first saw the beta of MC6.0.  How is it possible that Apple, and Adobe had to rewrite their apps virtually from scratch in order to switch to 64 bit, but Avid didn’t?  Is MC6.0 really 64 bit?

It’s a really good question. When an application needs to move from 32 bit to 64 bit, there are many approaches, but one thing is certain: all the code has to be 64 bit, including any dependencies or plug-ins. By dependencies I mean where the application relies on OS frameworks or libraries, such as QuickTime or AVI or other OS level service.  All these must be 64 bit or the application can’t compile to 64 bit. So all three companies had some rewriting to do, but because of their histories it’s actually different for each app.

Even though Premiere Pro is the most modern app of the three (Premiere Pro, Media Composer and Final Cut Pro) having been completely rewritten ahead of the 2003 release, it still largely depended on AVI (Windows) and QuickTime (OS X) for media handling. Neither have been adequately rewritten for 64 bit: AVI because all development stopped in 1996 (the zombie format that will not die) and QuickTime because Apple decided to transition to AVFoundation for media handling in applications, after attempting a partial rewrite of QuickTime as QTKit in 64 bit.

So, Adobe decided to write their own media engine so they could go to 64 bit without the external dependencies. (Premiere Pro still imports and plays QuickTime media by use of a complex workaround.) Most of Adobe’s code is C or similar with only an OS level wrapper around the cross platform code. So it’s “true” Cocoa on OS X because the interface is a heavily subclassed Cocoa frameworks (subclassed to make it look like an Adobe app, in the same way many Cocoa frameworks are subclassed in FCP X for its unique look).

Avid also decided to rewrite all their code from scratch, but instead of one big hit, they have been progressively rewriting their code for the last  three or four releases, if not longer.  You can write the code and have it compile into a 32 bit application (MC before 6) and then when you have all the app ready in 64 bit, you recompile it into 64 bit. Avid did not need to radically change the application, although there are two very major changes from the original code base. Avid Media Architecture was Avid’s approach to the multiplicity of non-tape sources, and it was all new code ready to recompile to 64 bit when the main application did. Avid also appear to have changed their approach to hardware interfaces with Media Composer 6, integrating a hardware abstraction layer so that third parties can integrate with Media Composer without needing to make any changes to Media Composer code. (Previously the Media Composer code needed to be rewritten to talk to each piece of changed hardware.

Apple had to rewrite because their media engine – QuickTime – was only partially rewritten to 64 bit and was lacking most of what the Pro Apps team needed for a modern video application. The solution to the media engine was AVFoundation originally created as the media frameworks for iOS and ported back to OS X with 10.6.7 and Lion,  which is why FCP X requires 10.6.7 or later.

Adobe relies on its own proprietary media engine. Avid relies on its proprietary media engine.  Final Cut Pro  X relies on AVFoundation, which only exists on OS X and iOS and is very, very new to code to0. (This was the likely reason that broadcast video out was delayed, because they had to wait for AVFoundation to be finished before BMD, AJA etc could even start work on drivers no longer based on QuickTime.)

All are really 64 bit, but they’ve taken different paths to get there, as they had different needs.

Categories
Apple Pro Apps Video Technology

Why is it so hard to convert FCP 7 XML to FCP X XML?

I was a little shocked to find people posting on Twitter and Facebook that they had tried to import Final Cut Pro 7 XML into Final Cut Pro X with the new “import XML”. That would be like opening a Word document and complaining that it didn’t translate from Spanish to English while opening the file.

By itself, XML tells you nothing. It is a generic term that tells you as much about the content as having a “Text” document tells you about the content. As I wrote four years ago for KenStone.net XML stands for eXtensible Markup Language.  You may be familiar with another markup language: HTML, or HyperText Markup Language.  In HTML only the WC3 consortium can add new tags because it is not extensible. On the other hand XML is “extensible”, meaning  anyone can extend it to mean whatever they want it to mean.

And that’s true for every type of XML.  In the case of XML for editing applications, the XML represents the underlying data structures from the application. So, we have:

Categories
Apple Pro Apps Interesting Technology Video Technology

What is the secret to Final Cut Pro X’s color management?

In the mid 1990’s my Australian company made the decision to purchase a Media 100 system. That remains the best business decision I ever made (and selling it to jump to Final Cut Pro 1 was the second best business decision). It also meant we were migrating from Amiga computers to Macs. Given that I already had a graphic designer on staff for titles, illustrations and animations, I decided to delight clients by having our designer create a full color slick for the (then) VHS deliverables. (Masters simply got descriptive labels.)

Until that point we’d only done black and white printing, and it’s easy to proof what you’re going to get on a B&W laser printer. Not so with color. Color output wasn’t as common then as it is now and we didn’t get the first Kinkos until very late in the 1990’s, so we really only had one choice for our runs of 2-3 covers for each job.

This became a serious problem when – while developing a food product for my parent’s company during the period I managed it (in addition to my own two companies) – we needed a very specific purple on mockup packaging we were presenting to food buyers at the national department store chains in Australia. Cadbury – Australia’s biggest chocolate company – have always used a specific purple in their packaging, and had just spent several million dollars on a campaign that heavily featured this purple. Since the new product was a chocolate variation on a traditional English Christmas Pudding, having the purple match was beyond important. And we got blue-purple, and red-purple: seemingly every color except the one we wanted.

Categories
Random Thought Technology Video Technology

Why is making software smarter “dumbing it down”?

Shortly after I first arrived in the USA, I was teaching some Final Cut Pro classes for Intelligent Media. It was just before Final Cut Pro 2 was released, which I had been beta testing for some months, but 1.2.5 was the release version we were teaching. At that time it was challenging for new users to get settings right, particularly getting a good match between Capture and Sequence settings, so the first half day was dedicated to teaching settings and making sure they were right. It was personally frustrating because I knew that the about-to-be-releaseed version was much smarter about settings.

As it turns out, Final Cut Pro 2 was released early the next morning, so the first thing I had to do in that second day of class was tell my students that what we had learned the day before was no longer relevant for version 2 because the software had become smarter, and that made it easier for people to use Final Cut Pro and no doubt contributed to its success.

Categories
Item of Interest Metadata Presentations The Business of Production The Technology of Production Video Technology

My DV Expo Topics

My DV Expo topics

9-5 September 20 Basic Tech for Producers (and recent Film School Graduates)

In this session, technology expert and DV magazine contributor Philip Hodgetts will cover the technological choices in production and post in a non-geeky way to help producers — and others without a technical background — make good technology choices for their productions. From formats to software choices; selecting cameras to creating Web video; designing graphics that will work and much more.  PRICE: $195 ($245 after Aug 31) Click here to register now.

9-5 September 21 Using Metadata For Production and Asset Management

Metadata is becoming increasingly important throughout the production cycle–from camera to asset management. In this session learn about the types of metadata in use; how each major NLE (Final Cut Pro 7, Final Cut Pro X, Premiere Pro CS 5.5 and Media Composer 5.5) handles metadata and how we can use that metadata to speed postproduction and VFX. Once post is done, assets need to be management through through distribution and repurposing. What tools are available, how are they used and how do they fit into the metadata structures promoted by SMPTE and other standards bodies.  PRICE: $195 ($245 after Aug 31) Click here to register now.

9-5 September 22 Avoiding Postproduction Nightmares

Post expert and DV magazine contributor Philip Hodgetts details the most common (and costly) problems inadvertently created during production that will be “fixed in post.” From color correction to audio, and editing to the final QC pass on deliverables, he’ll not only reveal the tricks of the trade that he’d use to save your production, but also explain how you can avoid these costly issues in the first place. PRICE: $195 ($245 after Aug 31) | Click here to register now.

In the light of full disclosure, I certainly expect to be paid but I always deliver good value. There will be some overlap between the Basic Tech and Avoiding Postproduction Nightmares sessions as they both seek to make the technology understandable, but with a different focus to each day’s class.