How To Install aces_container on Mac with Brew

Package Information:

Name: aces_container
Use: Reference implementation of SMPTE ST2065-4

This folder contains a reference implementation for an ACES container file writer intended to be used with the Academy Color Encoding System (ACES). The resulting file is compliant with the ACES container specification (SMPTE S2065-4). However, there are a few things that are not demonstrated by this reference implementation.
URL: https://github.com/ampas/aces_container

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install aces_container using brew
    brew install aces_container

aces_containeris ready to use now!