Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

How to Add Mosaic Effect and Adjust Ellipse Mask Position Using ExtendScript in Premiere Pro?

New Here ,
Mar 13, 2025 Mar 13, 2025

Hi everyone,

I’m developing an ExtendScript for Adobe Premiere Pro and I need help with the following:

  1. Adding the Mosaic effect to a selected clip in the timeline.
  2. Creating an ellipse mask inside the Mosaic effect (like manually clicking "Create Ellipse Mask").
  3. Changing the position of the ellipse mask programmatically.

I’ve been able to access effects using clip.components, but I’m struggling to programmatically create a mask and modify its position.

  • Is it possible to create an ellipse mask via ExtendScript?
  • How can I change the position of the mask after adding it?
  • Are there specific properties I should look for under the effect’s parameters?

Any guidance, sample code, or documentation references would be greatly appreciated.

Thanks in advance!

TOPICS
SDK
107
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 13, 2025 Mar 13, 2025

There is no supported ExtendScript API to either apply effects, or modify masks. You can likely change the position of a mask, via component parameter manipulation

Translate
Adobe Employee ,
Mar 13, 2025 Mar 13, 2025

There is no supported ExtendScript API to either apply effects, or modify masks. You can likely change the position of a mask, via component parameter manipulation

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 17, 2025 Mar 17, 2025

I couldn't find properties related to mask position or size under the Mosaic effect's parameters. How can I retrieve (get) or modify (set) the mask position and size?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 18, 2025 Mar 18, 2025
LATEST

As stated above: There is no supported ExtendScript API to either apply effects, or modify masks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines