Slashdot Mirror


Lightworks Video Editor To Go Open Source

Art3x writes "EditShare will release its video editor as open source this summer. Lightworks handles high-definition media, DPX, and RED, shares projects with Final Cut Pro and Avid, and was recently used by Academy-award-winning editor Thelma Schoonmaker on Shutter Island. Introduced in 1989 and bought by EditShare last year, it 'has come from over one million hours of software development,' says EditShare's James Richings. But he says releasing the source will 'generate concepts and capabilities never seen before. I expect that the Lightworks Open Source initiative will transform not only the technology, but also the opinions on what a professional editing tool can achieve.'" From the press release's description, it sounds like the "open source" phase will follow a period of free-as-in-beer downloading.

2 of 205 comments (clear)

  1. Re:Analogy Pendant by uglyduckling · · Score: 4, Informative

    Beer is free when someone gives it away. You get the liquid but not the recipe. That's the point of the analogy.

  2. Re:Great something by ZaphDingbat · · Score: 5, Informative

    I agree completely, which is why I'm actually in the middle of writing one for Linux (+ maybe other OS's). A lot of work.

    If anyone's interested, I'm working on a two-fold project: a video framework that works in 4:4:4 linear floating-point RGBA with OpenGL acceleration, and a video editor built on top of it, all scriptable via Python.

    The framework is coming along nicely. I've just begun on the editing interface. You can see recent (but not current) framework code at: http://www.fluggo.com/redmine/projects/show/fluggo-media

    I would be absolutely happy for someone to take the framework and build their own editor on top of it. I would love to provide support for that case. If anyone's interested, drop me a line at brian@fluggo.com.