Get help and share feedback in our global community.
Als letztes aktiv
I have been editing clips from my Panasonic SDR S26 and realised the right side is being cropped out of all the footage in AE. I have tried different composition and interpret footage settings and I'm really stuck. Would appreciate any help. The files are .mpgs and when I open them in quicktime they are squished but the whole frame is included, so I know that the right side of the footage is there. I've provided a couple of images but if you need any more info please let me know.
Hi all, ~ 2 years ago i wrote a script for AE which was accessing any property in the EP group which had a text value and then it woudl do something to it. I just found out, this part of my script stopped working and it it doing nothing at the moment. The old working solution was cycling like this:for (var m = 1; m <= theLayer.property("ADBE Layer Overrides").numProperties; m++) { Text = theLayer.property("ADBE Layer Overrides").property(m).value.text; do something...} Now the Text returns nothing. theLayer.property("ADBE Layer Overrides").property(m).value returns 565 Error Object of type TextDocument found where a Number Array or Property needed. Which tells me there is a TextDocument object there. TextDocument object should have a property("Source Text") and I should be able to get its value through property("Source Text").value. So I try theLayer.property("ADBE Layer Overrides").propert
Hello, its been a months when i use dynamic link in premiere pro, and open AE to do some work, even if i dont do ANYTHING, it starts using more and more of ram till it crashes the AE & PR by showing RAM errorsi have 12700k\3080ti\32 gb ddr5 ram and mu drivers are up to date!AE works fine by it self! this happens only when i use dynamic linkim using 2025 version, ive tried 2024 version, same result!!! its been a month and i wonder why!pls help!
The project won't start in After Effects. The following window appearsLast log message was: <19769>‹QT.Afterburner> <5> Hardware supportdetected for ap4h
Hi,I am working with After Effects CC (v16.0). I'm ready to render my composition but no matter what I do, After Effects seems to skip some of my time remapped key frames. I've tried purging the memory/cache, playing around with the render settings, changing frame blending and motion blur, everything else that has come up in google but nothing seems to work. The files I'm time remapping are illustrator files and everything plays fine in the preview. (Also on macOS Mojave v10.14 if that helps).Here is one section of the rendered video to show what is happening. This character has four different displays: looking left mouth open, left mouth closed, right mouth open, right mouth closed. The right mouth closed frame isn't displaying in the rendering. If you need some more information let me know, very confused and lost at this point
Hello everyone, I have a problem. I'm trying to turn on the tracker, but I get an error. I updated the drivers and reinstalled the program, but it was pointless. The only thing that saved me was the transition to ae 2022, but I'm more satisfied with version 23, help me solve this issue.
Hi, After Effects (25.1) keeps crashing when I run Premier Pro at the same time. I have 32GB RAM, AMD Ryzen 7, I upgraded to a 4TB SSD, I cleared the cache, I deleted and reinstalled everything, and I still can't have the two apps running at the same time because they crash my PC. I didn't have that issue when I worked with the 24 version and it's getting real time consuming to work on any project that requires anything from After Effects, something that can be done quickly ends up being exhausting.
With a project set up as "Adobe color managed" with a working Color Space of "Rec.709 Gamma 2.4" trying to export as a png sequence returns the error "... PNGIO library error: profile 'After Effects ICC Profile': 0h: PCS illuminant is not D50 (5027 :: 12)". This does not occur in After Effects 2024 with exactly the same settings. To reproduce the error set up a project with the settings as in the screenshots and attempt to export a png sequence. Windows 11.
Hi guys I need some help.First time i use AE on Macbook and when I hit shortcut, the typing screen always appears, i can't hit the next shortcut instead i have to click on the screen to make it disappear only then i am be able to hit the next shortcut.Thanks for your time.
Hey @AdobeAfter Effects memory allocation errors are killing my workflow—64 GB RAM shouldn’t struggle! Fix your RAM handling or give us better tools to manage it. Tired of purging cache every 5 mins!Its just crashing just a background video and 2 to 3 png images, I cant's animate or preview my timeline
Anyone able to help on this, myself and some colleagues are getting crash reports with different error messages; Last log message was: 662308 RenderThreadExecutor This was on mine today, got about 2 minutes into opening AE and scrubbing the timeline and it crashed. One problem I thought it might be was working offline from the Google Drive which is my teams set up. Sometimes happens when saving which is why I thought G Drive. We're working on Macs - my Mac 2021 M1 Running 15.3.1 (24D70). I've turned off multi-frame rendering today and it seems to working alright.. but slowing down the work obviously too. More info upon request! Just wondering if anyone was getting these random crashes.
The trapcode plugin in After Effects seems to be affecting my ability to import 3D objects directly into After Effects (Not Cinema4D), obj, gltf files etc.I'm trying to import a 3D object into After Effects, but all I see when I import the .obj file, is a message saying '3D Model for use with Trapcode'. Is this a bug, or am I doing something daft?Can anyone please advise on how to fix this which doesn't require uninstalling Trapcode?I'm using After Effects 23.6 and I have the latest version of Red Giant installed.Thanks
Hi everyone,I'm trying to create a text box with two lines of text (headline and subline). The box should grow with the text, wichever of the two lines of text is longer. I've gotten this far but now I'm stuck.The box must only expand to the left, keeping it anchored to a fixed place on the right side. Also, the two lines of text must remain centered within the box. I can't really wrap my head around how this could be done. Any help is highly appreciated. Tanks a lot.
Here's a simple feature request suggestion that could be pretty useful: Imagine you've created hundreds of loops and rendered them from many multiple/unique AE projects over weeks or months. And then you've been working with just the finished rendered movies in a different AEP that is no longer associated with the original source AEPs which generated each of the rendered loops. Next you want clean up that mess and re-associate all of the renders with the source comps from the different projects that created them all in a combined AEP. Now (assuming your rendered movies had "include project link" enabled) instead of using the "Edit Original" command to open up the original projects one at a time — the requested feature is — adding "Replace with AEP" to the "Replace Footage" dropdown menu as an option to replace the footage item with a folder containing the original AEP that initially created the render... The utility of this feature would save a few steps that is especial
I want to change the color of my play head etc. It's POINTLESS to remove it and yet it is removed. Any idea if there's an alternative? If not, don't reply please. Only reply if there is a way to do this.
Hi guys. I'm building a script that needs to store a file settings in the user machine. I'm using "json2" library in order to use objects and save settings as json format. The idea is that if the script runs the first time, it creates the settings file, but if the file already exists, just load its info. My script is made from an UI panel with a "settings" button that launches another panel that feeds from the settings file and has a button to save the changes made in that window (checkboxes, dds, etc). Right now, it creates the settings file for the first time pretty well, but when I try to save new settings in the file, this gets broken and erase everything inside. Here is the current code. Any help will be pretty much appreciated//@include "json2.jsx"; (function myFunction(thisObj) { var settingsProps = { imageSeq : true, renderPreset : "PNG Delivery", allowSkipFiles : true, imageSeqVersions : false, lastRenderPath : [""], lastFFmpeg
I recently subscribed to after effects and when I opened it, it said some plugins were not compatible with my version of after effects (2024). However I cannot find after effects 2023 anywhere, even when I navigate to previous versions, the oldest version they give me is the first 2024 ae version. Does anyone know how I can download after effects 2023? Would be greatly appreciated.
Posted about this issue around 10 years ago, but it's been really driving me up the wall today so I figured I'd moan about it afresh. Being able to have audio waveforms visible in your timeline alongside keyframes etc is wonderful. Most of my work relies on tight integration with music cues, so being able to show a layer's audio and make that waveform nice and big so I can see the hit points is essential. Sometimes the hit points are audible but not clearly visible in the waveform, so I generate a metronome audio track as well and drop that into the comp — that way I can see the hit points. Don't want to hear it, just see the waveform. Or I'll have a preview version of some audio (maybe something with SFX in it) and I want to line up better samples in AE for a quick turnaround. The issue: if a layer has the audio switched off/muted (the speaker switch), the waveform completely disappears. So if you need to see the waveform for any reason, you can't avoid heari
How do u go from the first one to the second one. the artist said he uses ae, I can get a similar effect for the lineart with roughen edges but for the blur and the low quality feel I dont know how he does it I need help
Hello there good people!Can anyone tell me why Mocha Pro can't track this footage? It seems to me it should be a simple task as the green screen has a very clear edge to track. Can someone tell me what I am doing wrong?https://www.dropbox.com/s/yg4ww7jy4uwjktq/mocha%20bad%20tracks%20v1.mp4?dl=0Cheers!
When receiving AEPs, it's not uncommon to have to perform lots of clicks to find the right Comp. So, I'm looking at a new Column in the Project Panel to lock Project Items - this will make it easier to safeguard assets/comps while also serving to let others know which are do-not-touch areas in an AEP.
That Vector Feathering in Rive - oh my!!! Can we get one, or two of those? 🙂AE's design features could do with oneToAFew new/updated features/tools.And another thing that's NOT been around for ages is a Design Topic at the bottom of this text field. Users can pick from quite a few topics but Design or Motion Design isn't one of them - I've always found this a lot sad because AE is a Motion+Design tool. So, let's Make Feathers Great Again - in AE! 🙂
Hi!I can't figure out why when using SmartRender() my render doesn't update when I adjust the slider on the timeline. The value in this lineA_long shift = in_data->current_time / in_data->time_step;does change but the render itself doesn't update. When I use the deprecated Render() everything works fine. How can I ensure that the render is updated when the timeline time changes?This code is supposed to shift the image to the right as the timeline time changes. It works with video, but not with images. Perhaps I need to set the correct flag? out_data->out_flags = PF_OutFlag_DEEP_COLOR_AWARE | PF_OutFlag_SEND_UPDATE_PARAMS_UI | PF_OutFlag_WIDE_TIME_INPUT; out_data->out_flags2 = PF_OutFlag2_FLOAT_COLOR_AWARE | PF_OutFlag2_SUPPORTS_SMART_RENDER | PF_OutFlag2_DOESNT_NEED_EMPTY_PIXELS | PF_OutFlag2_AUTOMATIC_WIDE_TIME_INPUT | PF_OutFlag2_SU
Good morning, afternoon, evening. I have a question in regards to Dynamic Link. I'm a small YouTuber focusing primarily on gaming. When recording my videos, I record in 3840x1080, so that when editing, I can make my template 1920x1080 and duplicate the file and use one for my face cam and the other as my screen recording via cropping. This works well, until it's time to add effects in After Effects via Dynamic Link. When After Effects imports my video, the part that I cropped out reappears. Could anyone give me any insight as to why this is happening. Thank you in advance!
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.