『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Get help and share feedback in our global community.
新着順
Hi,I'm new to working in AE VR comp using the VR camera rig. When I do, I tend to get an image that is segmented in 5 segments (presumably the 5 cameras in the rig). Are there any work arounds to avoid this issue?Thanks MacPro 2019MacStudio 2023AE 2024
Hello all, I have a design project that I need help on. So my footage is an Enscape rendering of a 3-D modeled environment of a drive to a destination from point A to B that I created in SketchUp. I added high-contrasting textures to specific walls within the model itself that I want to track and overlay TouchDesigner effects onto. I have tried tracking the camera, Mocha AE, and Mocha Pro to no avail. For some reason, I cannot get either the native tracker or the Mocha tracker to register the walls as they come in and as they leave the frame. I have attached the footage I am trying to use, as well as the TouchDesigner effects I want to overlay. Links to tutorials, advice, or any point in the right direction is greatly appreciated. Thanks!!!Clip Touch Designer Effect
Hello everyone!I am just beginning with After Effects, so this may be a trivial question, but I can't find a solution online.I have a video where, in some moments, there are some regions covered with a solid green (like in a chroma key). What I want to do is to apply the Content Aware Fill on the entire video, when and where this green appears. I know how to use Keylight to apply a mask in that color and tried to play a little with this, but with no success, this specific scenario of using the Content Aware Fill is still very nebulous to me.Does anyone have a solution for that?
Hey, I was wondering if anyone could help me out with a project. I'm trying to make this animation and use the least amount of keyframes possible. The reason why I just don't do it the same way as the example above is because I'm gonna have to do it for multiple compositions and the text position will always vary. Also, there will be a text 3, 4 and 5 each on a different direction. So I'm assuming expressions would be less time consuming. Like this one:The expression used was just linking one layer's position and adding a +X value, so I'm guessing something similar maybe. Thanks for any help.
moin...wo kann ich einstellen, dass der Sucher von dort aus abspielt wo ich ihn hinsetzte und dann die leertaste drücke. Monentan spielt er alles von anfang an ab, egal wo ich den Sucher habe! Danke
Hi, I'm trying to control the size (specifically the "Outer Radius") of a hexagon, but instead of scaling from the center, I want to scale from the bottom. Does anyone know how to do this? Thanks!
Hi ! The short version: I'm desperately trying to link time remaps and make it so that time remap B loops every X frames of time time remap A. Basically, what I'd like to do is, when TR A plays, say, 15 frames, TR B plays it's full length, then when TR A plays another 15 frames (raching frame 30), TR B loops again. It doesn't have to be a number of frames, percentages will do. Percentages will probably be more helpful. And then, I'd like to be able to apply the expression to a TR C linked to TR B, then TR D linked to TR C, etc Hopefully I've somehow managed to convey my issue. Thanks in advance !More details: I'm trying to do an animated rotating number counter with a big, big number. It goes from hundreds to million. The rorating numbers are animated in a precomp, so far so good, but I just cannot have a long enough timeline to link loop the animation in the precomps and then link and speed the time remaps in a parent composition.
This error occurred to me with a file linked from premiere and in premiere it doesn't let me see it either
I am going to get one of these laptops. Work has lent me it. The product looks great but I was wondering if the memory is ok to run after-effects and premere pro? A lot of editing and big data transfer will be a lot of the task for the machine. Possibily some heavy effects in AE. My mindset is obviously thinking about older systems, so can I be reasured that this will work ok? Apple M2 chip with 8‑core CPU, 10‑core GPU, 16‑core Neural Engine8GB unified memory256GB SSD storage13.6-inch Liquid Retina display with True Tone²1080p FaceTime HD cameraMagSafe 3 charging portTwo Thunderbolt / USB 4 ports30W USB-C Power AdapterBacklit Magic Keyboard with Touch ID - BritishAccessory Kit PS not sure if AE really uses memory fully, looks like a great device anyway.
I tried using a previous version of After Effects, and then reinstalling the latest version 24.2.1. It doesn't work in either.I can create a 'New Composition from Footage', but not from 'New Composition' which is what I want.I click OK and nothing happens. Clicking Cancel doesn't do anything either. I have to use X in the top right corner to get rid of the create new composition window.I run AE on Windows 11 - 64GB RAM, AMD Ryzen 5 5000, NVIDIA GeForce RTX 3050.I'd appreciate some help with this. Thanks.
if anyone can help my nvidia card Quadro K1100 M doesn't support new versions of After Effects, is there any way to use it, or any solution please
Hi gang; Let me preface by painting the big picture. I have a development machine which I do all my programming on. This is running a really old Intel chip (i7-4930K). I develop on AE 2020 and AE 2023. Unfortunately, the new AE requires AVX2 and my machine doesn't support it, so I cannot download AE 2024 and test it. I like developing on older tech because it guarrantees the slowest my plug-in would ever run. I decided to test my plugin on my work machine which is a best. It's a Ryzen Threadripper 3979X running AE 2024... and it crawls. It's really, really slow. I then went to test it on yet another slow machine I have (i7-3930K) and on a really old AE CS6 and it FLIES! Super fast. So my most powerful machine, with the newest AE version, is the slowest! Clearly, there is something off. I tried messing with various AE 2024 settings but nothing. It crawls. I do not have MFR implemented on my plugin but on my dev machine with AE 2023, it is still quite fast despit
Hi,Im running ae in noui mode to execute a script that will apply presets to a layer using the layer.applyPreset(), but it seems that this function is not supported in noui mode, does some workaround exist?Thanks
Hello! I am trying to use Scene Edit Detection on video footage but it doesn't cut it up at all. I tried using After Effects Beta as well and have the same result. Let me know what I may be doing wrong.OS: Windows 11 Home 23H2Processor: Intel(R) Core(TM) i9-14900K 3.20 GHzRAM: 64.0 GBGraphics Card: NVIDIA GeForce RTX 4080 Eagle OC
if you put the jsч code below in the file "C:\\file_name.jsx" and run this script from the command line with different parameters, then the project file will not be created in -navi mode. The fault is in the call myLayer.applyPreset(myFilePressetEffect);. Error bypass try/catch It won't work. var myItemCollection = app.project.items;var myComp = myItemCollection.addComp("Comp_1", 1920, 1080, 1, 6, 25); item = app.project.importFile(new ImportOptions(new File(encodeURI("~/Desktop/photo.jpeg")))); // impotr imagevar myLayer = myComp.layers.add(item);var myFilePressetEffect = new File(encodeURI("~/Desktop/Swaying_turning.ffx"));try { myLayer.applyPreset(myFilePressetEffect);} catch (e) { }app.project.save(new File(encodeURI("~/Desktop/Comp.aep")));app.project.close(CloseOptions.SAVE_CHANGES); "C:\\Program Files\\Adobe\\Adobe After Effects 2024\\Support Files\\AfterFX.exe" -m -s "var myArg=""; $.evalFile("C:\\file_name.jsx")" Ok.
When I use content aware fill on a layer the system stops rendering the fill layer just as it finishes the analyzing section. I get the first "out of memory" error below, followed by the "file not found" error when I click OK on the first one. My setup: HP laptop with Windows 10, 32 gigs ram, latest version of AE, Processor = Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz, 1992 Mhz, 4 Core(s), 8 Logical Processor(s) More backstory: I was working with this issue by chat with an Adobe support rep. He had me drag my Mediacore folder to my desktop, which contained (if I understand correctly) the Black Magic raw plugin I used to get my video footage into the project. Moving the folder to my desktop seemed to fix the memory issue, but then my AE session couldn't show any of my clips, as they all turned to those color bars. Returning the Mediacore folder to its previous home and reloading returned the project file to normal. Not sure what to do next.
I'm struggling with open my project file because of the after effect error. I get this error message when I try to open my project file. After Effects error: asked to create unknown property of type"adbe layer source alternate (1d16)"screenshot: I couldn't find an answer to my problem, so I decided to post about it. At first, I thought it was because of my computer specs, but that doesn't appear to be the case; instead, it appears to be a problem with the scripts, as you may be aware, and I have no idea how to fix it. I'm in desperate need of assistance.
Ive been having a problem with after effects, I dont know if its causes by this but when im using a project with a Dynamic link conection, everything goes whell until it crashes, and then with only tryin to reopen the project it instracrashes again. its not a heavy project, im only doing some text animations. so I dont know what could be causing it. am using the 23.6 version.
J'ai un MacBook Pro 2019, et quand je travaille sur After Effetcs (peu importe la taille du projet) mon écran se fige régulièrement, faisant buguer mon ordinateur qui s'éteint au bout de quelques minutes. Quand je le rallume, j'ai un message me rappelant que l'ordinateur s'est éteint sans raison.
After Effect continua a chiudersi da solo, non da messaggi di errore e mi chiede se voglio salvare le ultime modifiche prima di farlo... ma io non voglio che si chiuda!Inoltre, ogni volta che lo riapro devo ridare i dati del mio account.Cosa posso fare?
I have animated two lines of type for a template where they animate from opposite starting positions and then come together. The drop down in the template allows one line of type, two lines and a third option where both lines have the same starting position. I've tried using this expression all with no luck. dropMenu = effect("Dropdown Menu Control")("Menu");myListe = [960, 960, -960];myPlace = myListe[dropMenu - 1];key1 = key(1).value[1];key2 = key(2).value[1];xVal = linear(value[1], key1, key2, key1, myPlace + key2);[,xVal,value[0]]; Any help would be appreciated.
Cada vez que uso after effects, en algun momento se me tranca, se congela la pantalla y al rato se reinicia la pc. Y asi todas las veces que lo uso No imoprta si los archivos con los que estoy trabajando son pesados o no Ya limpie el cache procesador: 2,3 GHz Intel Core i9 de ocho núcleos graficos: AMD Radeon Pro 5500M 4 GBIntel UHD Graphics 630 1536 MB memoria: 6 GB 2667 MHz DDR4
Hello. Illustrator and Photoshop both allow me to "constrain path dragging". I can't find that option in After Effects. Does anyone know if it exists? Thank you.
I am following a tutorial, and in this expecific part of the tutorial mine doesn't look like in the tutorial. Do i need to change something for it to look like the graph from the tutorial?
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.