Loving bazzite, just having issues with some video editing programs that I’m trying to install, the first being DaVinci Resolve.
The Ujust resolve command installs davincibox but fails at the final step. After that I attempt the final appimage step manually but that fails as well.
I was wondering if anyone else is having these issues.
Yeah, I had the same issue when I tried it a while back.
I manually installed Davinci into a ubuntu:22.04 distrobox
Here are the notes I took, but it’s probably not that easy to follow since I was not creating ‘install instructions’, but rather documenting the process for figuring out what is needed.
You should be able to pull out the ‘install instructions’ from this, but I didn’t make them obvious
If you have questions, just ask (I’m in Thailand so depending on your location, the response might not be ‘instantaneous’!
II also have similar instructions for a "RockyLinux:
There is also davincibox, but drag and drop is not reliable and is not very usable on laptops because Distrobox often gets hung up on dGPUs or doesn’t know what to with them. I have found the most reliable method is manually installing and since Resolve ignores codec dependencies, you can even use archived deps and they still work.
So I installed Resolve 19 last night and there are some changes.
Out of the box on Aurora (probably Bluefin too), Resolve added an enviroment variable SKIP_PACKAGE_CHECK=1 to bypass the installer’s dependency checking. The variable is still needed, whether you choose to run the AppImage installer thing or decompile the installer and run the binary. While it still requires zlib, I was able to complete the installation fine.
I’ve been using 19 so far and it’s more of the same as 18.6.7. As far as Windows/Mac differences:
You can’t hear AAC/M4A audio. The only way to deal with this is to convert the audio to another codec using something like ffmpeg, e.g. ffmpeg -i video.mp4 -vcodec copy -acodec pcm_s16le newvideo.mov.
MP3 only works with constant bitrates and not variable bitrates. They did announce some changes to MP3 on Linux, so will have to test this.
You cannot add AV1/MKV clips with audio. Instead, you need to use something like ffmpeg to split the audio and video into separate files, then it works fine.
You cannot export AV1 and audio together. If you export the video and audio individually, you can merge them in post with ffmpeg later.
License checking requires a static MAC address if you use Studio.
Those limitations on codecs and combinations of video/audio formats, are these regarding the free version only or both free & studio (I know the AAC limitation is for both, but I don’t think I’ve tried, or ran across any of the other combinations yet, that I know of?)