Premiere Companion is a productivity tool designed to enhance Adobe Premiere Pro workflows by enabling users to quickly search for and apply video effects, audio effects, transitions, and presets directly from a fast, keyboard-driven interface. It serves as an open-source alternative to plugins like Excalibur, with the added capability of applying custom Presets without disrupting keyframes.
Key Features:
Instant Search Bar: Summon a floating search bar with a customizable shortcut (default: Ctrl+Space) while working in Premiere Pro.
Global Hotkeys: Assign effects, presets, or macros to global keyboard shortcuts for quick access even when Premiere Pro is focused.
Preset Support (Quick Apply): Apply custom Presets using recorded mouse positions and input simulation, preserving complex animations like Bezier curves.
Custom Macros: Create sequences of actions (e.g., apply an effect, then a preset) and trigger them with a single click or command.
Better Motion HUD: Adjust clip properties (Position, Scale, Rotation, Opacity) using mouse movements with a real-time floating HUD for precise control.
Dynamic Theming: Customize the UI with over 40 adjustable parameters through a JSON configuration file.
Live Filtering: Search results update in real time with a smart scoring algorithm that prioritizes frequently used items.
Regex Cleaning: Clean up Premiere Pro's transition names by removing technical identifiers, ensuring readable and organized effect lists.
Audience & Benefit:
Ideal for Adobe Premiere Pro users seeking to streamline their editing workflows, Premiere Companion allows editors to save time and focus on creativity. By enabling quick access to effects and Presets, the tool enhances efficiency and flexibility in video production while maintaining the integrity of custom animations and keyframes. It is particularly beneficial for professionals who rely on complex preset workflows or need a reliable alternative to paid plugins.
The software can be installed via winget using the command: winget install Ephraem.PremiereCompanion.
Premiere Companion is a productivity tool for Adobe Premiere Pro that lets you instantly apply video effects, audio effects, transitions, and presets - all from a fast, keyboard-driven search bar without ever leaving your timeline.
> Think of it as a free, open-source alternative to the Excalibur plugin, but with the added ability to apply Presets.
Unlike traditional alternatives (such as Excalibur), splitting the tool into a desktop app and a plugin brings significant advantages:
Blazing Fast & Reliable Hotkeys: Shortcut detection happens globally at the OS level, bypassing Premiere's sluggish shortcut engine for a lightning-fast search bar.
Future-Proof (UXP API): Built on Adobe's modern UXP architecture, perfectly adapted for the future while leaving behind the dying ExtendScript API.
True Preset Application (Custom Keyframes Preserved): Other tools use code hacks that ruin complex custom animations (like Bezier curves). Companion simulates a physical drag-and-drop, applying presets natively without destroying your keyframes.
Free & Open-Source: It is fully transparent, community-driven, and completely free to use.
β¨ Features
πͺ Custom Macros - Create powerful sequences of actions (apply an effect, then a preset, then adjust opacity) and trigger them with a single click or command.
π±οΈ Better Motion HUD - A revolutionary way to adjust clip properties (Position, Scale, Rotation, Opacity) using mouse movements with a real-time floating HUD.
π Better Transform - Use the combined Transform tool to switch between Position, Scale, and Rotation on the fly using mouse button modifiers (RMB/MMB).
β‘ Instant Search Bar - Summon a floating search bar from anywhere with a fully customizable shortcut (default: Ctrl+Space) while Premiere Pro is in focus.
π οΈ Dynamic Commands - Control the application directly from the search bar (e.g., /QA to toggle Quick Apply, /BM for Better Motion).
β¨οΈ Global Hotkeys - Assign any effect, preset, or macro to a global keyboard shortcut that works even when Premiere is focused.
ποΈ Category Navigation - Use the β / β arrow keys to cycle through element categories (Transitions, Video FX, Audio FX, Presets, Macros, All).
π Live Filtering - Results update as you type with a smart scoring algorithm that prioritizes recently used items.
π― Preset Support (Quick Apply) - Apply your saved Premiere Pro presets automatically using recorded mouse positions and hardware-level input simulation.
π¨ Dynamic Theming - A fully customizable UI with 40+ adjustable parameters driven by a JSON configuration file.
π Hold-to-Sync - Interactive logo with a progress gauge: hold for 2 seconds to force a full database synchronization.
π Prerequisites
Before using Premiere Companion and the plugin, make sure you have:
Adobe Premiere Pro 25.6.1 or a Beta version that supports UXP plugins.
π Installation
β Setup / Portable
Download the Setup.exe or Portable.zip from the Releases page.
β Winget
winget install Ephraem.PremiereCompanion
π οΈ From Source
Clone the repository, then install the dependencies:
Run src/InputBar.pyw (as Administrator for global hotkeys).
Once configured, for a detailed breakdown of how to use the search bar (keyboard navigation, category filtering, transition alignment, recent items, and more) :
π Getting Started
π‘ Connect to Premiere Pro
Premiere Pro must be closed if you install/update the plugin.
Go to Settings -> Configure -> Install Plugin.
Open Premiere Pro and load the Premiere Companion plugin (Look at the top bar, Window > UXP Plugins > Premiere Companion (Listener)).
In both the plugin panel and the Premiere Companion application, verify that the WebSocket Port matches exactly. You can check and adjust this in Settings β Premiere Pro β Configure.
When the connection is established:
The console at the bottom of the app will display a green confirmation essage.
The plugin panel will also indicate that it is connected.
π§Ή Recommended - Apply a Regex Clean (Transition Names)
> This step is strongly recommended if you want clean, readable names for your transitions.
The Premiere Pro API does not expose a clean way to retrieve formatted transition names - raw internal names often include plugin prefixes, codes, and technical identifiers (e.g., AE.ADBE Cross Dissolve PrTr).
To fix this, go to the Regex page and use one of these options:
π€ Auto-Generate Rules - Analyzes all your fetched transitions and automatically builds cleanup rules. Works well for most setups.
π Import my personal rules file - Download and use my pre-made regex ruleset, crafted specifically for a clean Premiere Pro effect list. (Link coming soon)
Rules are applied in order and can be individually reordered, edited, or deleted.
π You can now apply any effect or transition directly via the search bar using Ctrl+Space while Premiere Pro is focused. This shortcut is configurable in the Keymaps page.
By default, transitions, video effects, and audio effects work immediately once connected. To make Presets applicable, further configuration is required. (See below.)