News for December 2007

EDL Sort Methods…

Given this is something that seems to come up fairly often in post, I found it remarkable that there isn’t really a concise definition of EDL sorting methods (or modes if you prefer). So for posterity, here goes:

  • A-mode: Sorts by record timecode
  • B-mode: Sorts by reel number then record timecode 
  • C-mode: Sorts by reel number then source timecode
  • D-mode: Sorts by transition (cuts first), then reel number, then record timecode 
  • E-mode: Sorts by transition (cuts first), then reel number, then source timecode
Posted: December 19th, 2007
Categories: Tips & Tricks
Tags: ,
Comments: No comments

FixMyMovie Offers Free Digital Video Processing of H.264…

Website-based tool FixMyMovie… has added H.264 format support to it’s line of video processing capabilities:

News organizations can now upload video obtained from users through their mobile phones, enhance the quality automatically and add that video directly into their news editing without transcoding. Through FixMyMovie.com, it is also possible to download the processed results as high-res H.264, high-res WMV, or even high-res JPEGs for printing – ideal for newspapers and magazines.

Certainly this service could be useful for anyone working with low-rez digital video, but it may have other applications too. The processing works by averaging non-moving regions of video, thus reducing the apparent noise.

Posted: December 12th, 2007
Categories: Tools
Tags: , ,
Comments: No comments

Get DivX Pro for Free…

For a limited time, you can get the pro version of the popular DivX codec for free…

Posted: December 12th, 2007
Categories: Tools
Tags: , , ,
Comments: No comments

Bad Bytes – Part 2: Parity…

Even if you don’t believe that using verification files… is all that useful, there is an extension to the process which does actually prove useful: parity validation.

Many people who work with data for a living associate parity with RAID-based systems, and rightly so. For those unfamiliar with the concept, it’s very simple. A RAID- based systems is typically a set of physically separate disk drives that are lumped together to appear as a single disk when using the computer. When a file is saved to such a disk, it is written across all the physical drives (amongst other things, this also tends to improve the performance of reading and writing files). There are several different ways for configuring such a system, such as mirroring (saving two copies of everything), but the generally a system such as “RAID 5” is used, which uses a portion of the disk space to write additional data (the parity data). The utterly brilliant thing about this system is that if one of the physical drives in the set fails, you can remove it from the set, throw it in the trash, and slot in a replacement– without losing any of your data. How is this possible? By using the parity information in conjunction with the available data to reconstruct the missing data.

Look at this:

0 + 1 + 1+ 0 = 2

Seems fair enough. Now look at this:

0 + 1 + 1 + ? = 2

Easy to see that the missing digit is 0. This is basically how parity works- the extra digit (in this case, the 2) is the parity information that allows us to work backwards and fill in the blanks (I’ve oversimplified things greatly here, but delving any deeper into the underlying mechanics of it won’t really serve any purpose).

So that’s great, if you always use RAID 5 systems, the odds of an irrecoverable disk failure is comparatively slim. But what about a day-to-day system, such as long-term archiving to digital tape, or even shipping data around on firewire disks or DVDs (when you can’t really take advantage of RAID). Well, here is one of my little secrets: you can generate parity files for pretty much any set of files, through a system known as Parchive.

A Parchive (or Par) file basically fulfills the function of the extra data in a RAID 5 set. It stores parity information that can be used to regenerate (and by extension, validate) a set of files. I’ll gloss over the reasons why, but the Par format was succeeded by the so-called Par2 format (if you’re really interested in the background, see Wikipedia…). The new format overcame a number of limitations, including a limit to the number of files that could be processed in a set.

So the basic principle goes something like, you take a set of files (like, hey, a long sequence of DPX files for a digital master), generate a set of Par2 files, and then store all the files together somewhere. Any data errors that occur at a later time can be recovered through use of the Par2 files.

There are a couple of caveats to this process though. First there’s the additional disk space required. Par2 files can account for a good deal of data themselves, up to the point where it maybe worth just making duplicates of everything. Then there’s the level of redundancy- how much data (as a percentage) can be missing or invalid before the recovery process is not possible. This is usually controllable when you create the Parchive, but a higher level of redundancy = proportionally more data. Also, like generating verification files, the process of generating Par2 files is not a particularly fast one. The last issue is that it captures the data set as a snapshot at that particular moment in time, so if you change the data afterwards, you invalidate the parity (unlike RAID 5 which is constantly updated).

In the final part of this series, we’ll compare the different methods and see exactly how long they take in the real-world.

Posted: December 6th, 2007
Categories: Articles
Tags: , , , , , , ,
Comments: 1 comment

Does Microsoft want HD-DVD to fail?…

On his website…, director Michael Bay writes that:

Microsoft wants both formats to fail so they can be heroes and make the world move to digital downloads. That is the dirty secret no one is talking about. That is why Microsoft is handing out $100 million dollar checks to studios just embrace the HD DVD and not the leading, and superior Blu Ray. They want confusion in the market until they perfect the digital downloads.

Does he have a point? Maybe. But I’d be more convinced if there was any evidence to suggest that people were actually using their computers to watch TV. Most people I know certainly don’t, so why would there be a push to watch films there? As I’ve mentioned many times before, I do think there is a definite need for decent, DRM-free downloads (which is why I think Amazon Unbox… is a great idea for example) but I think for the foreseeable future the formats will coexist quite happily.

Posted: December 5th, 2007
Categories: Opinion
Tags:
Comments: No comments