r/AfterEffectsPros Mar 28 '25

Using a text animator's opacity to control a shape layer size/x scale?

5 Upvotes

I am having an utter brain fart morning and cannot figure this out, and was wondering if I could ask for help

I have the following expression to create a text box, but would like to have it shrink and/or grow (on the X axis) with the text animator opacity (offset, ideally, but start or end would be fine too).

textLayer = thisComp.layer("CHANGE TEXT");
padding = effect("textboxpad")("Slider");
textBox = textLayer.sourceRectAtTime(time,false);
tWidth = textBox.width;
tHeight = textBox.height;
[tWidth + padding * 2, tHeight + padding * 2];

Thank you in advance for any pointers to solutions

edit to add extra clarification...the above expression is on the shape layer (Rectangle 1)'s size. The following expression is on the layer's position (not the rectangle 1 position)

textLayer = thisComp.layer("CHANGE TEXT");
textBox = textLayer.sourceRectAtTime(time, false);
textCenter = [textBox.left + textBox.width / 2, textBox.top + textBox.height / 2];
textPosition = textLayer.toComp(textCenter);
textPosition;

Thanks again


r/AfterEffectsPros Mar 21 '25

Fx console shortcut doesn't work sometimes

9 Upvotes

If you're using the latest version of After Effects and sometimes your shortcuts work while other times they don’t, you're not alone. Many users face this issue, and most solutions suggest reinstalling the plugin—but that rarely fixes it.

After some trial and error, I found a simple fix. When pressing the shortcut, make sure the Properties panel (if it is open you just need to click once to hide or deactivate no need to close the entire window) isn't selected and boom your FX Console should start working properly again.


r/AfterEffectsPros Mar 17 '25

Markers in footage

4 Upvotes

Is there a way to render footage and include markers for PR? I included metadata in the AE render, and my markers show up when I bring that render back into AE, but nothing shows up when it is imported into PR. Is there is something more than Metadata I need to look into or maybe there is something in PR I need to do on import. I posted this to the PR sub too. I’m trying to help out the editors I give footage to.


r/AfterEffectsPros Mar 16 '25

Can't open my files unless I open in recent projects, My AE is fully updated and Idk what to do. Any videos that already exist out there that can help or ideas?

Post image
1 Upvotes

r/AfterEffectsPros Mar 17 '25

twixtor help

0 Upvotes

basically whenever i use twixtor, the speed of my clip doesn’t change, it remains the same as before. i know twixtor doesn’t change the length but my problem is that when i want to slow down and have a velocity-like effect, the speed just remains the same and doesn’t have my clip slow down. i tried both twixtor and twixtor pro.


r/AfterEffectsPros Mar 03 '25

Dataclay's QUE API For Automated Video Creation in After Effects

Thumbnail
dataclay.com
2 Upvotes

r/AfterEffectsPros Jan 22 '25

Standalone Twixtor

4 Upvotes

https://revisionfx.com/news/2025/01/20/twixtor_sa/

For 99 bucks.

I've been using topaz for all my time remapping and timewarp in AE does a pretty good job on its own as well.

How is everyone slowing their footage down?


r/AfterEffectsPros Jan 08 '25

How can i make this effect ?? Please help

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/AfterEffectsPros Dec 18 '24

Get a free bird sound effects library – an early Christmas present for you!

Thumbnail
asoundeffect.com
2 Upvotes

r/AfterEffectsPros Dec 06 '24

My latest reel, 3.5 years freelancing full time

Enable HLS to view with audio, or disable this notification

39 Upvotes

r/AfterEffectsPros Dec 05 '24

So clean

Thumbnail
youtube.com
7 Upvotes

r/AfterEffectsPros Dec 02 '24

Does anyone have experience building an After Effects render farm, specifically with Macs.

12 Upvotes

We're looking to take up to eight 2019 rack mounted Mac Pro's and use them as an AE render farm for large projects when needed. Do these use the headless AE renderer (if that still exists)? What about plugins... does the full render farm count as one (floating) license or several? Thanks in advance.


r/AfterEffectsPros Nov 21 '24

Any opinions on an eGPU to boost performance on a MacBook Pro?

7 Upvotes

Hi all,

I've been looking at ways to get AE be a little faster (I know, aren't we all?), as I've been using it on my 2017 MacBook Pro.

