Set Up Media Encoder for Development

This page covers only the Media Encoder-specific setup. Install the UXP Developer Tool and a code editor from Set Up Developer Tools in the UXP Hub first.

If you already build UXP plugins for another Adobe application, keep your existing tools and complete only the Media Encoder steps below.

Check Your Versions

Component
Minimum version
Adobe Media Encoder
27.0
UXP Developer Tool
2.2.1.18

Use either the stable or beta Media Encoder release, as long as it meets the minimum version in your plugin's manifest.

Enable Media Encoder Developer Mode

Media Encoder has a Developer Mode setting that is separate from the setting in UDT. Enable both before UDT can load a development plugin into the host.

  1. Open Media Encoder.
  2. Go to Edit > Preferences > Plugins.
  3. Enable Developer mode.
  4. Restart Media Encoder.
data-variant=warning
data-slots=text
Restart Media Encoder after changing Developer Mode. UDT cannot load a development plugin until the host restarts with the setting enabled.

Confirm the Host Is Available

  1. Start Media Encoder and wait for it to finish opening.
  2. Open UDT.
  3. Create or add a plugin that targets Adobe Media Encoder.
  4. Confirm that UDT offers Load for the plugin while Media Encoder is running.

If Media Encoder is unavailable in UDT, confirm the installed versions, Developer Mode settings, and host restart before continuing.

Next Step

With Media Encoder ready, explore the Render Queue Panel example to see the Media Encoder DOM APIs in action.