Comment by josephg
5 hours ago
A few weeks ago I used claude to reverse engineer the linux version of resolve to add support for AAC media. The patch is here, and it works great:
https://github.com/josephg/resolve-aacfix
AAC streams are decoded and sent to ffmpeg.
Does this introduce lag while editing?
What about for encoding? For example if you want to export a video from Resolve in its final form with AAC audio. The readme mentions decoding but not encoding.
> Does this introduce lag while editing?
No, why would it?
> What about for encoding?
Only decode support. You can add encode support via the official plugin api.
https://github.com/hexitnz/Resolve-Linux-Studio-AAC-FDK-Enco...