Using ffmpeg, you can quickly and easily work around the limitation DaVinci Resolve has with the AAC audio codec not being supported on Linux without having to re-encode the videos you have captured in OBS. This makes it easy for you to capture videos with OBS and then edit them later using your normal workflow.
ffmpeg -i input_video_path_here -vn -acodec flac audio_output_path_here.flac
#DaVinciResolve17 #LinuxVideoEditing