

Set: Settings > Output > Output Mode to Advanced.That definitely smoothens your video creation workflow.

You can actually configure it to record in a file format that is supported by DaVinci Resolve. Open Broadcaster Software is arguably the most popular video recording software. I recommend to following render settings: mp4 like this: ffmpeg -i -c:v libx265 -pix_fmt yuv420p -crf 22 -c:a libopus You can also convert multiple videos like this: for i in *.mp4 do ffmpeg -i "$i" -c:v mpeg4 -q:v 0 -pix_fmt yuv420p -c:a pcm_s16le "$.mov" doneĪfter you've rendered a project out of DaVinci Resolve you can compress your resulting. Then you can convert a single video like this: ffmpeg -i -c:v mpeg4 -q:v 0 -pix_fmt yuv420p -c:a pcm_s16le At first you need to install ffmpeg: sudo dnf -y install ffmpeg Although not beautiful, there is a workaround: Convert compressed.

Soon you will realize, that the Linux version of DaVinci Resolve doesn't support the MP4 file format. There is an easy fix: sudo dnf install -y alsa-plugins-pulseaudio In my case the audio playback had a significant delay by default. Good luck my friend 😉 Fix audio playback lag Then you can dig into it and try to fix it yourself. If you're still having trouble you can try starting the app from the terminal like this: /opt/resolve/bin/resolveĪny errors will be logged in the console. To solve that you need to install mesa-libGLU like this: sudo dnf install -y mesa-libGLUĪfter that my DaVinci Resolve finally started working flawlessly. Reboot your computer! Unfortunately, I was once again greeted with another error: "Unsupported GPU Processing Mode". Sudo dnf copr enable t0xic0der/nvidia-auto-installer-for-fedora -y To install NVIDIA GPU drivers, run those commands: sudo dnf install -y dnf-plugins-core It's called nvidia-auto-installer-for-fedora. Otherwise, you most likely need to install GPU drivers.īut don't worry, there is an amazing CLI tool which does all of the hard work for you. If Resolve starts without problems you can go on to the next section. In case it doesn't start the first time you run it, just try again. Then simply run the DaVinci_Resolve_XX.X.X_n file and go through the installation wizard.Īfter the installation has finished you will be able to open DaVinci Resolve from your apps. Go to the official website, download DaVinci Resolve for Linux and extract the archive. I'm also going to show you how to fix common problems like installing graphics drivers and MP4 file format. In this post I'll show you how to install the software on Fedora. But installing and using it on Linux can be quite painful at first. DaVinci Resolve is one of the most powerful video editing software out there.
