I've found another workaround for the case where I do have to actually synchronize audio. This also might give insight into what is happening.
To start with, outside of resolve, I use ffmpeg to strip the (silent) audio from my video recording:
- Code: Select all
ffmpeg -i original-video.mp4 -c copy -an silent-video.mp4
Then, within resolve, I import this video, as well as the audio file I want to synchronize. I synchronize these manually in the Media page (since the issue here is there is no camera audio). Now, when I bring this clip into a timeline, I get audio waveforms.
What I suspect is happening is that somehow the
waveform is using the audio from the video (since this is Linux, and there is no AAC, this is blank). I wonder if it is the case that Resolve always shows the
waveform from the original audio, even when different audio is synced.
Fortunately, this is pretty easy to do. I wish I could just tell OBS to not record audio at all, but at least this lets me work with its video.
MacOS/Linux, Divinci Resolve 16, Fusion 16.