eLin in Videography

Ironically it is Videography Magazine that has published the first trades article about eLin (November issue, not online yet as of this post). Ironic of course because eLin is very much designed around a film workflow, although that isn’t stopping us from using it on the Extremely Bitchin’ Movie Sin City, which was shot HD. So thanks Videography, and thanks Ed Heede for “getting” eLin and explaining it very well.

In other news I have added a link to the ProLost RSS feed, amazingly enough by request. Flattering indeed. Get your feed on!

Cinefex Weekly Update is Cool

Why would you not subscribe to this? It is the bomb. It is so the bomb that it is actually da bomb. That’s right, it’s been upgraded from “the” to “da” status.

Cinefex Weekly Update

Cinefex is about to publish their 100th issue. It’s an amazing publication that I’ve enjoyed since I was way to young to imagine I might someday be in it! The Weekly Update is free and, rumor has it, comes out once a week.

HD in AE

The thrills never end — today’s offering is a couple of additions to your interpretation rules.txt file in After Effects to support Varicam and Sony HDV footge at their native frame dimensions.

Panasonic Varicam footage is actually stored on tape at 960x720 with a 1.33:1 pixel aspect ratio. Final Cut Pro HD therefore works at this reolution when editing native Varicam. If you want to use this material in AE, the following two lines will auto-identify the footage and set it to the correct pixel aspect:

# Varicam exported from FCP is 960x720 

960, 720, *, *, * = 1280/960/”Varicam”, *, *, *

The Sony HDV 1080 spec is 1440x1080 with that same 1.33:1 pixel aspect. The following two lines interpret this correctly and assume the footage is interlaced:

# Sony HDV is 1440x1080

1440, 1080, *, *, * = 1280/960/”Sony HDV”, U, *, *

I don’t have an HDV cam, but I played around with some samples by converting them to Quicktime using MPEG Streamclip. Thanks to Tim Sassoon for the tip on that one.