Skip to content

v0.1.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:53
· 2 commits to master since this release

Self-contained AAC fix for DaVinci Resolve Studio 21.x on Linux.

tar -xzf resolve-aacfix-*.tar.gz
cd resolve-aacfix-*
sudo ./aac-fix install          # patches /opt/resolve
./aac-fix status
sudo ./aac-fix uninstall        # restores the originals

Needs only python3 and binutils — capstone, pyelftools, e9patch
and the AAC-enabled FFmpeg libraries are all bundled. Everything is
built here in a Rocky Linux 8 container (glibc 2.28), so it loads on
any platform Resolve 21 itself supports.

Close Resolve before installing. See the README for the caveats,
in particular: Studio only, tested on Resolve 21, .mkv needs a
video track, and raw .aac/.ts/.flv are not supported.

Third-party components and their licenses: THIRD-PARTY.md.

Full Changelog: https://github.com/josephg/resolve-aacfix/commits/v0.1.0-rc2