简体   繁体   中英

nexrender jsx scripting image

I'm using nexrender package to automate after effects template & data driven video based. in AE program I have 2 images. 1 image with a blending mode (stroke-png.png), the second image gets the effect and mask into. as you can see here

在此处输入图片说明 在此处输入图片说明

when I edit the JSON I want to change the photo dynamically so I change it

{
"src": "https://images.unsplash.com/photo-1501901609772-df0848060b33?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=809",
"type": "image",
"layerName": "Change this Photo"

}

在此处输入图片说明

How can I add image with the blending effect? in the last time it not get the effect I want. in the nexrender package I see there is a way to use jsx scripting or avlayer-frameblending..

You could use jsx scripting, but I think an easier method would be to create a new precomp of your image. (Right click the layer and choose Pre-compose... ). That way you can leave your blending mode and mask settings on the Comp layer.

You can then replace the image inside your new Composition, no need for jsx!

You should see this. Very unique. Overlay Image https://youtu.be/oQ5jxDXuRes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM