Hi all,
I’m getting close to my move away from macOS to nixOS
I’ve got a few remaining software tasks to sort out and one of them is Davinci Resolve Studio.
I can’t seem to find a package for the Studio version.
Can someone please help me with the method of installing Davinci Resolve Studio?
to allow the distroboxes to export GUI apps. After making the deb and installing it in the distrobox it might need a few more dependencies to launch but just launch it from the cli with distrobox-enter -n deb -- /opt/resolve/bin/resolve and install any dependencies inside the distrobox.
and they used to recommend Centos as the OS to use. The run file is a binary that does not want to launch on nixOS thus I opted for the distrobox approach to just get it up and running.
That being said, I recently found this link on the forum from a Blackmagic Employee recommending a Rocky Linux ISO with davinci preinstalled. Another approach would be to run this under QEMU/KVM using virt-manager or something.
(I wonder if they have licensed to used h264 on there cause that is the main reason I don’t use dacinvi on linux and opt for kdenlive. For simple editing and grading kdenlive is more than enough, especially with the latest update.)
In order to install it on nixos proper, as the source is closed, we’d have to unpack the .run-file and put all the stuff in the right places. The makeresolvedeb shell script does exactly that but for debian so is probably a good place to start looking into how to get it running on nix proper.
OK thank you for this reply, though I’m personally not up to the challenge of doing all that stuff lol
I was more hoping there would be some easier option since Davinci is such a popular piece of software.
Thank you again
Ah, looking at the expression again, it probably wouldn’t be overridable. It’d need some refactoring in order to do that. Looks like you’d have to edit the expression directly.
well, certainly, the 18.x versions would be the way to go if you can get it working. v18 has a ton of new enhanced features over v17
Thank you so much for helping out with this