『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help and share feedback in our global community.
新着順
I was editing last night, saved, and when I tried to open the project again today it showed the After Effects missing data in file (33:4) error even though I know for a fact that nothing is missing. I searched online, and apparently this just happens whenever you save after using the roto brush and the only way to re-access your project is to download an older version and open it on there. But after effects is no longer is allowing downloads of any version previous to v22.0 (the version I have.) I'm seriously considering pirating an older version just to fix this, so give me advice before I probably end up with a virus. I also have no autosaved back ups of the project either.
So I have this expression that's supposed to make my shape resize based on the text size. But for some reason, it doesn’t fully cover the text — it only covers part of it. I'm not very experienced with expressions, so I really can't figure out what's wrong. I put this expression in Rectangle Path - Size. Please help.txt = thisComp.layer("Main Text");x = txt.sourceRectAtTime(time, false);txtlong = x.width;sqwd = thisLayer.width;t = time;xPos = easeOut(t, inPoint, inPoint+0.5, 210, txtlong + 210);[xPos, value[1]]
When I apply an effect to a layer and then go to the effects panel to modify parameters of said effect, AE glitches to a different layer as soon as I touch the effect and often even jumps out of the composition to a layer in another composition if I have multiple compositions in the project. I always have to watch carefully if the selected layer is the one showing in the effects panel. The only way I can manage to modify the effects is if I lock the effects panel to the selected layer. As soon as I unlock the effects panel again it glitches to another layer and composition. It's extremely time consuming. Please help. 1. AE version 24.1.02. Windows 11 Pro 23H23. Click on effect in effects panel4. Expect to be able to modify parameter of effect, instead it glitches to a different effect on a different layer
I use Substance Designer to create luma mattes for complex video transitions. Currently the workflow is to bring an SBSAR into Substance Player and export an image sequence. Then I have to retime it in AE which can be a bit cumbersome.It would be great to have SBSAR integration in AE similar to the integration in Photoshop Beta. But it would be nice to also keyframe exposed parameters in AE as well.
Hi all,I’m working on a project where a 3D animated book (opening slightly, with a light camera move) is rendered in Blender and imported into After Effects as a .mov file.I’ve used AE’s 3D Camera Tracker to create a null that follows the book cover quite well. I then parent a precomp text layer to that null. However, once the book begins to open, the text drifts or detaches slightly from the cover.I’ve tried:Parenting a precomp to the nullUsing Mocha AE for trackingCorner pin + Mesh WarpBut I haven’t found a stable solution. I want the text to appear as if it’s printed on the cover – moving along with the perspective of the book throughout the animation.Important constraints:The solution must stay within After Effects.No external plugins (like Mocha Pro).Text should remain editable in the comp.Question:What’s the most reliable method to attach editable text to a moving book cover, based on a tracked null, without using plugins?Thanks in advance for your input.
Since I have a more powerful computer, After Effects crashes constantly during the simplest tasks like creating a mask. I have to restart the computer every two minutes while working. The computer has an AMD Ryzen 9 9955HX 16-Core Processor, 100 GB of RAM, and an RTX 5080 graphics card. All drivers are up to date. When I perform the same tasks on the old computer (Intel, 40 GB of RAM, RTX 3080), I have no problems. What could be the reason for that?
Hello,Has After Effects dropped support for PNG files in version 25.3.1? I opened a project I had been working on in the previous version, and all of the PNGs are showing as offline. When I attempt to relink them, I get an error stating that PNG is not a supported file type.These files were created in Photoshop, and I've never had issues with using PNGs—especially for 3D assets and transparency. To troubleshoot, I created a brand-new project, but PNG still isn’t even an import option.I’ve already reinstalled AE, but the issue persists. Is this a known bug or a deliberate change? Dropping PNG support seems unbelievable—can someone clarify what’s going on?Thanks,-Chad Screenshot attached. System: Apple StudioChip: Apple M3 UltraRAM: 256gOS: 15.5 (24F74)
When this character appears, the behavior of the AfterEffect stops completely. This window continues to appear even when you clear it, and you eventually have to force After Effects to quit from the Task Manager.Is there a workaround for this issue?I don't get this window when doing anything else, but when I use trapcode particular from maxon, this window pops up and I can't use the plugin. This didn't happen until a week ago, but it's been happening since then.It's very frustrating.If I do it in a new project file with nothing, it runs fine, but when I create a SOLID to run particular in a project that is quite large, and run it, I get that window.Please let me know how to solve this.
Hello, The message below appears when I try to open my After Effects app. This is the system I'm running: I've looked up solutions and gone into Library/Preferences/Adobe/After Effects and select 'get info' on the folder, it appears to have read & write permissions. The only way it appears different, is on other folders, such as Adobe Illustrator it will say my user name instead of 'system'.Does anyone have a solution for opening AE? ThanksRob
Hi everyone,I'm looking for a very simple and repeatable workflow to create daily short videos where my real head is replaced or overlaid with a 3D head model.What I need:The 3D head should match my actual head movements (position, rotation, etc.) from the videoIt should also lip sync automatically to my speechI want to reuse the same 3D head model every dayI’m a total beginner — so I'm hoping for a workflow that doesn’t require deep 3D/VFX skills or lots of manual animation/trackingMy ideal would be:A few clicks per dayNo need to re-rig, re-track, or animate by handSomething I can set up once and use over and overI'm not using any Adobe tools, and I'm open to whatever software or solution fits best.Would love recommendations on:Tools or apps that could make this easyWorkflows or tricks to speed things upWhether anyone else here has done something similarThanks so much in advance!
Im having this issue with any multple projects where i get this error saying "After Effects warning: A nullptr was dereferenced" and the nulls in the project show as missing footage. I've also had issues with my PCs desktop icons, taskbar icons and file explorer icons not loading which started at the same time, not sure if that is super relevant. If anyone has every run into this issue i would really appreacite some help. Windows 10 AE 25.2.2
Whether it is two colors or a color and transparency, what the gradient slider is showing seems to happen only between the middle of the shape and a bit to the right side. Is there some kind of range selection that I'm missing?I would post other pics, but I get a "forbidden" error message.Thanks for any help.
Hi! I’m just getting started with the After Effects C++ SDK. Over the past four months I’ve been working on a plugin and have completed most of it. To optimize performance since the plugin is GPU intensive, I implemented a timer thread that fires whenever the size of a solid changes. This thread suppresses updates for ten seconds so that the heavy computation doesn’t run on every rapid, consecutive resize. I was just wondering if there’s a more AE friendly method of achieving this. I’ve been investigatingAEGP_GetUniqueCommand(AEGP_Command *unique_commandP);in the AEGP_CommandSuite1, I thought I could intercept when the user opens the Solid Settings dialog, suspend updates, and then re-enable updates upon closing. If I could get the Solid Settings window handle and attach a callback to it, that might be a better solution, but I can’t figure out how to make it work. If such a solution exists, could someone point me in the right direction?
I am using after effects CS6 (this is what is installed on my work computer) using it for animation, I can render the audio for preview but when I try to export with audio it freezes and after 10 minutes it says that the output server stopped responding. It doesn't render at all during that time. I tried changing output formats and emptying disk cache but it didn't help. I don't know understand what the problem is, could it just be because it is an old version of the program?
Hi,see in the screenshot below, all layers at some point disappeared of the timeline. I tried to select all and click on u" to reveal properties and try to make them appear. It did not work. I still see they are there (on the left, the file is here) and I can see the elements in the video but I cannot control the layer to add keyframes... what happened? thank you,
Hey, I’m buying an M4 laptop for work - it’s all low impact infographics type stuff, so I’m not worried about power, I just want it to last a couple years. I'm thinking of either an M4 with 32 GB RAM or M4 pro with 24 - can someone in Adobe world please let me know if 24 GB RAM will meet the system requirements for the next couple of years? 💲
TLDR: i have two layers (A and B) and each has a mask. The masks dont even intersect but for whatever reason layer A is still blocking layer B that is underneath
When using after effects it works fine for like 10 seconds. I tired cleaning my cache and setting my gpu settings right but it still doesnt work and when trying to play my animation it just stops responding. it not my pc seeing as i just bought it and it runsh blender and unty fine. Pc specsgpu: 5070ti 12gbcpu: Ultra 9Ram: 32gb
There is a shortcut to activate maximize mode, but I need this to be the default mode when opening AE, is this possible? thanks.
I know two ways:The Maximize Panel shortcut tilde will not go full screen all the way. Then there is the Preview Panel where I can check box "Full Screen" so that the spacebar will launch me on and off full screen. But then I'm bound to that behavior unless I uncheck the box again. Half the times I want it to preview fullscreen and the other half not. Having to use the mouse to check and uncheck that box... feels like there should a method that is quicker and easier
I am using premier and masking on AE but when I save after masking in AE, the video clip on premier gets displayed to the left. I don't know why. Everything is same the frame rate size of composition.
Hola, como puedo instalar after effects 2018? Mi portatil es Lenovo idepad 330(64) No puedo usar 2024- Grcioas
Hi. My original comp was set to 30 seconds. I quickly ran out of space. So I went into the comp prefs and changed the duration from 30 to 90 secs. Then, I continued animating into the additional 60-second area. Now, when I play back the animation, the comp goes blank after 30 secs, even though the opacity on all the elements is turned up to 100%. How can I fix this?
Hello, I wanted to know if there's a way to make a card effect like the one shown in this video.Thank you for your help!
Hello 🙂Im planning to redo our logo reveal animation but Im still figuring out how to do this 3D leaking light effect. I was looking for tutorials on youtube but I guess im using the wrong keywords. I hope someone from the community can help me figure this out. Thank you in advance!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.