Get help and share feedback in our global community.
Als letztes aktiv
Hello, I am having a meaningless problem. F9 key alone does not work for the application. I press the f9 key to use it but it has no effect. When I go to shortcuts and assign the f9 key to shift+f9, it works, but when I just press the f9 key, it doesn't detect it. How can I solve this problem?
Issue - h264 footage appears to be causing AE to crashAdobe After Effects version number: 25.1Operating system OSX 15.3.2 - Macbook Pro M1 Max, 32GB Steps to reproduce - Import any h264 footage, create a comp with it, scrub footage in comp, works for a little while, then hangsExpected result - Be able to work with h264 footage without need to transcodeActual result - After Effects crashes Doesn't appear to happen with other codecs. I tried clearing All Cache which doesn't work. Hardware acceleration has been tried on and off with same results.
How do I get easy ease to work on After Effects? I am using a mac. I tried things in the system preferences and keyboard shortcuts but I am not able to do it. Please provide clear instructions, thanks.
So both plugin works in 3D space, I create a circle mask with watching tutorials but I cant see 3D fire at behind and front as 3D. a
I don't understand something, and I don't know if I'm dumb or if it's a bug. I have a layer with a lot of effects on it (for making procedural gears). I use a lot of expressions and effects on it. But one of them (to get the scale from a transform effect) triggers an error: (In French): After Effects (alerte): Expression désactivée. Erreur à la ligne 1 : Propriété ou méthode nomée "Echelle" dans la classe "group" introuvable ou inexistante; elle a peut-être été renomée, déplacée ou supprimée, ou le nom est mal orthographié. /// Expression disabled. Error on line 1: Property or method named "Echelle" in the "group" class not found or does not exist; it may have been renamed, moved, or deleted, or the name is misspelled. BUT it is the good name. I've checked the typing and also used the expression picker to be sure, but it just doesn't work on its own layer. I tried the other expressions on the same layer and I get the same issue with each of them.B
When I need a layers opacity to turn on for a specific dropdown item I'll sometimes use this expression:dropdown = comp("CHOOSE LOGO HERE").layer("CHOOSE LOGO HERE").effect("Choose Station Logo")("Menu"); dropdown == 1 ? 100 : 0; However, what if I need they layer opacity to be 100 for more than one dropdown item. Say == 1, 8, 22 ? I can't seem to figure out how to get this to work. Any help?
Assalamu Alaikum.I have purchased an Adobe Creative Cloud subscription.How can I install Adobe After Effects 2020 on my laptop?All the apps in Adobe Creative Cloud are of the latest versions.
Hello, I am new to After Effects and think that I'm going to start peeling the skin right off my face because of this, when I try to use the 3d tracking effect and click on the track markers no target appears and it only allows me to delete the track marks. I have watched every tutorial, read every post, and searched for every fix however, nothing has worked. Here are the things I've tried so as to not waste your time: Going to view –> show control layers (it is already turned on), clicking the analyze button under the 3d camera tracker section (it is grayed out anyway), making sure that "show track points" is turned on in the effects of the targeted video, and making sure that the active camera is turned on. Oh, and I am using 2d source instead of 3d solved because for some reason when I select 3d solved the trackers don't appear. You can find an attached file of what my screen looks like down below. After effects has been updated to the latest update and I am using a 2020 Mac
Im stumped as to why my text is not masking.I'm following a tutorial that uses the offset effect so that the text slides up from hiding. But when I reposition my text it still is visible even outside of the bounds of the mask. It seems to match tutorial so I can't figure out why mask isn't working. This is the tutorial I am following:https://www.youtube.com/watch?v=g0bK8ug-7PM&t=193s This is my result:
Hi All, Just installed the latest AE beta to test out the FBX import. Created an animation with character in MixamoImports into AE just fine with character texture but without animation.Has anyone working with the latest AE beta had luck with FBX working properly?If so are there any tricks you've discovered that you would be willing to share?I'm on MacBook Pro M1 running the Sonoma OS Thanks so much,S
Hello, I have Adobe After Effects 2024 installed on my Mac, and I'm unable to put the app in full-screen mode. Does anybody know why? Or is it supposed to be like this? Window options in apps I can put on full screen (Premiere Pro...): Window option in apps I cant put on full screen (After effects): When I click the "Zoom" option, it only zooms the app, but I can still see the dock and some parts of the desktop, which is quite annoying. App and Mac specs: After Effects 2024 version 24.2.1 (latest)Mac OS 14.3.1 (23D60) (latest) MacBook Pro 14"Apple M3 chip with 8-core CPU, 10-core GPU, 16-core Neural Engine16GB unified memory512GB of SSD Thanks for help!
Layers randomly disappear from the Timeline window, but the video is still viewable and playable in the Composition window. I need to shut down the Timeline, then reopen it, and the layer reappears. This happens almost daily. I'm on a Mac Mini M4 running Sequoia 15.2 and AE version 25.1.0ChatGPT responded: You're not alone—this issue has been reported by other After Effects users, though it's not extremely common. The problem seems to be a UI glitch where layers remain in the composition but disappear from the timeline panel.
I am creating a shape layer in After Effects, that I want to use as a MATTE layer in Avid to create different "looks" for how Archival footage is shown (i.e different shaped boxes etc). However, it only seems to work when I fill in the shape layer with a color. But, the issue is then the Color is represented in Avid on the footage. When I tried it with no color, it does not show anything in Avid. Please help!
I was having trouble loading a few thousand point features into After Effects without AE crashing. GEOlayers gives me the warning that says "You're trying to draw 3484 features with 3484." After I loaded the features in, After Effects became unresponsive, I got the spinning wheel of death and I had to force quit.How can I more efficiently load these 3484 points into After Effects with GEOlayers? I then need to continue editing. These are the things that I have tried so far:1. I have allocated as much RAM as possible to After Effects. Currently I have 6.5 GB available for AE.2. I have closed all other applications running on my Mac.3. I have reduced the resolution to "quarter."4. I am using my fastest external harddrive for the diskcache folder.5. My project AE file is on the external harddrive.6. I am using "Simplify Geometry (Current Zoom)"After I tried all these things I was able to load the point features without crashing AE, but I am not able to do any editing because AE is too slo
Hello, everyone! I'm creating a GPU effects plugin by modifying the Vignette_GPU example.I used the CreateGPUPPix function of PrSDKGPUDeviceSuite to change the outFrame buffer size. int bufferWidth = 2560; int bufferHeight = 1440; mGPUDeviceSuite->CreateGPUPPix( mDeviceIndex, pixelFormat, bufferWidth, bufferHeight, inRenderParams->inRenderPARNum, inRenderParams->inRenderPARDen, inRenderParams->inRenderFieldType, outFrame ); However, the problem is that the origin of the buffer is fixed to the top left of the sequence.The image below shows the problem I was facing, where the start of the outframe buffer is anchored to the top left of the sequence. The image below is an example of the typical buffer resizing I want to implement. How do I move the start point of an outframe buffer?Dear Adobe community, please help me with this issue.
I was editing in 3d layers (some) and after completing my edit I realized my composition was 3 min long where my video was 1 min long. So I decided to change the time but mistakely I made 1 sec instead on 1 min, and again I corrected it to 1 min and all of a sudden my layers gone missing and I am unable to play the preview of the video I edited. please check out the video I provided. I need to submit my work tomorrow.
When lots of layers populate a Layer Control drop menu, it will be good to have icons such as Lock, Visible Shy - will be much quicker to make selections since it's quite often layers that are lumped together have similar names.Also, if I accidentally hit CTRL + SHIFT + W, is there a way to at least get the last comp/timeline I was at, and/or is there a Toll-free Number to call for assistance? If no, then this is not a good shortcut to have cos it's quite disruptive.
Hi! I work a lot with synched files in After Effects, and sometimes when I open a new project file with a lot of clips I haven't synched yet I will have to go in to ~Library/Application Support/Adobe/Common and delete 'Media Cache Files' after I synch the clips so they load into the project file. But now when I go into ~Library/Application Support/Adobe/Common the only folder I see is 'Plug-ins'? Did they move the 'Media Cache files'?I've attached a screenshot how it looks for me now! Cheers!
hello, i have rendered to mp4 via both AE render and Media encoder but the files are rendered damaged with black screens. The same files can be renderered lossless to avi without issues. And if i convert those avi files to mp4, the result are damaged files again. I have tried to render another project in mp4 but they are damaged. i have uninstalled and installed AE back but it is still not working.Is there any way i can reset or reinstall the codec for mp4?
this preview options(?) help...! Spacebar with PLAY ONCE: it plays from the CTI to the Wort Area end WITH music, then it starts from the beginning of the Work Area WITHOUT music till the position of the CTI (why? 😕😕 ) Is there an option: From the CTI to the end of the Work Area with music and stops at the End of the Work Area?
Hi Community. I have a short 48 frame animation, (using 24 frames setup) using random transparent keyframes to make a flasing effect using Redgiants Collision form. When I playback the animation I can see the flasginf effect. But when I scroll through the timelime, or use the arrows to go through each frame, the canvas is empty, only the first 3 frames are visible. And to make matters more complicated, when I export the PNG sequence, from the 48 frames, only the first 2 have the graphics with the flashing effect. How ever, If I turn off the Collision form, and there is no FX, and just a circle, everything gets exported correctly. So Why does Collision form cause this issue? Thank you.
hello everyone! so recently my after effects effects and presets tab started glitching, basically everytime i try to search an effect with the word ''s'' or ''r'' the effects tab goes black and then i can't click on anything or drag any effects nor can i scrolll down . I have to completely close and reopen AE to make it functional again. Has anyone else been experiencing this? And is there a way to fix it? PS. I have tried almost everything, i even deleted everything off my computer and redownloaded them all nothings working, and i'm currently using AE 2024 !
When I hit space bar to preview the timeline the visuals play for rounghly 2s before the audio kicks in. The audio remains in sync but there is always a 2s deleay before it starts.This is apparent even on all comps I'm working on and I've even tested it on a blank comp with nothing but an mp3 in it. the play head moves for 2s before the audio catches up.I have also tested this in a workspace that has 0 additional third party panels and the issue is still there.This issue is new to Ae25.I'm working from macOS Sonoma 14.6.1 on an M1 mac.Using After Effects Version 25.0.0 (Build 53)
I have 200+ layers, and my rendering is very slow. I want to speed up my render. How can I trim a layer for faster rendering? The layer is currently present from start to end, but I want it to be visible only during a specific time based on the animation. When a text or shape appears on the screen and then moves out, I want the layer to be trimmed accordingly. Thanks in advance for your help!
Reproducible only on macOS Squoia - calling this ExtendScript function:var path = "~/Desktop/Scene01.idm"; var file = new File(path).saveDlg();resulting in a default file name inside the opened file-picker dialog that contains a duplicated extension name: "Scene01.idm.idm" instead of just "Scene01.idm". This only happens on macOS Squoia(the latest major version), and in addition - only for "non-standard" file name extensions(something that's not a "*.json" or "*.txt" for example). Attaching a screenshot for a demonstration of the resulting unwanted behavior.
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.