Software:Natron

From HandWiki
Short description: Open source compositing software
Natron
Natron icon.svg
Natron-screenshot-20180619.png
Original author(s)Alexandre Gauthier, Frédéric Devernay
Initial releaseOctober 22, 2014; 9 years ago (2014-10-22)
Written inC++, Python
Operating systemLinux, macOS, FreeBSD, Windows
TypeNode-based compositing software
License2015: GPL-2.0-or-later[lower-alpha 1]
2013: MPL-2.0[lower-alpha 2]
Websitenatrongithub.github.io

Natron is a free and open-source node-based compositing application. It has been influenced by digital compositing software such as Avid Media Illusion, Apple Shake, Blackmagic Fusion, Autodesk Flame and Nuke, from which its user interface and many of its concepts are derived.

Natron supports plugins following the OpenFX 1.4 API. Most open-source and commercial OpenFX plug-ins are supported.

Origin of the name

Natron is named after Lake Natron in Tanzania which, according to Natron lead programmer Alexandre Gauthier, provides "natural visual effects" by preserving its dead animals.[3]

History

Natron was started by Alexandre Gauthier in June 2012 as a personal project. The project was the winner of the 2013 Boost Your Code contest by Inria. The prize was a 12-month employment contract to develop Natron as a free and open-source software within the institute.

The first widely available public release was 0.92 (June 6, 2014), which brought rotoscoping and chroma keying functionalities.[4] Subsequent beta releases brought additional features such as motion blur, color management through OpenColorIO, and video tracking.

Version 1.0 was released on December 22, 2014,[5] together with a large sample project by François "CoyHot" Grassard, a professional computer graphics artist and teacher, demonstrating that Natron could execute interactively graphs with more than 100 nodes. In January 2015, the Art and Technology of Image (ATI) department in Paris 8 University announced that they would switch to professional-quality free and open-source software for teaching computer graphics to students and artists, including Blender, Krita and Natron.[6][7]

Licensing

Before version 2.0, Natron was licensed under the Mozilla Public License version 2.0, which allowed redistributing it with closed-source plug-ins.

Since version 2.0, the software was relicensed under the GNU General Public License version 2 or later to allow better commercialization.[8] All plugins that are distributed with binaries of Natron 2.0 or later have thus to be compatible with the GPLv2. Closed-source plug-ins, including commercial ones, can still be used with Natron, although the GPL according to the FSF does not allow loading and linking closed-source plug-ins,[9] or plug-ins that are not distributed under a GPL compatible license, but they have to be distributed separately.

Data produced by Natron, or any software distributed under the GPL, is not covered by the GPL: the copyright on the output of a program belongs to the user of that program.

Features

Hardware

Render engine

  • 32 bit floating point linear color processing pipeline : all frames are represented as floating-point RGBA samples with premultiplied alpha,[10] permitting the use of alpha compositing operators defined by Thomas Porter and Tom Duff.[11]
  • Support for multi-core architectures: all processing is multithreaded using a thread pool pattern.
  • Color management is handled by the OpenColorIO library, including support for the ACES color encoding system proposed by the Academy of Motion Picture Arts and Sciences.
  • Support for many image formats, using OpenImageIO, including multi-layer OpenEXR. Additional image layers can be used to store several color layers, or for non-color information such as depth, optical flow, binocular disparity, or masks.
  • Support for reading and writing video files through the FFmpeg library, including digital intermediate formats such as DNxHD and Apple ProRes.
  • Full support of the OpenFX 1.4 API, enabling use of open source or commercial plug-ins.
  • Support for low-resolution rendering for previewing the output of computing-intensive visual effects.

Tools

  • Image transform (position, rotation, scale, skew).
  • Video tracking functionalities.
  • Keying: Keyer, Chroma Keyer, Difference Keyer, Hue Keyer, PIK Keyer.
  • Paint: Solid, Pencil, Eraser, Clone, Reveal, Blur, Smear, Dodge, Burn.
  • Manual rotoscoping, using Bézier curves.
  • A wide range of additional effects (color transforms, geometric transforms, image generators...) are available.
  • Key frame-based parameter animation, using Bernstein polynomials (the polynomial basis behind Bézier curves) for interpolation.
  • Animation curves editing : Curve Editor.
  • Keyframes editing : Dope Sheet.
  • Support for stereoscopic 3D and multi-view processing.

Advanced

  • Support for batch-mode rendering through a command-line tool, allowing the final render to be processed on a render farm.
  • A project format written in XML and easily human editable.
  • Node presets can be imported/exported easily via XML.
  • Python script language (Python 2.7).
  • SeExpr script language (Walt Disney Animation Studios).
  • WebGL 1.0 script language (Shadertoy) for hardware accelerated 2D/3D visual effects development.
  • Customisable UI.
  • "PyPlug" custom node creation system (equivalent to Nuke Gizmos).

See also

Notes

  1. GPL-2.0-or-later since 2015-08-27, version 2.0.0-RC1.[1]
  2. MPL-2.0 from 2013-07-16 until 2015-08-27, version 0.9.3 to 1.2.1.[2]

References

  1. "Natron is now distributed under the GPL license (v2 or later)". 2015-08-27. https://github.com/NatronGitHub/Natron/commit/9ab1bb99430a2430e5b051d6313676188e23d584. 
  2. "introduced the Mozilla Public License v2.". 2013-07-16. https://github.com/NatronGitHub/Natron/commit/53e14dcf7d9e63daa5aefcbb86e1b2f3544e3c05. 
  3. "Image Album: Lake Natron Gives Up Its Dead | Rick Brandt". livescience.com. 2 October 2013. http://www.livescience.com/40134-image-album-late-natron-gives-up-her-dead.html. 
  4. "Natron v0.92 beta is out! – Natron". natron.inria.fr. http://natron.inria.fr/natron-v0-92-beta-is-out/. 
  5. "Natron 1.0 brings free VFX compositing to Linux, Windows, Mac users | Libre Graphics World". libregraphicsworld.org. http://libregraphicsworld.org/blog/entry/natron-1-0-brings-free-vfx-compositing-to-linux-windows-mac-users. 
  6. Krita Foundation (16 January 2015). "'Goodbye Photoshop' and 'Hello Krita' at University Paris 8 | Krita". krita.org. https://krita.org/item/goodbye-photoshop-and-hello-krita-at-university-paris-8/. 
  7. "The complete story of Paris-8 university going for Krita, Blender, Natron | Libre Graphics World". libregraphicsworld.org. http://libregraphicsworld.org/blog/entry/the-complete-story-of-paris-8-university-going-for-krita-blender-natron. 
  8. "Why change Natron licence to GPL V2? Can you explain your motivation? Why change from Mozilla to GPL?". forum.natron.fr. 2015-08-28. https://forum.natron.fr/t/why-change-natron-licence-to-gpl-v2/160.  on natron.fr MrKepzieLeader: "The main reasoning is that in the future there will be derivative work spun off Natron, and we want to be able to still control where our source code is going and who is selling it." (Aug '15)
  9. "Frequently Asked Questions about the GNU Licenses - GNU Project - Free Software Foundation". gnu.org. https://www.gnu.org/licenses/gpl-faq.en.html#GPLAndPlugins. 
  10. http://home.comcast.net/~tom_forsyth/blog.wiki.html# Premultiplied alpha
  11. Porter, Thomas; Tom Duff (1984). "Compositing Digital Images". Computer Graphics 18 (3): 253–259. doi:10.1145/800031.808606. ISBN 0-89791-138-5. http://keithp.com/~keithp/porterduff/p253-porter.pdf. 

External links