Get help and share feedback in our global community.
Recente
Hi there, has anyone experienced "transform repeater: x or y position" scale sensitivity issue?I have to scale the x-axis, for example, to 6000+ to only be able to move the repeated shapes very slightly, and I don't have a large composition.Is there any setting that I could have messed up by accident? Everything should be default though as I just downloaded it on my windows laptop - no luck starting a new comp, still expereincing the same problem. However, position scale with my older layers created long time ago were normal Thanks a lot for reading this! Appreciate your time~
Hi so I have background footage with a null that's been motion tracked to an object and I have another layer which is an animated 3d model rendered from Blender using an exported 3d camera track from After Effects of the same background footage. The layer rendered from Blender is just a video file but the positioning of that layer moves around in the scene so I parented it to the tracked null in hope of keeping it closer in the same position, but when I do this the layer disappears and it is only the background showing. When I unparent it, the layer comes back. I have no idea how to fix this or whats going wrong any help would be greatly appreciated!After Effects version: 2020Hardware specs: Intel core i7-9750H CPU @ 2.60GHz 16GB of ram Nvidia RTX 2060 Graphics
I've noticed that whenever I have motion blur enabled for a comp the masks do not align, even for the layers with motion blur switched off. Here is an example:I have a comp with a 3d camera that has some movement and a 3d layer that has some other movement. I draw some paths for rotoscoping purposes with the Pen tool and used the Stroke effect to create a white matte. So, if I have motion blur enabled for the comp (Shutter Angle 173º/Shutter Phase -86º) and for the layer, here's what happens:If I then disable the motion blur for the layer, it is still misalligned, but without the motion blur:However, if I disable motion blur for the whole comp, the path and the strokes allign, but in the position where the strokes were being presented in the last two scenarios. So the strokes never appear where I first drew them while I was rotoscoping. It's hard to tell from the screenshot, but the difference between picture 2 and picture 3 is that the paths of the mask have moved to the lef
I've been learning how to use Unreal Engine, the free-to-use gaming engine which is being used more and more for video production. It's an awesome, exciting tool with a really steep initial learning curve. But once you understand the basics, you'll suddenly find you can do so much, so easily. In this video, to make full use of the virtual landscapes that Unreal can offer, I talk through the process of importing cameras from After Effects into Unreal. I cover all the extra steps needed to make this happen, from tracking a camera to enabling plug-ins and then rendering out a result. I also talk about the best ways to get a camera animation out of Unreal Engine, which is not as straight-forward. Camera movement vote: https://www.youtube.com/post/Ugkxbjylc7FIj9Op84u7wx7R_EvyI8gxXJPW Normalize Track script: https://workbench.tv/freebies/2020-05-28_NormalizeTrack/ Maxon plugin: https://www.maxon.net/en/downloads/unreal @JonathanWinbush 's tut
Hi After working with the SDK for a while I found myself still struggling with string conversions. So I decided to create a small class for it. Together with my good friend ChatGPT I have ended up with the following class:#ifndef AE_STRING_CONVERTER #define AE_STRING_CONVERTER #include <locale> #include <codecvt> #include <string> class AEStringConverter { public: static PF_Err StringToAChar(const std::string& inString, A_char* outAChar, size_t bufferSize) { PF_Err err = PF_Err_NONE; errno_t copyResult = strcpy_s(outAChar, bufferSize, inString.c_str()); if (copyResult != 0) { err = PF_Err_INTERNAL_STRUCT_DAMAGED; } return err; } static PF_Err StringToAUTF16Char(const std::string& inString, A_UTF16Char* outAChar, size_t maxOutChars) { PF_Err err = PF_Err_NONE; std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter; std::wstring utf16String = converter.from_bytes(inString); if (utf16String.size() +
Yes the question is straight forward. Let me know if it possible. Thank you.
Hello,First of all, im not 100% sure its a bug or if i just used some feature by exident, however i cant select my 2 Shapelayers i created for masking anymore. The selectboxes on my Layers ending with "Flagge" are all just gone and my project looks super strange, i dont know what happend here. Does anyone have an idea how i can fix this?
Hi everyone, I have a problem with the Wave Warp effect on a Typeface. The edges of the font get stepped and at a certain point in time there is like a line going from left to right through the font. For me, it seems like this could be the start point of the waveform. I'll attach a short video and a screenshot for clarification. Does anyone know a solution to this problem or a workaround? I have tried blurring the edges, but since some lines are pretty thin, this is no solution.Thanks for your help.Max
VersionAfter Effects 2024 (24.x)OS: windows 10 DescriptionI'm using Node.js to automation replacement text, image and audio.This project has been running for at least 3 years until last week I discovered that the old version of AE 2017 (14.x) is no longer supported, so I now have to upgrade to the AE version (24.x). But the problem I found is that text and images work fine, but audio doesn't.I have confirmed that it is normal for AE files to be output directly using Media Encoder or Render Queue.However, if I use Node.js to execute aerender.exe, if the audio file is not replaced, the output will have audio, but if replace the audio file, the output result will be without any sound.the result information for not replaced audio by Node.js: the result information for replaced audio by Node.js: Since I directly used the command line to call aerender.exe, the result was the same, so
Hello I updated to After Effects 24.0.1 on my iMac the preview screen worked at first but then it went dark. I opened the same project on my MacBook Pro (M1 Max 2021 Sonoma 14.0). It worked fine this morning but now the preview is black aswell and it does not play. Dynamic link works fine and i can see the after effects files in premiere pro. Cleared the Cache and deleted the old After Effects. Any thoughts. I never changed any settings and it just went dark.
Hi there, I have a footage with some spots on it (as you can clearly see around the red circle). There was a spot in the place of red circle as well. I needed to remove all the spots. I just tried one at a time. This is how I did it. Created a mask around the spot.Right click the mask and selected "track mask"In the tracker panel, selected "track selected masks forward"Then content-aware fill (you can see the settings in the attached screenshot). The screenshot attached here displays the ending result (inside the marked red circle). It looks like a badly copy-pasted layer on top of the original frame. Can you guys please help me with this. I just need to get a smooth fill instead of these spots. Thanks bunch.
Hallo, ich habe folgendes Problem. Beim rein ziehen vom Video in die TimeLine Stürzt After Effects nach 2 Sekunden ab.. Was könnte die Ursache sein?
Hello, For a few days now I have not been able to move forward in my video project, because of a sound preview problem in After Effects. I have a sound plugin (AE juice) and when I put the sounds in After Effects I can't hear them and it is therefore difficult to stall the sound at the right time. Do you have any ideas ? Thank you in advance 🙂
Output's lossless .avi
Hi,I wrote a script using VSCode and ExtendScript Debugger and keep running into a File not Found error. I put a debugging block at the beginning of my script but it seems to fail on ANY file on my computer. I'm running on Apple M1 Monterey and checked the Open with Rosetta box for VsCode. My AfterEffects is up to date. I've enabled Full Disk Access for VsCode and AfterEffects and have checked Allow Scripts to Write Files and Access Network in AfterEffects preferences as well. Can someone please let me know what I'm missing? I've pasted my script below. Thanks! (function() { app.beginUndoGroup("Batch Video Processing"); alert("New script started"); function testFileAccess() { var file = new File("C:\\Users\\ezh\\Downloads\\new.mp4"); if (file.exists) { alert("File exists and can be accessed."); } else { alert("File does not exist or cannot be accessed."); } } testFileAccess(); // This will help
I have a graphic that i want to have an adaptive keyframe value depending on the amount of words in the textr field. i have been able to get the number of words and fix it to a variable but i am struggling to get it to link to a specific key frame. Here is my current expression;text.animator("Animator 1").selector("Range Selector 1").offset wordsCount = thisComp.layer("Rolling Text").text.sourceText.split(/ ,| | \./).length; key(2).value[1] = wordsCount;
hi. i cant undo after i hit ctrl+m and render my composition.its really bothersome. why it happens? please help if u know the solution.
Hello,So I'm currently making a graphic that animates text word by word but when there is one word it only appears half way through the animation. Is there anyway i could get it to always start with one word viable and then animate in? Extra info;I have the text animate using opacity where it goes from 0 to 100% within on frame. so the text pops in word by word. If you need any more info im happy to give it.
Hello all,I am currently wondering how to adjust the bounding box around shapes in After Effects. I have a file imported from illustrator and the bounding box for the object is the size of the composition. How do I go about fitting the bounding box to the shape. Here is a snap shot of what I am talking about. I have a sun I made but the frame is way to big!
Hey guys, this is a simple question. I'm using the plugin Element 3D in After Effects and most of the 3D objects look pixelated on the edges...(see pic below)What setting in After Effects am i missing here? This doesn't give the illusion of a real object. 😞Please help!
I would like to know if there is a shortcut to make the Current Time Indicator jump from a Keyframe created at the beginning of the animation to a second keyframe on the same layer.Example, I made a position animation from 1 second to 5 seconds, I created two keyframes, from the 2nd keyframe I want to create another animation with opacity from 5 to 10 seconds, is there a shortcut that allows my time needle to jump between these keyframes???
Good morning, I have a problem loading previews of jpg sequences in after effects. It's extremely slow, when opening the project it even struggles to get me to view the first frame.I work on a qnap NAS with SSD, with a high-performance PC and a 10 GBe network.I have done some tests with other PCs connected to the same NAS and I have no problems. (I also have a PC with identical hardware to the one with the problem)If I open the project saved on a shared folder on the NAS, inside an SSD raid, the preview is extremely slow, almost stuck on jpg sequences.I tried enabling and disabling the cache, changing the folder, enabling and disabling multi-frame rendering, doing a purge, updating the video card drivers, using after effects 2023 also 2024, opening the project directly from the network or mapping the shared folder on the PC by giving it a label (z:) and various other things but the problem persists.The strange thing is that if I open the same project saved on the PC's local disk or ope
Suddenly whenever I create a new project, the preview plays back at about 3 frames per second. It doesn't seem to affect old projects. I have my preview frame rate set correctly and set to skip 0 frames. I usually play back at quarter resolution but it doesn't seem to affect anything. My graphics drivers are up to date, and my Windows PC runs very well. This is stopping me from working on any projects, so would like an explanation. Thanks!
I need to change my preferences inside After Effects and Premiere Pro, but for some reason the screen freezes indefinitely and I have to force quit it. My PC is a Windows 10 machine. I have tried this on:Adobe Premiere V 2024, 2023, 2022, 2021Adobe After Effects V 2024, 2023, 2022The same behavior is present in all of those versions. Media Encoder does not have this glitch though. I have no idea how to fix this glitch, I have searched through multiple forums/discussions and so far none of them have helped me fixed it. The following is what I have tried so far: Uninstall/reinstall applicationTry other versionsDeleted cache and old preference filesReset preferences/settings to defaultUpdated Graphics CardUpdated MSI MotherboardChanged Audio hardwareI genuinely have no idea why this bug is present. Unfortunately I have yet to find a solution to this problem.
Bonjour, Un fichier sauvé sur AE 2023 contenant les LUTs Technical dans Lumetri s'ouvre sans LUTs dans la version v2024, sur Windows 10 Pro. Avez vous le même problème ? Merci,Olivier
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.