This project is a port of Morphological Anti-Aliasing (MLAA) to DCTL (DaVinci Color Transform Language) for use in DaVinci Resolve.
![]() |
![]() |
Before | After |
- Implements MLAA in DCTL to provide anti-aliasing effects.
- Original code is sourced from AMD's MLAA11 project (Reference1).
- References GLSL ported code (Reference2).
-
Obtain the
MLAA.dctl
file. -
Copy
MLAA.dctl
to the DCTL folder of DaVinci Resolve:- Windows:
C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\LUT\
- macOS:
/Library/Application Support/Blackmagic Design/DaVinci Resolve/LUT/
- Windows:
- Open your project in DaVinci Resolve.
- In the Color page, add a new node and apply the DCTL effect.
- Select
MLAA.dctl
. - (The
ShowEdgesOnly
parameter is for debugging purposes, so uncheck it.)
This project is released under the MIT License.