Andrew Kolakowski wrote:Download ffmpeg and run this command:
ffmpeg -i "path to your source avi" -c:v copy -c:a pcm_s24le "path to output.mov"
If only BM could make their own products compatible between each other

Thanks, Andrew, this works and allows resolve to see the audio.
I hope this will also help the OP solve this issue.
You are right, BM should provide a fix for this as their products should be compatible with each other.
Is there a more efficient way to batch convert files in ffmpeg ? I'm not so well versed in command line usage. Like for instance using a string argument to let it do a batch conversion for files with similar numbered file names in one folder ?