    maa2 (clip c, int "mask", bool "chroma", float "ss", int "aa", int "aac", int "threads", int "show") 


        clip  c =

            Input clip to be processed. 


        int  mask = 1

                0: Disable masking
                1: Enable masking
                -i: Enable masking with custom threshold (sensible values are between 0 and 30) 


        bool  chroma = false

                false: Don't process chroma channels (copy UV from the source clip if present)
                true: Process chroma channels 


        float  ss = 2.0

                Supersampling factor (sensible values are between 2.0 and 4.0 for HD content) 


        int  aa = 48

                SangNom2 luma antialiasing strength. 


        int  aac = aa-8

                SangNom2 chroma antialiasing strength. 


        int  threads = 4

                Number of threads used by every SangNom2 instance. 


        int  show = 0

                0: Don't overlay mask
                1: Overlay mask only
                2: Overlay mask and run antialiasing on the luma plane 


