Get help and share feedback in our global community.
Recently active
Hello, I'm trying to export and render an After Effects file (which I have rendered before), and I keep getting this message... "After Effects error: Attempted to render a frame with an unsupported frame size (30425 x 6148). The frame size must be between 1 and 30000 pixels for both width and height.Please check layer dimensions and the output from any effects that may be modifying layer content. ( 37 :: 102 )". I think it has something to do with a transition that I imported and used, but I've rendered it before with no problem. I don't know how to find the issue or how to fix it. Any ideas that I could try ASAP would be greatly appreciated.
Hello everyone! I’m working on a couple of motion graphics projects that require a lot of versioning — 13+ languages, different intros, outros… you know how it goes 🙂I’m currently on a Mac Studio M2 Max, which is pretty fast for what I do, but each video has so many versions that even with quick render times, I still end up spending half a day rendering 100+ variations per video.I’m considering adding a mini PC as a dedicated render node using Media Encoder, and I was wondering if anyone here has experience running After Effects to render this way. If you’ve tested specific brands, configurations, or setups that let you keep working on the main machine while the node handles renders, I’d really appreciate hearing about your experience. My other choice is to get a refurb macbook pro, which are quite cheat right now to handle this. Cheers,DC
Hi everyone.I have a couple of functions to send comps to the After Effects render queue and to AME: const sendToAME = (options: KT_RenderOptions) => { const RQItems: RenderQueueItem[] = addToQueue(options); if (app.project.renderQueue.canQueueInAME) { app.project.renderQueue.queueInAME(false); } for (let i = 0; i < RQItems.length; i++) { const rqItem = RQItems[i]; rqItem.remove(); } return RQItems; }; const addToQueue = (options: KT_RenderOptions): RenderQueueItem[] => { const RQItems: RenderQueueItem[] = []; const compsArray = options.comps instanceof Array ? (options.comps as CompItem[]) : [options.comps as CompItem]; const templateName = options.template || this.DEFAULTE_TEMPLATE; for (let i = 0; i < compsArray.length; i++) { const comp = compsArray[i]; if (!is.comp(comp)) continue; const rqItem = app.project.renderQueue.items.add(comp); const om = rqItem.outputModule(1
Multiple times when i am trying to edit an object on after effects, or even zoom into the screen, after effects just stops working. Anyone facing similar issues? i am using Asus Tuf f16
After effects warning: Rendering Unexpected error on my PC with i9/5080 GPU?
Hi! I am using the plug in SF Caddy to do a lip syncing animation, it all looks great on the timeline, but when I go to render it, the exported video is off. Off in a way where the last mouth shape on the timeline doesn't show up. What could I have done to cause this? Thank you for your help!!
guys i need urgent help like right now....i tried everything...its stuck like this, funny how i can make it into two views and 3 etc...but not one...please help me :(((
Coming back to a project after a few months to make some tweaks before re-rendering I was greeted with the "analysis solve failed" error. However, my issue is not with a 3D camera but with a track point. That has already been tracked and keyframed. And shows all the correct points when I look at it, I would prefer to not have to run the tracker again and have to make all the small corrections I did previously.So it's already been tracked and keyframed, any idea why I am getting this now when nothing has changed since I last worked on this? I've updated to the latest, restarted, and tried to re-analyze but it's not coming out smoothly and would require me to redo all the existing tracking work. Is there an easy solution I'm just missing?
Hola, cada vez que guardo mi proyecto me sale esta advertencia que es bastante molesta, no sucede con el auto guardado, sólo cuando le dos a Ctrl+S. ¿Alguien tiene la solución para que no siga apareciendo?
In after effects exists an effect called Scale wipe.Which scales one half of a frame around an anchorpointMy problem is, that i now need to do this just on the edge of a subject.Basically a per pixel Scale wipe. So each pixel gets scaled around its own anchorpoint.And if that wasn't hard enough i also need this to work on a moving subject.In my mind i would take a rotoscoped subject. Tell AE to go 10 pixels or so inwards/to the left from that mask and then do a per pixel scale warp from there.Im currently doing this mockup in PS by not doing this per pixel but taking 20-40 pixel blocks. The same principle works in AE, but for a moving subject the manual labor of animating 10-20 masks + their anchorpoint for a 1min video is just insane.Any ideas if this is even achievable in AE. Is this doable with scripting ?Is there another program that can do this ?
Hello, my current computer doesn't run the new version of After Effects. I'm using the Monterey version of Mac OS. I need the older version of After Effects. How can I download it or where can I find it?
I am making a handwritten text effect and I am having issues with my mask. The issue comes when I right click on the text layer and chose "create masks for texts". The text then becomes white instead of black that I made it to begin with. It then stays white when I go through the correct steps for animating it. How do I solve this?
Hi community! I encounter an unpleasant thing when I open any project in Adobe affects, the window with After Effects pop up on my screen, I usually switch to another window (manage something else) until the porject is loading, but After Effects pop-up uncalled and this is unpleasant, how do i disable this pop-up ?
@Adobe. Do you guys have a basic suggested workflow yet for Log N-Raw (.NEV) clips in After Effects? Would love to be able to do VFX work from the base footage rather than round-tripping through other apps. Can anyone suggested the 32-bit OCIO color management set-up for .NEV log into ACES workflow for After Effects? Do you have any resources on implementing the correct .NEV transforms for that standard ACES VFX workflow?Thanks
Ive been using the "convert to a AE comp" in premier for along time with no issues, however suddenly(perhaps an update?) when I use this it will open AE and create a comp however the timeline will be empty, where it used to put the media into the comp.
This is a new bug that showed up after my software did an auto update (After Effect 25.6) over the weekend. Now, when I "Replace with After Effects Composition" in Premiere and go to the new comp in AE, any editing I try to perform on the new comp (add text, create mask, etc.) causes a jump to a previous comp that is open on the timeline. If I go back to the new comp that was just created I can't edit the new comp (Jumps to previous comp) without closing AE and reopning. This happens every time I "Replace with After Effects Composition" in Premiere. After Effect 25.6Premiere 25.5MacOS 15.6.12019 Mac Pro
Hi everyone!How can I remove the halo that appears around the subtitles? The glow effect is applied, but it looks like this when I export. It's not as noticeable in the preview, but it's there when I export. Is there a way to fix it?Thank you so much for your help. I've attached a screenshot of the issue.
I am animating a graph so the lines travel accross the screen at the same time. They need to go at the same point accross the screen even though they are different lengths in total. I have attached an example of where I'm up to - I have the pink and green dots separate to the lines and I'm using a combination of trim paths, linear wipe and time stretch to acheive this. It is proving quite fiddly and time consuming! Does anyone have a suggestion of how I could do this more easily? Would appreciate any help, thank you.https://vimeo.com/1137417192/6f6ba08e3b?share=copy&fl=sv&fe=ci
So I'm still fairly new to this whole after effects thing and I wanted to put an audio spectrum in my videos, but I don't like how jumpy and how too reactive it is. I want it to be similar like this : Video. I already tried messing around with the settings a bunch of times (like the audio duration and offset and the height and etc.) and searching online and past reddit posts but nothing can seem to quite get it just right.Any help is greatly appreciated!
Hi everyone, Does anyone knows if there is a way to offset layers and keyframe with the same value?I explain : sometimes, when you need to add more time at a certain point of a composition you need to push further some layer blocks AND also only push some keyframes on a layer (most of the time this layer is my camera for example).As you cannot select and push layers and keyframes selected at the same time here is why i ask. I can do it manually with two selection steps but it can lead to mistakes in my count of keyframes to add. And also as it is a matter of timing, i need to try and see with more ease. I've send a visual example if it's not clear. Thanks
Hi, I'm trying to figure out one issue and unsuccessfully, so I'm turning my question to you. I have layers for eyes, for this problem mainly Pupils - Iris - White as picturesPupils are in Iris and Iris in White. However the Iris slightly overlaps the White and if I put Pupils into the overlaping area, they are visible, which is not wanted factor as next picture I'v tried to find a solution online, but non of them worked for me. It¨s like I need mainly the Pupils to be in the Iris (which is working) and secondary in the White (which I dont know how to do) Thanks for your time
this funny error message pops up when I double-click on a texte layer to select directly a single word.Apparently the text tool doesn't like to be too fast at clicking. I just click OK and i can go on.If i just click once to "enter" on the texte layer to select text, nothing happen and i can continue to double or triple-click to select texts. PS. My app is in french language. The message is not translated.AE 25.5.0 — Mac Studio M1 Max — 32Go RAM — 130Go free disk space — Macos Tahoe 26.0.1 (25A362)
Hey guys,Still somewhat new to after effects - and when I download templates off the internet I get an error message saying I'm missing the "Fill" plug-in. I've done some research and one place I looked said it is a default plug-in and I'm also finding it come up on Google as RE: Fill which is like $100. Do I need to pay for the plug-in or is it a default and not showing up for me for some reason? If so, are there any fixes to this?Thanks in advance for any answers and helping me past this confusion.
I have the problem that when i add Twixtor on some clips, they glitch at some points and turn green or black for a short time. My theory is that it is only occuring on Clips with much motion and Ive heard that I just have to put the Motion Sensitivity lower but its not helping. Ive also checked that the input fps are adjusted to the input clip. Also there is no difference between putting it on an adjustment layer or the pre composed clip itself.Any ideas??
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.