Get help and share feedback in our global community.
Als letztes aktiv
My After Effects v22.2 is always crashing after the second or third time I save a particular project, no matter really what the changes are. At first it showed me a dialog box with either of these (not exactly verbatim, copied from my Google searches):After Effects error: internal verification failure, bad numeric conversion: positive overflowerror getting size of handle (and an endless number in brackets) Now it simply freezes around 64% saving progress for a bit, leaves behind these weird filesand soon crashes without any dialog. So far I have tried: installing an older version of AE, resetting the preferences, wiping the most recently installed plugin, different saving locations, cleared & changed cache location, deleted the comp I was making changes in most recently, imported the project into an empty project. Interesting as well is that this problem does not occur with other project files, so it has to be something wrong with the project I guess. Another in
I'd like to know whether a character is or isn't selected via scripting. This way you can run a script on that portion of text only, instead of the whole text. Currently, you have to use the Command ID 3018 to apply an animator with a range selector, then read its start and end indexes. And this has to be done before starting any UndoGroup or the text would be deselected.Instead of using the Command ID, I tried this (again before the UndoGroup)var animator = layer.Text.Animators.addProperty("ADBE Text Animator"); animator.property("ADBE Text Selectors").addProperty("ADBE Text Selector");but the second line deselects the text again. So, it's not even an option.Having to use the Command ID and having to use it before the UndoGroup is a bit of a pain in the ass (not to mention that you also have to delete the animator).It would be nice to at least being able to use the above code inside the UndoGroup.Ideally it would be nice to have a CharacterRange object attribute to che
Its not the wobble problem. I'll place a shape layer in one position,using a key frame to mark it, and continue moving my shape layer and marking the movements with key frames. When I go back to review my animation, the key frames at the beginning will have shifted in position from where I originally had them. When I edit these key frames back to where they belong, other key frame values are affected for some reason. I end up in a constant cycle of re-editing key frames. I read somewhere that time remapping may cause this problem but i haven't been able to find that forum again. Does anyone know why specifically this is happening and how i can fix my problem?[Moved from The Lounge to a product-specific support forum - moderator]
Hi all, I'm exporting a clip with ProRess 422 via MediaEncoder on all the default setting with the maximum depth and maximum quality boxes checked but the colours are still being distorted as you can see in the screenshots below. Please help! In after effects I just have an adjustment layer over everything with a lumetri colour effect, the values are also in a screenshot below.
Hello,Since today's after effects update, when I'm in my project in advanced 3D, it crashes my computer.All I have to do is open the project and after 10-15 minutes, my PC crashes. I tested on other compositions that don't use advanced 3D mode and I have no problemSorry my English is not good Thanks
Bug Report: After Effects (and Possibly Premiere Pro) - Freeze Issue When Creating a New Folder in Render Queue Issue Description: I've encountered a persistent issue with After Effects on my PC (and potentially with Premiere Pro as well) for the past few years. The problem occurs during the rendering process when I'm in the Render Queue. Steps to Reproduce:Open After Effects and add a project to the Render Queue.In the Render Queue, select the option to choose where to save the rendered file.In the file navigation dialogue box, attempt to create a new subfolder by right-clicking and selecting "Create New Folder."At this point, After Effects freezes and becomes unresponsive. Expected Behavior: The software should allow the creation of a new folder without freezing, enabling me to select the folder and proceed with the rendering process. Actual Behavior: After Effects freezes immediately after attempting to create a new folder, and it remains unresponsive, requiring
MacBook Pro 16-inch, 2019 (macOS Ventura)After Effect 23.6- 2,6 GHz 6-Core Intel Core i7- AMD Radeon Pro 5300M 4 GBIntel UHD Graphics 630 1536 MB- 16 GB 2667 MHz DDR4 After Effects 2023 keeps freezing after a few minutes while working on a project. I didn't do any animation. Freezing cases can happen at any time, for example when I make a retangle, or when I leave it for a long time then I try to play the timeline, sometimes it can freeze.I've tried resetting preferences, but it doesn't work.I have also tried to remove third party plug-ins. I have tried various versions, 23.6. 23.0. 23.1.all the results are the same, the freeze error is always there, it's just a difference in time. but the worst is in version 23.6. what do I have to do?I have to force my computer to shut down, if this continues, my computer will be damaged.please provide a solution.thx.
Hello. Today I received one of the oddest error messages I have ever seen. I received a message that 3 plugins failed to load. 1) Eporter AVI 2) Exporter Quicktime Host 3) Player Media Core Are these preinstalled plugins? I have never heard of these. I've recently had issues with infected work files and am curious if this has anything to do with infected files. So. If these plugins are legit. The question is. Why am I getting this error all of a sudden?See attachment. Thanks!
Hey Guys, my AE preview functions normally for a few times. then when I preview using spacebar it loses the audio, and for the preview after that it doesnt preview at all. Whenever I press spacebar now it switches to the hand tool for the duration that I'm holding it and lights up the frame redner time as green. when I double press it goes back one frame. I didnt double assign anything, using 0 on numberpad didnt work. Reinstalled, cleared all settings, caches etc. all didnt work. Tried changing thw audio hardware output settings as it worked for some people, but changing it either crashes after effects or doesnt work.The bug in this video is the same one I have. The fix isnt working. I'd love some helphttps://youtu.be/kZDaOvIkxPE?si=RVhAx1dFbR76UppfI'd love some help.
For some reason the 'Source Text' in After Effects is so much more than source text. It contains all kinds of parameters such as Paragraph Alignment (which is not source text imho). Anyway, when generating Soure Text with an expression, the Paragraph Alignment is fixed to Align Left, and can not be switched as long as the Expression is active. Please repair that, or make that setting accessible through Expressions.
Hey Community, I'm having a composition with 2 Levels. One is a 3D shape with depth and on top is a .PNG for it's texture. When I animate this 3D composition, it gives me a lot of artefacts. Am I doing here something wrong or is this an issue from Adobe? Thank you very much. 🙂
Hello, everyone. I'm new to AE plug-in development and stumbled upon a problem, so I thought I'd ask.I have an Effect Plug-In which I apply to a Text Layer, and that works fine. However when I click on "Create Shapes from Text", the Shape Layer gets created with the effect applied, but no shapes in it and I get this error:After Effects error : internal verification failure, sorry! {child not found in parent} ( 29 :: 0 )I'm guessing the problem is here (executed on PF_Cmd_UPDATE_PARAMS_UI):AEGP_EffectRefH meH = NULL;AEGP_StreamRefH paramStreamH = NULL;ERR(suites.PFInterfaceSuite1()->AEGP_GetNewEffectForEffect(NULL, in_data->effect_ref, &meH)); ERR(suites.StreamSuite2()->AEGP_GetNewEffectStreamByIndex(NULL, meH, parameterName, &paramStreamH));ERR(suites.DynamicStreamSuite2()->AEGP_SetDynamicStreamFlag(paramStreamH, AEGP_DynStreamFlag_HIDDEN, FALSE, shouldHide));if (paramStreamH){ ERR2(suites.StreamSuite2()->AEGP_DisposeStream(paramStre
I'd love to see a "Text control" option for expression effects, where it would add a blank text box in the effects panel that a user could enter text in to be used in expressions, along with properties for text layers for things like font, alignment, leading, etc. that could be controlled via scripting.
Hi folks,I need to control the text direction (LTR / RTL) with an expression. Yet I cannot find the property in the reference. I reckon it's just not possible, but just to be sure, I wanted to ask ... Any tipps very much appreciated! Thanks and cheers from BerlinFlo
Bonjour,Je n'arrive plus à utiliser les logiciels Adobe. La licence est valide et les maj faites.Je ne peux pas plus créer de nouvelles compositions, ou même ouvrir des projets. Aucun élément n'apparaît dans mon visualiseur depuis quelques jours, lorsque je souhaite mettre un solide ou autre dans une composition (After Effects).Ils fonctionnaient pourtant très bien auparavant.Avez-vous déjà rencontré ce problème ?Merci beaucoup pour votre aide !!
Hi all, can u help me? 🙂 I'm looking for a script where 1 layer position base on layer which is first unhide layer under 1 layer in composition. The position varies depending on the one of unhide layer in hierar. Mat
Could someone help me with this expression. I am trying to get a position to bounce up and down with easing. The other requirement is that the oscillation should occur with the original position in the middle (so that when I adjust the sliders to zero, the position returns to where it was).This is all part of an expression based animation. However - I'm having this issue where the easing occurs in the middle. So it slows down as it approaches the middle from it's peak. See video. It should be two smooth movements instead of three. Any ideas @Dan Ebberts ? var ctrl = thisComp.layer("Controller"); var bounceHeight = ctrl.effect("Bounce Height")("Slider"); var bounceSpeed = ctrl.effect("Bounce Speed")("Slider"); // Get the original position of the layer var originalPos = transform.position; // Calculate time-based phase for the bounce var t = time * bounceSpeed; // Create a time loop for continuous bouncing var loopTime = 2 * Math.PI; // One full oscillation peri
Hi everybody! I am currently in high school and looking how to edit fight scenes with After effects. I know the basic premise (Camera Shake, lights, etc.) but I'm lookig for the specific things 😛 What should I know?
How do i get Certificate for my CEP Extension?
I HAVE A PROBLEM THAT CAME UP RECENTLY, THIS IS ABOUT ME WATCHING MY VIDEOS AT 30 FPS. THE COMPOSITION IS IN 60FPS AND THE VIDEO IS ALSO RECORDED AT 60FPS
I'm experiencing an issue with Adobe After Effects (version 24.5.0) where my null objects and solids randomly disappear when I close or save my project. I've also noticed that this sometimes happens after I pre-compose layers, even if those layers are unrelated to the null objects/solids. The issue doesn't occur every time I perform these actions. For instance, I might pre-compose or save to test if the bug appears, and everything will seem fine, but a couple of hours later into the project, when I pre-compose again, my null objects disappear. Sometimes I don’t notice the issue immediately, making it impossible to undo, which makes this problem even more frustrating. I appreciate any help you can provide.
BonjourJ'ai un crash systématique quand je lance la nouvelle version 24.6, je réinstalle la 24.5, l'application me demande le démarrage sans échec, ça marche, pas tout le temps alors qu'auparavant cela ne posait aucun problème!Je n'arrive pas à réinstaller DUIK angèla.Merci à la communauté.
When I added a clip to my composition in After Effects, something like "Romanatic Suite Preview" is written on my layer, what does this mean and does this affect my workflow or end result quality in any way? Attatched a screenshot below!
Hello everyone. I have been trying to import this 3D object (below) on my After Effects, but the result I am getting is the picture in the second frame. Can anyone help with this or tell me why this is happening? Please, I will appreciate your swift response.
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.