Get help and share feedback in our global community.
Als letztes aktiv
Hi!I am trying to replace a screen with Mocca AE. It works great but when I want to export the final video (using media encoder) the screen if way off...? Why is that? Thanks. Ps: my export settings match my AE comp.
Hi all, I posted this in discussion but was told its best to report as a bug, so sorry for the duplicate post! I built a model in c4d and originally keyframed a camera to orbit the object within c4d, but I was struggling with it. So I imported the c4d file to AE, and extracted the projects components (through the Cineware plugin) so that I could control the camera within AE. It worked for the most part at the beginning, but now its crashing frequently, with triggers being when I drag the playhead to create a keyframe, preview (play) or move the camera. The 'last error log' comes up different with every crash but the most recent one read: <111646> <TimeNeedle> <3> CTLOutlinePano TimeNeedle_ScrubRebuildOffscreen drawing, frame=532,0,595,149 AE works in other projects without c4d models, and no other issues. What I'm trying to achieve is a basic camera orbit around the object, but can't move the camera without it crashing. Any advice welco
This bug only seems to be in After Effects 22.6.0, I can't replicate it in previous versions of After Effects (2021, 2020, 2019). It seems to happen when Fast Box Blur is placed after some effects, but can't quite pin it down to certain effects. CC Toner, Curves, Fill, Fractal Noise. The layer is not off center or otherwise transformed. Opening projects in previous versions does not show this bug.
Reproducible crash. Tested on two different workstations. AFX CC 2022.1.> Create a camera layer in a comp.2.> COPY the "Camera Options" folder of a camera layer.3.> PASTE on either the same camera a layer, or a new camera layer, and AFX will crash instantly. No option for crash report.Happens every time.
I found a reproducible crash in AFX CC 2022 - (no crash with CC 2021 and older.)This happens with JavaScript expression engine - no crash with legacy ExtendScript engine.I have a null layer with a shape layer parented to it.The null layer has an expression in the Position property.The expression looks at the position of the layer that is "index - 2" above it. (There are two null layers above, so the expression works.)When I duplicate the null and shape layer together, then drag then to the bottom of the stack, all is normal.If I repeat the process of duplicating the two layers and dragging them to the bottom of the stack, AFX will eventually crash after 60-100 layers are duplicated.Tested on two different workstations with CC 2022, and crashes every time (the exact amount of layer duplicates before the crash can vary, but crashes usually before 100 layers.)Does not crash when using Legacy ExtendScript expression engine, or with either engine in CC 2021 and older.Link with a simple exam
I'm having trouble with recoloring text in AE. I highlight one line and it colors 2 lines, or I color a few words and it will color the line below what I had highlighted. I tried bringing the project into a new project in case the original project was corrupt and tried a new text box and typing it in manually, but it keeps ending up the same. Screencapture below: https://www.loom.com/share/1b8eaae9ea264d4c95aebe8cf10a3e73
Hey all Since After Effects version 22.6.0 (on Mac M1, at least), programmatically opening a ModalDialog extension from a "sibling" extension (both under the same ExtensionBundle CSXS/Manifest) now breaks the scope. assuming my jsx file has this line:var hello = "world"; then on After Effects up until version 22.6 I could do in Javascript&colon;var test1 = await evalScript("hello"); console.log("test1:" + test1); await openModalPanel(); var test2 = await evalScript("hello"); console.log("test2:" + test2);I would get:test1: worldtest2: worldwhere of course evalScript and openModalPanel are my custom async functions (code not shown) that evaluate JSX (using CSInterface.evalScript) and open a bundled ModalDialog extension and wait for it to open before resolving (by the use of CSInterface.requestOpenExtension and messaging to determin that it had opened). Same exact code as above on After Effects version 22.6.0 gives:test1: worldtest2: Eval
I'm trying to open a project created on Windows 10 on my Windows 11 Laptop, the project opens half way then crashes with this error, doesn't give much detail.
ScriptUI.newFont() is not working in AE 22.5.0 (Build 53)I am trying to change the font size of static text in a dialog box using Extendscript Toolkit but nothing changes. It seems this is a problem going back to 2017.... for reference: https://community.adobe.com/t5/after-effects-discussions/how-to-change-size-and-color-of-quot-statictext-quot/m-p/7748361
Hello! I noticed years ago that the Bend It effect looks incorrect in most cases when the value is set to zero. I usually fix it by setting the value to 0.1 or something like that. Please be aware of it, maybe it's very fast to fix.Attaching an example of the glitch. Thanks!
Recorded:https://www.youtube.com/watch?v=9LbqWH2ZleA&ab_channel=enoeht With multiple keyframes on multiple layers selected, the label color does not change.With multiple layers selected, not keyframes, it works fine.
The reply button is broken on this website, can't reply to other peoples discussions.However the join conversation button isn't broken.Plz fix Google chrome, M1 Max
In this forum make a new post, enter the details, then change the conversation type. It's gone.
When u use color picker to get colors from the adobe library it used to just get the correct color, but now in 2019 it wont.For some reason the colors are all under saturated.Maybe update it that you can click on the color like in photoshop or illustrator that it will apply it to the selected layer as a fill or shape layer color.Also when your mouse hover above the Libraries tap anywhere (search, my library, view by group, enz.) you cant scroll up or down in the list of tabs. But for instance if you scroll while hovering above anywhere in the Effects & presets then the rest of the list scrolls with.And there is no way to add colors from after effects tot he library or shaps, it would be awesome if i can just drag and drop a shape layer in it with the keys and expressions in tact.Also when i click on a group tabs name i expect that group to open or close, but it doesnt. instead i need to click on the tiny arrow in on the side, that doesnt have a bigger hit box then the actual shape.
I have noticed that on MacOS, despite my best attempts, the rendering of any extension panel seems to be capped at 30fps.My best attempt to fix the issue was adding these to my manifest: <Parameter>--windowless-frame-rate=60</Parameter> <Parameter>--disable-frame-rate-limit</Parameter> <Parameter>--disable-gpu-vsync</Parameter> <Parameter>--disable-gpu</Parameter> <Parameter>--disable-gpu-compositing</Parameter> <Parameter>--hardware-acceleration=false</Parameter> <Parameter>--hardware-video-decode-framerate=0</Parameter> <Parameter>--enable-begin-frame-scheduling</Parameter>It unlocks a higher fps, but some interactions can feel out of sync from time to time, so I wouldn't want to rely on this when releasing my extension. Does anyone have a better idea?Thanks
The latest AE Beta crashes when performing evalScript() from an extension panel simultaneously with certain actions in AE itself. Replication using sample CEP panel from the Adobe-CEP repository: Open the AfterEffectsPanel extension in the latest AE BetaOpen the panel debugger in chrome: http://localhost:7777/Navigate to the console tabCreate a function that calls evalScript:function fun() {window.__adobe_cep__.evalScript('JSON.stringify(app.project.activeItem.name)', (res) => console.log(res))}Call that function on a regular interval:setInterval(fun, 500)Console should be outputting comp name every 0.5 secondsNow create a shape layer using the rectangle tool (Q). This is one example of an action that will cause a crash, but there are others.AE Crashes and exits: This is a huge issue for extension developers, so I hope to get some traction on this before the next AE general release.
I detailed my issues in a forum post here: https://community.adobe.com/t5/after-effects-discussions/disabling-multiframe-rendering-in-after-effects-solved-nearly-all-of-my-dynamic-linking-issues/m-p/13261347#M213005 Windows 10 Pro 64-bitCPU - intel i9 9900K (3.6GHz)GPU - RTX 2080 Black Edition (8GB VRAM, GDDR6)RAM - 64GB @3200Mhz After Effects 22.0 through current (22.6)Premiere Pro 22.0 through current (22.6.2) I did not realize until recently disabling After Effects' Multiframe Rendering feature that it was the source of all my problems. Here is a list of the issues I have been experiencing relative to my workflow since upgrading to AE & Premiere 2022:When AE & PP are open simultaneously, saving AE breaks every Dynamic Link in PP and they need to be re-linked manually.When AE & PP are open simultaneously, closing AE breaks every Dynamic Link in PP and they need to be re-linked manually.When AE & PP are open simultaneously, AE is unable to
Steps to reproduce: 1. ... I have a very regular file 9x16 that I export daily as a .mov, via Ae's renderer. today's export was stretched and filled with greenResult: ...Expected: ...System info Application: After Effects (Beta) v22.6.0.11 OS: macOS v12.5.1, RAM: 32,00 GB GB, CPUs (logical): 16
Hello, I am desperate again with AE and performance. I recently updated CPU to Ryzen 9 5950x and expected better performance, I also reinstalled to latest win 11, I got latest version of AE 22.6. Got 128 GB ram, ssd drive but this really sucks. This is normal sliding, clean animation, AE simple vectors, it goes kinda smoothly. But when I start using 3d cam, and start using slider, preview goes soooo sloooow. Even when it's cached. Any idea what is wrong or what I should check please? Thanks. AE: 22.6Windows specs:Edice Windows 11 ProV 21H2Build 22000.978Windows 1000.22000.978.0
Just upgraded to 16.1 and I can no longer access my external monitor. Mercury transit automatically switches to "monitor 2" when I need it to stay on "monitor 1" even after I reset my preferences.
After Effect 에서 랜더링을 하려고 하였지만 초반에는 빠르다가 점점 느려지는 현상이 생겼습니다또한 처음에는 컴퓨터의 팬이 많이 돌지만, 가면 갈수록 팬이 돌지 않습니다이 현상은 Media Encoder 에서도 발생합니다주로 이 현상은 긴 영상에서 발생하며, 간단한 작업에서도 발생합니다컴퓨터 사양m1 max, 32 Gpu, 32GB Ram
If the user accidentally creates an infinite loop while working in Expressions, After Effects freezes and needs to be force-closed, potentially losing progress on the file the user was working on.AE should have infinite loop protection built in. Preferably w/ a customizable timeout, for how long to allow a long-running loop to keep going.
After installing the latest update (17.7.0) AE started crashing after sending compositions to render in AME.See Screen capture of the crash+ attached crash report
If you create a new comp, add two layers, name the top one Control, the second layer Follow, then press "r" to reveal the rotation property, select Control/Transform/Rotation in the timeline, then use Edit/Copy With Relative property links, then select Follow and paste, the rotation of the Follow layer will follow the rotation of Control. The expression looks identical to one that would be created if you just use the Link/Parent column to point the rotation of Follow to the rotation of Control. Now, if you go to the Project Panel and duplicate the comp, then open the comp, and you change the rotation property of the Control layer, the values in the Follow layer change, but the preview in the comp will not change. The bounding box changes, the values change, but the layer is still in the original position. To fix the preview problem, all you have to do is grab the rotation property of the Follow layer and try and change it. It immediately snaps back to the value generated
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.