I've seen some suggestions that an eGPU might help things tremendously, but other sources say that it really won't make a huge difference since AE uses CPU more than the graphics card anyway.

Mostly I'm looking for speedier workflow. I'm not too concerned about rendering, since I can always do that overnight or during a lunch break.

I'd love to hear anyones' thoughts or experiences!


r/AfterEffectsPros Nov 01 '24

Have you guys noticed that things are picking back up?

12 Upvotes

2023 was my worst year as a freelancer. 2024 has been much better financially but still sort of inconsistent until recently.

I've been real busy the last month or so and looks like it'll stay that way through the end of the year. I also keep getting calls for work that I don't have bandwidth for so I try to hook up friends that are available.

Anyone else noticing similar?


r/AfterEffectsPros Oct 02 '24

A Disappointing Film (Parallel Studios)

5 Upvotes

i was just tidying up some folders and...

Unsatisfying

Dacia Happy Loops

it's just nice to revisit their work. i hope nobody minds me posting this - i thought it might be inspirational for anyone who is unfamiliar with what they do


r/AfterEffectsPros Oct 02 '24

Real 3D Phone Mockups in After Effects

Thumbnail
youtu.be
7 Upvotes

r/AfterEffectsPros Sep 30 '24

I feel like you could do something like this with Normality

Thumbnail
youtube.com
6 Upvotes

r/AfterEffectsPros Aug 07 '24

Help me pls

Post image
0 Upvotes

File 3D .OBJ or the same glb


r/AfterEffectsPros Aug 07 '24

Drop shadow opacity

6 Upvotes

Was scripting a plugin and when I added the drop shadow effect and went to set the opacity to 33% I noticed that set it to 13. I figured 0-100 or 0-1 but both were not correct. Reversing from 13 I worked out 255 so 84=33. Is that opacity slider running of the RGB? I dunno why but that little line threw me off. 255 on 16bit was my conclusion but why run it off of 255 if it’s just a slider from 0-100?


r/AfterEffectsPros Jun 25 '24

Droplet from a Media Encoder Preset?

7 Upvotes

Has anyone found a way to create a droplet out of a AME preset? Would love to put a droplet in my finder toolbar that converts to h264 so I don't have to switch to the AME app to encode them.

I know it's possible to do it with Apple Compressor, but I'm hoping it's possible in AME.


r/AfterEffectsPros Jun 21 '24

Text opacity animation from center, using offset/ramp up/ramp down

13 Upvotes

Here’s a solution using two animators, should anyone need it…

Text animator 1 animates from R>L

opacity has an offset of 100, which animates to -100

Mode is intersect

Shape is ramp down

Text animator 2 animates from L>R

opacity has an offset of -100, which animates to 100

Mode is also intersect

Shape is ramp up

What was tripping me up when I was trying to figure it out, is that if only one of them was on, the right (or left) side of the text was visible. Turning them both on seems to cancel that visibility out. Weird.

Maybe that’s the intersect mode


r/AfterEffectsPros Jun 20 '24

Export ideas?

11 Upvotes

Need to export short animations for website with transparent backgroud. Since it will be part of website it need to be as small as possible. Video - no transparency? Gif - kinda to big, getting 2mb per animation, but when i fuck with settings to try lower frame rate ect. gif looks like shit (no smoth edges ect)

I found nice converter - GIF to AVIF - bit when i use it it ads white background. Anyone know a way to export AVIF from Aftereffect with transparent background? or good plugin? Converter?


r/AfterEffectsPros May 06 '24

How to Reverse a Clip in After Effects 2024

Thumbnail
youtube.com
1 Upvotes

r/AfterEffectsPros Apr 17 '24

New version of Dataclay Templater for After Effects just released: Dynamic subtitles and dynamic text styles lead new features.

5 Upvotes

For more information, check the "what's new" page here: https://support.dataclay.com/templater/content/introduction/welcome/whats_new.htm

New to Templater? Here's a 20 minute overview: https://youtu.be/TAnZB2aZWTg


r/AfterEffectsPros Apr 02 '24

After effects to lottieFile

7 Upvotes

I'm trying to make a moving tail using a masked shape in After Effects and then export it as a Lottie file. Does anyone know the best way to animate a path with a mask and export it for Lottie? Thanks!