Skip to main content
Participant
February 26, 2024
Answered

In premiere pro can an effect (mosaic) be applied to an adjustment layer using Automation Blocks?

  • February 26, 2024
  • 1 reply
  • 2716 views

I want automation blocks to bring in an adjustment layer, and apply the mosaic effect with a mask already set.  I can get the adjustment layer to work, is there any way to apply an effect with automation blocks?

This topic has been closed for replies.
Correct answer Mathias Moehl

Hey, that's sweet. Thanks for the reply


Today we published an update of Automation Blocks, which includes a block to execute arbitrary jsx code

You can use this now also to execute the qe dom code you found to apply effects to clips.

See here:

https://docs.mamoworld.com/automation-blocks/block-reference/prOther#clip-apply-effect

 

1 reply

Mathias Moehl
Community Expert
Community Expert
February 26, 2024

Hi Jeremy,

unfortunately, the scripting engine of Pr cannot apply effects, yet, therefore Automation Blocks also cannot do it. I am sorry, but I don't know of any workaround for that (except for using Ae instead of Pr - in Ae you can apply effects and presets with Automation Blocks easily).

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Participant
March 9, 2024

Is there any way to execute separate .jsx file within automation blocks? 
I found this video on yt where the author applies effect with the script he made, I'm quite new to this, but how is this different to automation blocks? 

Mathias Moehl
Community Expert
Community Expert
November 26, 2024

Does Automation block allow to set a particular action in the plugin to a hotkey?
I.e. I have an arbitrary .jsx and I want to run it when I press Z.


You can execute Automation Blocks scripts with hotkeys, but it needs Auto Hotkey or simlar external tools, as described here:
https://docs.mamoworld.com/automation-blocks/remoteExecution

Also, to turn a jsx script into an Automation Blocks tool, you need to wrap it into an Execute Code block:
https://docs.mamoworld.com/automation-blocks/block-reference/prOther#pr_execute_code

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects