Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created May 8, 2023 11:57
Show Gist options
  • Save Alex4386/a24773a7790b48085f621841195cddf5 to your computer and use it in GitHub Desktop.
Save Alex4386/a24773a7790b48085f621841195cddf5 to your computer and use it in GitHub Desktop.
How to Install VideoCopilot.net's SABER Plugin in macOS Manually

How to install SABER Plugin in macOS manually

If you want to install SABER plugin but if it doesn't work like following:
image

You can do the following to install the SABER plugin manually.

Extract SABER Plugin

  1. Control+Click the Saber installer file.
  2. Click Show Package Contents
    image
  3. Traverse into Contents/Resources/.
  4. Find the Saber.plugin.
    image
  5. Copy the Saber.plugin.
    image

Go to installation directory.

For Adobe After Effects 2023, The path for installing plugins is the following:
/Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/Public/.
(If you are using different version, check the "Explained for nerds" section for matching path)

  1. Open Finder
  2. Press Shift+Cmd+G (or Go -> Go to Folder)
  3. Paste the path /Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/Public/ and press return. image
  4. Copy the Saber.plugin from the Installer to the new folder.
    image
  5. Enter your password or do TouchID Authentication if requested.
    image
  6. Check SABER.plugin in the directory.
    image

Reload After Effects

  1. Close all existing Adobe After Effects instance using Cmd+Q
  2. Restart Adobe After Effects.
  3. Go to Effects & Presets.
  4. Search Saber.
  5. Enjoy!
    image
Explained for nerds

Finding path for installing SABER Plugin

You can get which folder to install plugins by fetching plist file available at /Library/Preferences/com.Adobe.After Effects.paths.plist:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment