https://github.com/mathsqrt2/quick_mogrt_replace_tool
Tool that helps you fix bugs in Adobe Premiere Pro. With this app, you'll be able to modify all .mogrt files at once, selecting specific properties.
https://github.com/mathsqrt2/quick_mogrt_replace_tool
adobe adobe-extensions adobe-premiere-pro cep extendscript
Last synced: 4 months ago
JSON representation
Tool that helps you fix bugs in Adobe Premiere Pro. With this app, you'll be able to modify all .mogrt files at once, selecting specific properties.
- Host: GitHub
- URL: https://github.com/mathsqrt2/quick_mogrt_replace_tool
- Owner: Mathsqrt2
- Created: 2023-07-27T07:15:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T18:50:05.000Z (about 1 year ago)
- Last Synced: 2024-12-03T22:07:12.923Z (6 months ago)
- Topics: adobe, adobe-extensions, adobe-premiere-pro, cep, extendscript
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# QUICK MOGRT REPLACE TOOL
## ABOUT
In versions 24.1 and earlier, Adobe Premiere Pro does not support batch editing of values in multiple .mogrt instances. Whether you attempt this in the Effect Controls panel or the Essential Graphics, the limitation remains. If you've used hundreds of .mogrt templates and now wish to change a color or another aspect, you must do so manually in each clip.
Some third-party plugins, like "Premiere Composer" allow you to edit values in a few clips simultaneously, but this is restricted to a maximum of eight clips at a time.
The main issue solved by the QUICK MOGRT REPLACE TOOL is the ability to replace any desired value in every instance of .mogrt preset you've utilized. I hope a future versions of Premiere might resolve this limitation, and plugin will happen unnecessary, but for now, my plugin offers a practical workaround.
## HOW TO USE
This plugin isn't officially available in the Adobe Plugins Store. To use it on your PC, you need to first add a registry entry:
### Windows:
1) Open regedit.exe
2) Navigate to HKEY_CURRENT_USER\Software\Adobe\CSXS.11\
3) Create a new entry named: "PlayerDebugMode"
4) Set the value of the new entry to: "1"All files will be working after You paste it in plugins directory:
```
C:\Program Files (x86)\Common Files\Adobe\CEP\extensions
```
### MAC:
```sh
defaults write /Users//Library/Preferences/com.adobe.CSXS.11.plist PlayerDebugMode 1
```
All files will be working after You paste it in plugins directory:
```
Hard Drive/Library/Application Support/Adobe/CEP/extensions/
```
---The app will be available in Premiere Pro under "Window > Extensions > SIMPLE QUEUE TOOL"