logoalt Hacker News

josephgtoday at 7:09 AM1 replyview on HN

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.


Replies

nickjjtoday at 10:20 AM

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.

show 1 reply