Get help and share feedback in our global community.
Actividad reciente
I have AE 22. When i play the preview/playback in a composition that isn’t 15 fps, the program starts lagging and slowing down. It happens both if i add media and if i don’t, does anyone know what the problem might be and how to fix it? I wanna use 18 fps or more but even then it gives me problems and doesn’t load as it should
Good evening everyone.I'm using ChatGPT because my English isn't very good.Like many other users, i've been experiencing major issues with the latest version of After Effects. Despite working on a PC with 128 GB of RAM, a 32-core CPU, an RTX 4090, and an ultra-fast SSD dedicated to the cache, After Effects has become practically unusable.Not only am i constantly running into "Out of Memory" errors, but the entire system eventually becomes unstable and unresponsive. It's been a complete disaster.After searching all over the internet, i finally managed to get things working again by applying the following changes. i have no idea whether all of them are related to the fix or if only one of them is actually responsible, but it certainly doesn't hurt to try:Disable idle caching in the Composition Preview: Composition > Preview > Cache Frames When Idle. Disable Enable Compressed Frames in the Disk Cache options. Reduce the Idle Delay value in Preferences > Preview to a very low numb
Hello!! I have to make a video template that features a single line of text which repeats using an echo effect and moves along a frame, similar to what the Montreal Victoire did for their goal videos as seen here. Because I’ll have to make about 30 of these videos and the text that needs to travel along the path will be different lengths, I set up a separate comp to use as a parent layer with an expression to scale text in that comp to its width (in this case, 200px), so I would only have to set up the number of echoes/delay between echoes one time. I tried using the expression “comp("Dynamic Text (player names)").layer("Player Name").transform.scale;” in my main composition to adjust the text moving along the path to match this scale, but this changes the scale of the path the text is travelling along as well. Is there an expression I can use to scale the text, but not the mask/mask path it’s travelling along? Alternatively, is there a way for me to have text move along a path in this
Photoshop displays a "Scratch Disks are full" prompt during startup or rendering even though the primary drive has ample free storage.
I’m trying to add a feature to my panels so they can be closed using the ESC key. The code below is just a basic test. When I run it and press ESC, it works the first few times. However, after about 5 to 10 presses, I start getting the attached error.I’ve tried several workarounds, including using scheduled tasks, but the error always shows up after a while. It also completely ignores my try-catch block.Can you explain why the error happens on the .close() line, and if there is a better way to close a window using the ESC key? Reference code for test:var palette = new Window("palette");palette.text = "Dialog";var button1 = palette.add("button", undefined, undefined, { name: "button1"});button1.text = "Button";button1.onClick = function () { palette.close();};palette.cancelElement = button1;try { palette.addEventListener("keydown", function (k) { if (k.keyName == "Escape") { palette.close(); } });} catch (e) { /* Ignore registration errors */ }pal
I'm a long-time InDesign user trying to help my company's motion graphics team get more use out the CC libraries that our print designers use all the time. We have robust Paragraph and Character Styles in our CC libraries, but I can't find any definitive information about whether they are accessible in After Effects or not. They appear greyed out in the Library panel, so I'm thinking they aren't usable but that seems crazy that something so useful would be cut off from a group who still uses type so much. Am I missing something or are After Effects users really limited to shared colors and graphics in CC libraries?
I saw this reference. -https://www.instagram.com/p/DcAvkW6DZVo/?igsh=bGp6d2Q0amRycm9iand really liked it. It is clearly based on images, turns them into particles, and morphs them. Is this possible in AE or does it look more like an effect in a 3D software? Thanks,J
Working on an animation project and I ran into an issue with a piece of text where the percentage was supposed to be listed. The text read “...greater than or equal to %25 of...” and I flagged it as a typo. However, when I tried to fix it, no matter what I did or where I copied the text from, my “25%” formatted to “%25”. Was working in v26, but the issue carried over when I downgraded to v25 as well.Haven’t had this issue with any other project. I just tested it in another recent project (also v25) and was able to type the percentages okay, so not sure if this is project specific, v26 specific, or user/formatting error. Saw another couple posts on the Photoshop forums with the same issue, but no real fix.Two things I noticed/did to resolve the issue.For some reason, Hindi digits was checked. I got my project file from another editor, so maybe they had it enabled. Unchecked that box. It may help others, although I saw no change. I selected all my text, went to the Text settings on the s
Hi There,I'm doing a School of Motion tutorial, and am a little confused on a very basic function.When I hold cmd, the anchor point of a shape layer does not snap to either the center or corners etc. When I hold cmd on other layers, like a vector shape or comp, the anchor point snaps.Would you have any idea why this isn't working for shape layers? I've tried toggling the snapping box on the toolbar, and that doesn't seem to change the functionality.Thanks!
I can't play through my sequence in Adobe After Effects my time bar keeps resetting mid session when I try to preview.
So I open a file through either Recent or from selecting a file on the Welcome screen when I open AE… and go to save it, and it saves into the last folder I had used from a previous different client job. This has been a PITA for years now. PLEASE FIX!
Hi,I have been going crazy looking for a solution to how to solve the 'blank frame' glitch when creating a looping composition using the loopOut() expression.I tried the current/previous solutions which involved adding a keyframe on the penultimate frame or manually setting the final keyframe value -1 frame. These worked, but I was still getting a visible animation glitch happening.My final solution, for a perfect loop with zero visible glitches or blank frames, was to open the pre-comp layer (the original composition that you're trying to loop) and for every layer that reaches the final frame, drag it beyond the end. These layers may appear to run to the very end of the comp and appear as though they reach the final frame, but manually dragging the end of the layer 'off' to the right of the comp was what was needed for that final 'missing' frame to show in the precomp loop.So, starting with a Time Wrapping comp that is showing a blank frame:1. Double-click the comp to show the content
PRO TIP for After Effects users using AI Assisted Coding tools - here's a short RAG (Retrieval Augmented Generation) you can use as part of your First Prompt or System Prompt to ensure your Coding Assistant writes compatible code --------------------------------Must be ECMA3-compliant (ExtendScript's engine) — no let/const, no arrow functions, no template literals, no array/object destructuring, etc.Must work across all language versions of After Effects.Use Scripting and Expression matchNames instead of localized display names wherever possible - this is critical for cross-language compatibility.Must work on both macOS and Windows.Targets After Effects version [** insert version number **] and newer.-----------------------------If you want to learn other insightful After Effects scripting and automation tips, I've got a LIVE Event with CreativeCOW on 23rd Aug. I'll be covering the GUTS Prompt Framework which will help you immensely get more out of your prompts.I will also cover the us
I've already managed to add the effects, but where did the subtitle files go? I can't find them. I don't know where they went. How can I get my screen back to how it was before? My screen beforeMy screen afterwards I can already do the part about adding shadows. But how can I access my previous caption text again?Thanks in advance to anyone who can help!
i'm using After effect 2017 when i goes and want to edit ease handle so handle doesn't appear please help to appear my handle to edit ease in speed Thank you
Desinstalé after 2024 y cuando quise volver a instalarlo al renovar mi licencia me da este error, ya intenté con varias cosas pero nada funciona. A alguien más le pasó? Y como lo resolvió?
(Note: English is not my native language and I am using a translation tool to write this post, so I apologize in advance for any awkward phrasing!)The Main Issue I’m trying to make my After Effects preview accurately match my rendered output (viewed in VLC/Safari), but I’m running into preview color mismatch issues on macOS.Project & Color Settings Working Color Space: sRGB IEC61966-2.1 Use Display Color Management: OFF Blend Colors Using 1.0 Gamma: OFF Two Specific Problems We Are Facing1. Preview oversaturated on MacBook built-in display (My setup) On my external monitor, the AE preview matches the exported video (VLC/Safari) perfectly. However, when I move AE to the MacBook Pro built-in screen (Display P3 / Liquid Retina XDR), the preview suddenly becomes much darker and overly saturated, breaking the match with the rendered output. 2. Preview color shifts ONLY during playback (Friend's setup) Using the exact same settings on an external monitor, the preview matches the e
Hi everyone,I’m having a serious performance issue with After Effects 2020 and would appreciate any advice.When I open After Effects and load certain templates, the preview becomes extremely slow—sometimes dropping below 1 FPS. At the same time, RAM usage suddenly increases until it exceeds my 32 GB of memory, and eventually Windows becomes unresponsive or crashes.My PC specifications include: NVIDIA RTX 2060 Super 8 GB 32 GB RAM Windows I’ve already tried both upgrading and downgrading After Effects to different versions, and also templates(from light to heavy) but the same issue continues.Has anyone experienced a similar problem? Could this be related to the template itself, memory/cache settings, GPU acceleration, plugins, or another After Effects configuration?Any suggestions on what I should check would be greatly appreciated.Thanks in advance!
Hello, I have an active Adobe Creative Cloud license. I need to install After Effects 24.6.4 because several existing projects and plugins are validated on this version. However, Creative Cloud only shows version 25.x and 26.x under "Other Versions". Is there any official way to obtain After Effects 24.6.4, such as:- Adobe Support access- Direct installer- Admin Console package- Any special entitlement Thank you for your help.
It could be frustrating if you ever run into the "Could not parse mask shape on clipboard" error in After Effects. Why do I see this error? You may see this error if your clipboard contains something that After Effects can't analyze. Users often report that they see this error message after using Illustrator. It could be a raster image, a complex shape, path, or link from Illustrator or any other application. Solution: Our community recommends the following solutions: If you are working side by side in Illustrator and After Effects, copy a simple shape in Illustrator. If you are not using Illustrator, copy text from your browser or any other application. That will replace the data on the clipboard with the text you copied. Restart your computer to clear the clipboard. If the solutions above don't help, reset the After Effects preferences. I
While testing 3D shadows using two solid layers in After Effects' Advanced 3D Renderer, I encountered an unusual rendering issue:When the two solid layers are close to each other, intersecting, or even perfectly overlapping in 3D space, a noticeable white edge/white line appears along the edges of the shadow cast by one of the solid layers.The issue can occur under the following conditions:The two solid layers have a certain amount of spatial distance between them; The two solid layers intersect each other in 3D space; The two solid layers are completely or almost completely overlapping; With the Advanced 3D Renderer enabled, and lighting and shadows turned on, an abnormal white edge can be observed around the boundary of the shadow.In particular, the white edge still appears when the two solid layers are completely overlapping or geometrically intersecting. Therefore, this does not appear to be caused simply by the distance between the layers or by normal layer occlusion.
Adobe After Effects wont launch and throws up the AGM font error from version 26.0 onwards.A possible explanantion that can be drawn from this:Company has updated it’s security measure, which causes this conflict with the AGM font.To compensate I have been using v25.1, which has also suddenly stopped working. It keeps crashing on launch at the ‘Initializing Mediacore’ stage.Before support steps in asking me to try @josiah0206 solution in this thread https://adobe.ly/3WZVjci ; yes, I have looked into the possible solutiion, and our company’s security features stop us from meddling with windows security settings, so the solution above does not apply.What I am asking for:Resolve v26.0 AGM font error on launch. This issue seems widespread. Make v24.6.8 availble to download. For some reason I cannot find it anywhereRequesting a quick and effective resolution. This has been dragging on for a year at this point, and as of now, I am completely locked out of After Effects and unable to work on
I recently updated my after effects and adobe media encoder to 2025. Now everytime i try to render a video through media encoder it says "Adobe Media Encoder 2025" is damaged and can't be opened.You should move it to the Trash.This file was downloaded on an unknown date.I'm on a m1 macbook pro and use these programs regularly for work. I tried to install the previous version of media encoder and get the same issue. I don't understad what could be causing this issue. and am struggling to find other people experiencing this online.
after effect used to re link all the missing files as a batch - now i have a new macbook pro and it relink only one file each time and not automatically, do you have a solution for that bug?
I’m a Video Editor who edits for fun, specifically using After Effects 2020. I edit on an HP laptop, with an AMD RYZEN processor. Whenever I make video edits, when I zoom out into a black background/no background (specifically while editing pictures), I see some weird lines that sort of act as motion tile near my footage. This only happens if I am editing in a way where I am using no motion tile or reflect in my transitions.I have tried multiple effects and methods, as well as different settings to try to help but nothing helps.I’ve tried adding a black solid layer in the background, adding slight motion tile, etc. I am wondering if the cause for this is the After Effects settings/version itself, or my Laptop (settings/model). I have had other versions of After Effects, and I have had 2020 before on a different laptop but never faced this issue. I will include photos as an example:
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.