Natron
natrongithub.github.io Windows, Mac OS, LinuxFree & open desktop node-graph based video compositing software. Similar in functionalities to Adobe After Effects. Features flexible rotoscoping, 2D & planner tracking, keying tools, curve & dope-shift editor, GPU & network rendering, and is easily extendable via community plugins, or by writing Python scripts
- Homepage: natrongithub.github.io
- GitHub: github.com/NatronGitHub/Natron
- Web info: web-check.xyz/results/natrongithub.github.io
Natron Source Code
Author
Description
Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
Homepage
http://NatronGitHub.github.ioLicense
GPL-2.0
Created
10 Jan 18
Last Updated
04 Oct 24
Latest version
Primary Language
C++
Size
154,944 KB
Stars
4,646
Forks
338
Watchers
4,646
Language Usage
Star History
Top Contributors
- @MrKepzie (7644)
- @devernay (5490)
- @olear (536)
- @Lexfrenchy (216)
- @rodlie (140)
- @acolwell (69)
- @YakoYakoYokuYoku (51)
- @fabiof17 (20)
- @fonkle (19)
- @Shrinks99 (9)
- @bonalex01dev (8)
- @splidje (7)
- @luzpaz (6)
- @magdesign (6)
- @Sunderland93 (5)
- @cgvirus (4)
- @nedrichards (4)
- @azerupi (3)
- @sid1980 (2)
- @TodicaIonut (2)
- @TheAssassin (2)
- @SilverWolf32 (2)
- @blackearth2014 (2)
- @mruegenberg (2)
- @maksqwe (2)
- @Songtech-0912 (2)
- @hellocatfood (2)
- @kemonprogrammer (1)
- @buresu (1)
- @ocochard (1)
Recent Commits
- Frédéric Devernay (04 Oct 24)
MacPorts update
- Aaron Colwell (02 Oct 24)
Fix Windows installer build by removing libboost DLLs (#1003) Msys2 has updated to a version of boost that no longer includes the libboost-regex-mt and libboost-system-mt DLLs. This change removes references to these DLLs so that the installer build stops trying to find them and failing.
- Aaron Colwell (01 Oct 24)
Fix warnings and MSVC errors (#991) * Fix HostOverlay enum to bool cast. * Fix warnings and MSVC compiler errors.
- Frédéric Devernay (13 Sept 24)
update macOS build script
- Frédéric Devernay (12 Sept 24)
update MacPorts
- Frédéric Devernay (28 Aug 24)
update MacPorts
- Aaron Colwell (01 Aug 24)
Fix Natron and NatronRenderer exit code. (#993) Change exit code to 0 when -v/--version or -h/--help are specified.
- Aaron Colwell (30 Jul 24)
Add tomllib to directories copied for Python zip. (#994)
- Aaron Colwell (23 Jul 24)
Remove Python2 logic. (#985) Signed-off-by: Aaron Colwell <[email protected]>
- Ole-André (23 Jul 24)
RB-2.5 => RB-2.6 Merge fixes (#989) * Update README to reflect 2.5 release * Remove Bountysource from Readme Bountysource appears to be dead, so it should be removed * macports update * Update README.md * update MacPorts * Update compiler-common.sh * Debug build fix * CMake: Debug build type fix * Comment out check for debug flag build type. (#972) * Fix windows pacman repo build. (#968) Msys2 updated gcc in the last few days which has caused the package repo build to fail. Here are some minor fixes to make the build work again. - Add fmt to openimageio's dependency list since the version included with the openimageio source now appears to cause an internal compiler error. - Added an include for math.h to in a libsox test file to make the compiler stop generating an error about fabs() not being defined. - Fix type mismatch and missing declaration errors in ImageMagick. - Updated mingw-w64-dump_syms gitcommit to point to a version that fixes a missing header build error. * Fix Windows build failure caused by missing dependency. (#969) Msys2's libcurl package was recently updated to enable HTTP/3 support which means it now also depends on libnghttp3. genDllVersions.sh was updated to include this new dependency. The Windows installer build action was also changed to upload its build artifacts before it tests to make sure the plugins load. This makes it possible to look at the generated artifacts for missing dependencies if the plugin load verification fails. * Fix Windows debug cmake build. (#973) - Force Shiboken to use detected python libraries instead of using its own library detection logic. - Specify -O compiler option for debug builds like the qmake build. - Remove unconditional NDEBUG define added by the Shiboken cmake helper so that asserts work correctly on debug builds. * Add logic to capture/restore existing GL context. This fixes asserts in debug builds where Qt's GL context is set when a ScopedGLContext is created. This can happen when we have a project open and the user tries to open another project. When the event callback is dispatched, the Qt GL context is still set. The fix justs removes the assert and adds logic to save and restore any existing GL context that is set. * MacPorts update * Fix rotopaint overlay 2.5 (#986) * RotoPaint: always draw the overlay when the tool is part of the overlay * tools/MacPorts: remove .rej files --------- Co-authored-by: Marcel Ruegenberg <[email protected]> Co-authored-by: Frédéric Devernay <[email protected]> Co-authored-by: kafxa <[email protected]> Co-authored-by: Aaron Colwell <[email protected]>
- Aaron Colwell (22 Jul 24)
Upgrade Natron's minimum C++ version to c++17. (#984) * Upgrade Natron's minimum C++ version to c++17. * Removed old C++11 logic from build files. Signed-off-by: Aaron Colwell <[email protected]>
- Aaron Colwell (20 Jul 24)
Update OpenImageIO to 2.5.13.1 and OpenEXR to 3.2.4 (#983) * Fix Build Installer workflow so it fails when test results don't match 2.5.0 results. * Update OpenImageIO to 2.5.13.1 * Update OpenEXR to 3.2.4 Signed-off-by: Aaron Colwell <[email protected]>
- Aaron Colwell (18 Jul 24)
Turn on NatronTest verification in Build Installer GitHub action. - Added support for running NatronTests as part of the installer build. - Made mt.exe detection a little more robust. Signed-off-by: Aaron Colwell <[email protected]>
- Aaron Colwell (13 Jul 24)
Fix Windows installer build by adding missing Arena.ofx dependency libheif was recently updated in MSYS2 to depend on libopenjph. This change simply adds this dependency so that the installer will build again and pass its dependency checks. Signed-off-by: Aaron Colwell <[email protected]>
- Aaron Colwell (29 Jun 24)
Add logic to capture/restore existing GL context. This fixes asserts in debug builds where Qt's GL context is set when a ScopedGLContext is created. This can happen when we have a project open and the user tries to open another project. When the event callback is dispatched, the Qt GL context is still set. The fix justs removes the assert and adds logic to save and restore any existing GL context that is set.
- Aaron Colwell (02 Jul 24)
Fix Windows debug cmake build. (#973) - Force Shiboken to use detected python libraries instead of using its own library detection logic. - Specify -O compiler option for debug builds like the qmake build. - Remove unconditional NDEBUG define added by the Shiboken cmake helper so that asserts work correctly on debug builds.
- kafxa (28 Jun 24)
Comment out check for debug flag build type. (#972)
- Ole-André Rodlie (19 Apr 24)
CMake: Debug build type fix
- Ole-André Rodlie (18 Apr 24)
Debug build fix
- Frédéric Devernay (04 Apr 24)
Update compiler-common.sh
- Frédéric Devernay (03 Apr 24)
update MacPorts
- Frédéric Devernay (03 Apr 24)
Update README.md
- Frédéric Devernay (03 Apr 24)
macports update
- Marcel Ruegenberg (15 Mar 24)
Remove Bountysource from Readme Bountysource appears to be dead, so it should be removed
- Marcel Ruegenberg (15 Mar 24)
Update README to reflect 2.5 release
- Ole-André (03 Jul 24)
Merge pull request #967 from rodlie/RB-2.6-messagebox Gui: Qt5 fixes for MessageBox
- Ole-André Rodlie (02 Jul 24)
Gui/MessageBox: check for rich text (html)
- Aaron Colwell (31 May 24)
Fix Windows build failure caused by missing dependency. (#969) Msys2's libcurl package was recently updated to enable HTTP/3 support which means it now also depends on libnghttp3. genDllVersions.sh was updated to include this new dependency. The Windows installer build action was also changed to upload its build artifacts before it tests to make sure the plugins load. This makes it possible to look at the generated artifacts for missing dependencies if the plugin load verification fails.
- Aaron Colwell (18 May 24)
Fix windows pacman repo build. (#968) Msys2 updated gcc in the last few days which has caused the package repo build to fail. Here are some minor fixes to make the build work again. - Add fmt to openimageio's dependency list since the version included with the openimageio source now appears to cause an internal compiler error. - Added an include for math.h to in a libsox test file to make the compiler stop generating an error about fabs() not being defined. - Fix type mismatch and missing declaration errors in ImageMagick. - Updated mingw-w64-dump_syms gitcommit to point to a version that fixes a missing header build error.
- Ole-André Rodlie (28 Apr 24)
Gui: Qt5 fixes for MessageBox QTextEdit in QMessageBox workaround only works in Qt4. Instead use the Natron MessageBox (after some fixes).
Natron Website
Website
NATRON
Open Source Compositing Software For VFX and Motion Graphics
Redirects
Does not redirect
Security Checks
1 security checks failed (64 passed)
- Risky Category Detected
Server Details
- IP Address 185.199.110.153
- Hostname cdn-185-199-110-153.github.com
- Location California, Pennsylvania, United States of America, NA
- ISP GitHub Inc.
- ASN AS54113
Categories
Some proxies may block this service, as it falls into the following categories
- Free Hosting
Associated Countries
- US
Saftey Score
Website marked as moderately safe
90%
Blacklist Check
natrongithub.github.io was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Natron Reviews
More Video Editors
-
A free, open source, cross-platform video editor, using FFmpeg Shotcut supports a wide range of formats, and has a comprehensive feature set, including 4K & 8k resolution, webcam + audio capture, batch opperations and much more
-
A free, simple, cross-platform video editor. Great for trimming/slicing, video effects, adding titles, scene animations and more
-
KDE Non-Linear Video Editor, is an editor based on the MLT Framework, KDE and Qt, written using C++ and using FFmpeg
-
A multitrack non-linear video editor with a simple interface
-
Simple video editor, for applying transitions, effects and text as well as splicing video clips
-
A simple Python-based cross-platform tool for cutting and splicing videos
About the Data: Natron
API
You can access Natron's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/creativity/video-editors/natron
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Natron
Help your friends compare Video Editors, and pick privacy-respecting software and services.
Share Natron and Awesome Privacy with your network!