winget install --id Natron.Natron
About Natron
Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
What's new in 2.5.0
Known Bugs - #504 Known issues - Rendering sometimes silently stalls after X frames. #248 - Some image formats may have issues (PCX, PSB). #602 - MTS video files are sometimes not read correctly. #186 Changes (compared to 2.4.4) - Use Python 3 rather than Python 2 (which is not maintained anymore). This will require very few changes to the Python code (mainly print statements), and most code can be easily adapted to be 2-3 compatible. #686 - Use QtPy==1.11.2 rather than PySide. QtPy is an abstraction layer for PyQt5/PyQt4/PySide2/PySide (newer versions support PyQt6/PySide6). QtPy uses the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets). Using QtPy guarantees a higher level of forward-compatibility with future versions of Natron, which may use Qt5 or Qt6. PySide can still be imported explicitly, if required, but the resulting code will not be forward-compatible. Note that 2.4.4 binaries include qtpy, but still import PySide by default. #687 Detailed Changes - RB-2.5: use qtpy rather than pyside by @devernay in #687 - RB-2.5: python3 support by @devernay in #686 - Compatibilize with Qt5 in Gui by @YakoYakoYokuYoku in #699 - Errata on QWindow header by @YakoYakoYokuYoku in #703 - Initial GitHub workflow implementation by @YakoYakoYokuYoku in #700 - Support for building with Shiboken2 in Engine by @YakoYakoYokuYoku in #697 - Shiboken2 postmerge fixes in Engine by @YakoYakoYokuYoku in #704 - Update bug and feature request templates by @Shrinks99 in #707 - use a different (fake) enum namespace for shiboken & shiboken2 by @devernay in #713 - Support fo...
Version history
| Version | Updated | Notes |
|---|---|---|
| 2.5.0 | Unknown | Known Bugs - #504 Known issues - Rendering sometimes silently stalls after X frames. #248 - Some image formats may have issues (PCX, PSB). #602 - MTS video files are sometimes not read correctly. #186 Changes (compared t... |