Questions
Als letztes aktiv
I have been using Adobe products for about 5 months and I am concerned about the question why the right mouse click to select a tool does not work? It works correctly in Photoshop, Illustrator but does not work in AE. This did not happen today or yesterday, it has not worked all this time. Is this a problem with my laptop or does it need to be enabled somewhere in the settings?System info OS: macOS v26.3.1, RAM: 32,00 GB GB, CPUs (logical): 10
Buenos dias! Desde Premiere Pro estoy selectando la opcion en un fragmento de video de "Reemplazar con composicion de after effects." Una vez en after effects, realizo el pre-composed del video para generar una nueva composicion (con todos los atributos), selecciono en advanced "detailed analysis”, selecto ademas "specific angle of view” y lo pongo en 40, y asi y todo siempre me aparece el error de layer must match. Corrobore que ambos videos en ambas aplicaciones estan en 2160 x 3840, 29,97 fps. No eniendo como puedo hacer para trackear un video y poner un texto u otra cosa que trackee un video. Espero me puedan ayudar, ya los videos de youtube y las respuestas anteriores en la comunidad no me sirvieron
Is it possible to duplicate this composition window? I want to move this graphic to 2nd monitor while graphic in the main monitor is intact?
I'd like to extend my composition by basically shifting everything after a point by a defined duration... is there a way to do this? Similarly, I imagine there could be cases where I'd want to 'cut out' a range of time.
When adding a light, the environment changes to just show whats lit leaving everything else in black shadow. I want to change the shadow color to a sky blue so it looks like the objects are in an infinite blue space. While still having the use of the light. What’s a good work around/solution to this? I’ve added a blue solid in the background to show what I’m going for.
Hi..I have a composition that has 3d elements (OBJ files exported from Autodesk Fusion)…. nothing too complex.. I don’t think, anyway.I am working w/ three monitors. After Effects on one where I primarily have my timeline full screen.2nd screen has my 4 camera views.3rd screen is used for other stuff.. e.g., Chrome, Slack, etc. Inconsistently, but regularly, scrubbing the playhead position on the timeline will cause After Effects to stop responding… looking at Windows Task Manager, I can see that it is still plugging away, CPU <20%, memory ranges depending on what I’m doing, but changes periodically tell me that it’s still breathing.I can hang like that for minutes… sometimes a few, sometimes 20 or so.. How do I determine what the root cause is? I’ve tried various suggestions I’ve found online.. nothing really seems to make a difference… aside from avoiding scrubbing in the timeline.
Using the latest version of After Effects - both my main Desktop machine (Windows 11) = and laptop (Windows 10) are freezing and crashing. Graphics and Video. No other app is causing this. Most often triggered when TAB through windows to different apps. Please sort this out. Not acceptable.
Hi everyone,I recently updated After Effects, and performance has been much worse than before. It got very slow, and now it doesn’t even open — even though it was working (just slowly) last week on the same machine.I have 16GB RAM, and while I know that’s not high-end, but I used to run Photoshop, After Effects, and Illustrator (and sometimes even InDesign) simultaneously on an older, weaker laptop without major issues, so this is a beyond disappointing.I also upgraded to this laptop just last year, so replacing it isn’t really an option — especially when the issue seems tied to Adobe’s updates rather than my hardware.What’s frustrating is that I can’t access older, more stable versions through Creative Cloud. I’m paying for a subscription, and part of that value (from a user perspective) is being able to use versions that actually work on your system.If anyone from Adobe happens to read this, I’d really appreciate being contacted directly to possibly get access to a 2022 or 2023 versi
I've found a number of tutorials on this subject, but they all reference earlier versions of AE and don't apply to the current one. In particular, they end up modifying the AdobeCleanFontSize property which I'm unable to find in AE 2025. I'd also like to increase the size of the UI icons. Any tips greatly appreciated.
What is purpose of having two zoom-in?
I am unsure if it is a bug or an exporting issue going over my head, but I am creating some basic animations for a client; however, no matter what I do, the solid background color changes to the wrong hex value.I know this is not a media player issue because the issue remains the same if I export it as a .mov (ProRES) or .mp4 (H.264). I bring both exports to After Effects and confirm using the eyedropper. The correct Hex code value I am looking for is #1414D2 (it's blue). However, my exports bring out #1314D1. Which is very close, but my client is VERY SPECIFIC. I watched this video (VIDEO) as well as others that seemed to help with the issue, but this still didn't solve it. I've changed color settings and export settings, the opacity of the solid/shape (making sure it is 100%), working color space, project settings, bit depth, assuming working gamma, output module settings, bit rate settings, preserve RGB (on/off), and I have watched tutorials with people runni
When I type, The cursor is moving all over the place
noob question, if I uninstall After Effects will my installed plugins, scripts, and extensions stay, or will they also be deleted?
I’m having a strange issue in After Effects. My PNG files are importing correctly, but in the Project panel the PNG icons don’t show — they appear as blank/white file icons (screenshot attached). Compositions show normally, but PNG thumbnails are gone.I’ve tried:Restarting AEClearing cacheRe-importing PNGsResetting preferencesUpdating AEThe PNGs work fine on the timeline — only the icons in the Project panel are missing.Has anyone experienced this or knows how to fix it?Thanks!
Hello,I recently had to reformat my computer, and I usually work with After Effects 2024.Unfortunately, I am no longer able to install it via Creative Cloud. Even when looking under “Other Versions”, After Effects 2024 is no longer offered.I have installed the latest available version (After Effects 2025), but for my projects and some plugins, I really need to reinstall After Effects 2024.I would like to know if there is an official or alternative way to obtain and install After Effects 2024, since Creative Cloud no longer provides it.Thank you very much for your help and advice!
I have imported an Illustrator document into After Effects. Each layer consists of thousands of dots in a certain pattern. I created shapes from vector layer in After Effects resulting in a few layers, where each layer consists of thousands of groups (= dots). Now I want the dots to wiggle individually – not as a layer. Is there a way do this, without manually paste the expression in each group (and losing my mind in the process)?
The plugin I'm developing uses PF_RenderOutputFlag_RETURNS_EXTRA_PIXELS.What I want to do is render collapsed layers that are outside the composition's screen area within the screen. When using Collapse, if I use the default `extra->input->output_request` without modifying it, information outside the composition screen (+20%) gets truncated. In 2D, I can use the following code to obtain the range that isn't truncated.CodePF_CheckoutResult vInputDt;PF_RenderRequest vReq = extra->input->output_request;//Get default data.ERR(extra->cb->checkout_layer(vFxRef, vLyrPrmIdx, vImgIDTp, &vReq, vIntTm, vTmStep, vTmSc, &vInputDt));//Get main data from max rect.PF_Rect vOglMaxRect = vInputDt.max_result_rect;vReq.rect = vOglMaxRect;ERR(extra->cb->checkout_layer(vFxRef, vLyrPrmIdx, vImgID, &vReq, vIntTm, vTmStep, vTmSc, &vInputDt)); However, it doesn't work in 3D.Even if I expand the extra->input->output_request further,I still only get the range of the c
Hello,The SA Color Finesse 3 effect in After Effects CS6 has stopped showing anything in the Full Interface. No image, no curves, no scope. Just the basic interface. This is unusual because it was showing the image and curves and scope fine just previously. And the simplified interface still shows fine and affects the image in the composition view.I thought it might relate to an auto update run from inside After Effects, so I uninstalled AE and reinstalled the original file to get rid of the update. But this has not corrected the problem.Could anyone offer why this might be happening so suddenly? Has anyone else had this problem?
I’m struggling to use After Effects after the new update, it seems super unstable compared to before. I have constant crashed and overall it’s insanely slow now. It will often crash and I am unable to launch the app back up again, even after killing every task related to AfterFX and Adobe, the only way to launch is to restart my PC…I have reinstalled AE, reinstalled my GPU drivers (using DDU for clean install), cleared cache and everything I can think of…There seems to be a very frequent error with my AE Cache not working correctly, as you can see in the log file… any ideas?
I’m working at a 3D and animation studio where a big part of our pipeline is based on USD. We’re trying to bring cameras from USD scenes into After Effects, along with reference points or nulls that represent object positions in 3D space.The idea is to use that data in After Effects to place 2D elements correctly in the scene, like cards with effects, but we’re having a hard time finding a solid way to import everything so it lines up properly.Right now we’re a bit stuck and not sure what the best approach is. Is there any recommended workflow for this? Maybe a common way to transfer camera data and position references into After Effects that we’re missing?Any advice or pointers would be really appreciated.
Hey, I’m trying to export multiple comps from After Effects using Encoder, but when I click send to encoder for export, i get an error message that says the below: I did installed an older version of Encoder, which fixed the After effects problem, but then my exports from Premier stopped working.How can I fix this? Thanks 😪
The graphics fonts are appearing in inconsistent way.The fonts are appearing in uppercase and lowercase for the same parameter.For example, in the attached image the line should be “LUCKY GIRL” but its appearing as LUCky GIRL” Regenerating it again is making the fonts appear correctly.Can you please help what is affecting it
I work with AE fullscreen, using ctrl+\ shortcut. I want a Preview of my comp and hit Spacebar.If my Preview is not set to fullscreen, the interface of AE stays as it is (fullscreen) and so it is with the zoom in my comp. If my Preview is set to fullscreen, at the end of the preview AE exits from fullscreen and I find the entire comp, not zoomed anymore. It’s annoying after every fullscreen Preview putting all the things back... If you multiply it many many times, it’s a stressing waste of time.Thanks for your help!Lorenzo
OK, it seems like this is a known bug but I found a couple data points, some of which might be new.The Problem: In AE 26.0, while rendering from a Synology NAS to a Synology NAS (with AE project on same NAS), during rendering, the Synology volume will be passively unmounted. It can be re-mounted without problem, but when unmounted the render fails because it can’t find the source files. Basically, in short order after starting render (w/in first 5 min or so), AE or the OS is kicking the Synology off on that computer. The Synology continues running, it just got unmounted locally.A couple of useful details: if I disable Multi-frame rendering, the project will render successfully. This has been documented elsewhere.HOWEVER, since I’m the weirdo with 7 various computers, I can report where it is and is NOT happening, and this isn’t happening on my Windows 10 based system (i9 w/1080ti), nor is it happening on my 2020 10 core iMac running 14.8.4It IS happening on my Macs running 15.7.4 on bo
The template I downloaded uses frames for portrait photos but I also want to use landscape photos. Is it possible to edit the frames?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.