『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help and share feedback in our global community.
新着順
video attached.I have 2 keyframes where motion should be paused, but AE is creating extra bezier curves that it is moving along.Changing spacial interpolation fixes that and it is now still - however it removes the curved motion from previous keyframes.See video EDIT: Using a hold keyframe works as a workaround, but I am still wondering if there is a more normal fix
After a crash every time I try to open Finder (while trying to choose render destination, import files, choose a proxy etc.) AE it freezes and crashes without opening FInder windows. I reseted all preferences, reinstalled AE to older version, opened in safe mode - nothing helped. v 25.2.2MacOs Sequoia 15.5
I have been trying to open After Effect (ver 25.2.2) but it keeps on crashing while opening. I have tried all the option, including: Reset Preferences, Start in Safe Mode (both checked and unchecked the "3rd party plugins" box), and even Manage Plugins. None of the options work even after reinstalling the app into extension disk. I have also updated my Studio Driver to latest version. Please help!Window 1112th Gen Intel(R) Core(TM) i5-12500HNVIDIA RTX 305016GB RAM
Current behaviour:Items in project window are deselected when entering a comp by double clicking a lyer Preferred behaviour:Do not Deselect items in Project window ever! This feels new (25 year veteren) and is causing me problems. This is why.I want to add the next item from a folder to the next comp I go into.When I double click the comp to enter it, the last item is no longer selected in the project window, so I no longer know which is the next item. This feels counter-intuitive and serves no purpose.Why would anyone want automatic deselection?Let me decide when I want to deselect thank youTristan Summers
Meu pc é um r5 5500, 16gb ram, rx 580 8gb 400 de memória nunca tive problema com os aplicativos da adobe, nem quando usava pirata nem quando comecei a pagar, porém comecei um projeto recente e ele me ocasionou problemas, por algum motivo meu computador todo crasha quando vou começar a editar ele, passo cerca de 5-10 minutos e ele simplesmente crasha meu pc e reinicia sozinho, não sei o que fazer. e quando abre aparece essa msg
This already exists in Premiere Pro, being able to mark effects as favourites by copying them into a custom 'bin' (folder) for easy access.
Occasionally, we want to display active timeline layer's names and if we don't know better, the solution is to use one Text Layer for each 'target' layer. BUT there's a better way - drop this Expression in a Text Layer, placed at the top of the Timeline hierarchy and drop this Expression into its source text property - let layerNames = "";for (let i = 1; i <= thisComp.numLayers; i++) {if (i === index) continue;let targetLayer = thisComp.layer(i);if (targetLayer.active) {layerNames += `Layer Index:${targetLayer.index} - ${targetLayer.name}\r\n`;}}layerNames.trim();
Loving Advanced Render but when a vector objects is extruded if it has a stroke it clashes with the fill and gives an unpleasant glitchy edge. Can you fix it please Adobe. It's stopping me using Advanced Render.
Hi everyone, I just published a free eBook about creating motion graphics in After Effects.https://mamoworld.com/ebook This eBook is my contribution to supporting you in the midst of this crisis. I’m providing it 100% free for everyone, for an unlimited time, and with no strings attached. AboutSo, you’ve started playing around with After Effects, maybe watched some YouTube tutorials, and wondering what the next step is? Or perhaps you already know After Effects pretty well, but still feel there’s a gap between you and a ‘real’ motion graphics professional? Well, there is a difference between knowing how to use the software and creating good motion graphics. For the latter, you need to know not just which buttons to click, but also a great deal about design, workflow, and even how your audience’s brain works.This book is here to bridge the gap between what you can figure out with learning by doing and what you need to know to become a professional motion graphics artist. Cheers,Mathias
This has been an issue for as long as the Drop Menu has been aroung - updating Menu Items is prone to lock up AE, amongst other strange happenings. On previous occasions, I could use Task Manager to Force Quite AE but this time, even this doesn't work and rebooting is the only option!!!I've been using AE for over 25 years and have had to reboot due to a bug. This Drop Menu has been a constant horror show. Errors/Issues can easily occur if you copy/paste within the Input Field in the menu. And doing this while updating the items list is more likely to cause issues than when first adding actual item names. This is quite horrific.UPDATE - restarted Task Manager and managed to Froce Quit AE.
A tiny script to batch change the comp resolution setting for all selected project comps { var userInput = prompt("Enter a resolution factor (e.g., 1 for full, 2 for half, 3 for third):", "1"); var res = Math.floor(parseFloat(userInput)); if (!isNaN(res) && res >= 1 && res <= 99) { app.beginUndoGroup("Set Comp Resolution"); try { for (var i = 0; i < app.project.selection.length; i++) { var myComp = app.project.selection[i]; if (myComp instanceof CompItem) { myComp.resolutionFactor = [res, res]; } } } catch (e) { alert("Error: " + e.toString()); } app.endUndoGroup(); } else { alert("Please enter a valid number between 1 and 99."); } }
Hallo Zusammen! Ich hoffe man kann mir sagen ob mein Greenscreen-Vorhaben machbar ist.Ich möchte eine rechteckige Greenscreen Plane (rückseitig magnetisch) in einen Bilderrahmen hängen. Beim Aufhängen kommt es leider zu Falten, bis dass der Greenscreen perfekt im Schattenfugenrahmen hängt. Im Anschluss soll der Screen gegen einen Kunstdruck ausgetauscht werden. Für eure Rückmeldungen bin ich sehr dankbar! VG
Hey there,Hoping somebody here can help me with a problem I've run up against.I've got an after effects comp where I want Particular to begin emitting halfway down the timeline. It's no problem keyframing particles per second. The problem I'm having is that I can't get it to follow the path that I have set up to begin on the same frame that particles begin emitting. Searched for tutorials but folks always have Particular begin at the beginning of the comp. Any tips or links to tutorials would be deeply appreciated. Thanks is advance!
Hi guys,I want to write an effect plugin which can achieve that render result can exceed layer original size, in AfterEffects plugin, there is an effect called Motion Tile, the result from this effect can exceed layer size like image below, thanks!
Schönen guten Tag zusammen! Da wir unseren AfterEffects Workflow von sRGB auf ACES umstellen wollen, kam das Thema exr Rendern auf. Ein erster Test war sehr ernüchternd, ein schwarzes Bild 1920x1080, 32bit als exr ACES AP0 "rendern" dauerte je Bild 5-6 Sekunden (ca. 0,2 fps). Nach zahlreichen Tests änderten wir das Render Ziel auf ein lokales Laufwerk ab und hier konnten wir nahezu in Echtzeit renden - also 22-44 fps.Unsre IT Fachleute haben unterscheidliche Dinge an unseren Netzwerk Settings justiert, leider ohne Verbesserung der Problematik.Das selbe Projekt rendert als tif, uncompressed, 32bit mit ca.1,5 fps., was auch nicht toll ist, aber deutlich besser. Exr lesen und Performance in der Timeline sind sehr gut, auch ändert ein exr Input nichts an den Geschwindigkeiten. Das Prozedere haben wir mit unterschiedlichen alten Projekten und neu erstellten Projekten mit und ohne genutztem Footage / Schrift / Effekten etc. getestet.Alles kam zum selben Ergebnis. Wir habe
After Effects' Displacement effect is 2D (x/y only), but with the new GLTF/FBX support, we can achieve proper 3D displacement in C4D or Blender, and import them into AE to animate lights, cameras, and other elements. But we cannot do that with animated displacement, so it's pretty limited. This is what we could have if AE got a proper 3D Displacement mode: https://superhivemarket.com/products/video-depth-ai
I've been using After Effects for years without any major issues, but the recent updates have only caused issues. I'm unable to preview a simple 2min timeline without After Effects sucking up all my memory, and prompting memory usage warnings. I have 32Gb of RAM installed, with a RTX 3060, which should be, and has been until recently, more than enough to smoothly run an AE project. Please provide fixes for this, because I'm not the only one having these issues.I have "Cache frames when idle" disabled, and every ten seconds I purge memory and disk cache. This is extremely annoying, and given the price of the product, completely unacceptable.
Yesterday, I was editing on my laptop. And the next day, after I opened the after effect, this is happened. Can someone help me to solve this? My laptop using Windows, NVIDIA GTX1650, RAM 16, Ryzen 5 4600. Thank you
This is a simple UX change that would help a ton. When I am in a shape layer, and have a specific group or shape selected, hitting a shortcut key (Like R, S, or T) should open the parameters for that specific group or shape. Not the entire layer. This would help workflows a bunch! Thanks!
How do I add a stroke to these boxes? I was able to make two rectangles with shape layers-->pre-comping them-->Track matte with my designed foreground layer. I was also able to make the mattes by merging the shape layers, but in both instances I was not able to create a white stroke around the boxes (the strokes I added became transparent). Thank you
hello i need a way to enable the hotkey of this command that drives me crazy, forward/backward 1 frame. help me to do it, if it is not possible to do it is there a plugin to do it? has anyone solved or can guide me? my broken fingers will thank you forever. Title edited by Mod.
Hello.. I installed some of presets but I am disturbed because ae always keep saying "Initializing animation presets" It takes too long. Is there a way to close that auto-load? Thank you for now!
I keep getting this error message for After Effects even though I have Cinema 4D installed and running. I've tried to put the C4DImporter.plugin file from the Maxon files into my After Effect files within applications. I've attached screenshots of both of these folder locations just to explain a little further what I mean. However this has still not resolved the issue. Does anyone please know how to fix this?
In AE 25 i found bug, which is appear at the moment you use compositing for effects on layers using masks. Then, when you add another effect to the chain, something happens and the mask for effect sometimes works like without effect compositing. Sometimes there is only one pixel column on alpha channel. I am ataching screenshot and project file. When you change curve (no matter which one), the pixel noise dissapear and if you will change the other curve, it appears back. Try to play with it..It is unreliable for now use compositing effects through mask on one layer in chain with other effects, I saw similar strange behavior for last few days..
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.