use on Natron

resolve technical issues related to use of Neat Video
Post Reply
frayoshi
Posts: 7
Joined: Sun Jun 27, 2021 4:42 am
Location: Italy
Contact:

use on Natron

Post by frayoshi »

I am trying to make use of the NeatVideo v5.5.1 OFX on Natron and following this guide:
https://www.neatvideo.com/support/quick ... des/nv5/mb

Now, I can see it and use it correctly on Nuke but for Natron nothing...
I installed and run

Code: Select all

mamba
package name:

Code: Select all

python-mamba 0.11.2-3
but still, can't see the plugin on Natron.

Using the flatpak version 2.4.3
https://flathub.org/apps/details/fr.natron.Natron

but the thing has not changed since my last try (1 year ago)

any help would be highly appreciated :?
Francesco Yoshi Gobbo
https://furayoshi.com
NVTeam
Posts: 2745
Joined: Thu Sep 01, 2005 4:12 pm
Contact:

Re: use on Natron

Post by NVTeam »

> I am trying to make use of the NeatVideo v5.5.1 OFX on Natron and following this guide:

The correct guide for Natron would be another one:
https://www.neatvideo.com/support/quick ... des/nv5/na

Please try to follow that one.

Thank you.
frayoshi
Posts: 7
Joined: Sun Jun 27, 2021 4:42 am
Location: Italy
Contact:

Re: use on Natron

Post by frayoshi »

Update.
I finally found out why the plugin could not be seen.
I had to install a utility (can also be done manually) called Flatseal
and give Natron permissions to read "All system libraries, executables and static data"
Then, add the path on the
Edit > Preferences > Plug-ins > OpenFX plug-ins search path
to the directory, which should be

Code: Select all

/usr/local/Neat Video v5 OFX
but that I have custom installed as

Code: Select all

/usr/local/neat-video-v5-ofx
(suggested, spaces are evil)

Now it should work,
but it does not because you'll soon find out that the directory cannot be seen, as flatpak has for some reason not direct access to it.
Luckily, it gets mounted into

Code: Select all

/run/host/usr/local/
So, to make it work,
the path must be set to

Code: Select all

/run/host/usr/local/neat-video-v5-ofx
or if you prefer evil spaces to

Code: Select all

/run/host/usr/local/Neat Video v5 OFX
This makes NeatVideo v5 usable on Natron.

Thanks for your attention and happy denoising! 8)
Francesco Yoshi Gobbo
https://furayoshi.com
NVTeam
Posts: 2745
Joined: Thu Sep 01, 2005 4:12 pm
Contact:

Re: use on Natron

Post by NVTeam »

Thank you for the update. This seems to be a solution for the case of using flatpack.

Just a small comment on the directory to link to. Perhaps it would be simpler to link to /usr/OFX/Plugins
where Neat Video's plug-in is present and the path does not contain spaces already.

Thank you,
Vlad
frayoshi
Posts: 7
Joined: Sun Jun 27, 2021 4:42 am
Location: Italy
Contact:

Re: use on Natron

Post by frayoshi »

Hmm..
When it prompts where to install, the default path is the one I mentioned, unless modified.
Unfortunately, if run via Flatpak that path is also non-visible unless navigated through /run/host/usr/

but yes, it would be more intuitive, agree! :D
Francesco Yoshi Gobbo
https://furayoshi.com
NVTeam
Posts: 2745
Joined: Thu Sep 01, 2005 4:12 pm
Contact:

Re: use on Natron

Post by NVTeam »

If you install using all default settings, then the product is installed into /usr/local/Neat Video v5 OFX
but also a link is added into /usr/OFX/Plugins because that is the standard location for OFX plug-ins
where most OFX applications look for plug-ins.

Vlad
frayoshi
Posts: 7
Joined: Sun Jun 27, 2021 4:42 am
Location: Italy
Contact:

Re: use on Natron

Post by frayoshi »

That is true, but seems like the mounting process under /run/host does not follow symlinks,
this causes the OFX/Plugins directory to be empty.

This might be solvable, but out of the box does not work as a solution, unfortunately.
Francesco Yoshi Gobbo
https://furayoshi.com
Post Reply