Building an Encoder Extension

Building an Encoder Extension

Building an Encoder Extension Create an encoder extension in Xcode by using the Encoder Extension template.

Overview

When you want to integrate a custom output file format into the Compressor export settings to allow users to export their Final Cut Pro projects to that format, consider creating an encoder extension. You add and configure an encoder extension as a separate target alongside a macOS app. If you don’t have a functional macOS app, create an empty one to contain the encoder extension. The app that contains your extension is called the container app.

Use the Xcode template project that comes with the Compressor Extension SDK as a starting point to create your encoder extension.