I can't use After Effects CC

Hey everybody !
I have some problem with "After Effects CC".
I have the " Creative Cloud Student and Teacher Edition" and that's ok (photoshop, Illustrator, Premier pro, etc.) But I don't know why, I can't use After Effects.
Something is wrong.
Exemple : Here, you supposed to read "Coucou" with simple text. It's the same problem with all tools.
I have already uninstalled it, and updated.
Thanks
Laury

Well, let's start with the obvious.
Do you KNOW how to use Adobe After Effects?
Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

Similar Messages

  • How can I use After Effects filters on a whole sequence without getting stuck in After Effects?

    It appears that, with the options that are visible to the user, Dynamic Link only goes one-way and can't make round trips from Premiere Pro to After Effects and back again.  If I send a sequence to After Effects, that part works fine and I can do what I want and save the comp.  However, even though the comp appears as an asset in Premiere Pro, I am not allowed to do anything with it.  If I try to drag it to a new sequence, it just says no.  If I click "Create Sequence from Clip" it creates an empty sequence.
    So how can I use After Effects on whole sequences/tracks instead of just on a clip-by-clip-by-clip-by-clip-by-clip basis?  is this possible?  For instance, if I have a whole sequence where I've neutralized the white balance, I might want to apply a warming filter to the whole thing as a unit.  That would be really painful with even a few clips to keep doing that again and again, and if you want to modify it slightly you have to do it over and over.  If there is a way to do that through Dynamic Link through some hidden option, what happens with the audio?  Would I have to cut it out of the lower sequence and paste it into the higher sequence with the After Effects comp as a video track?

    I'm not an Adoby guy, hence you may ignore my reply, but Adobe Dynamic Link is obviously not just one way ticket and in most cases works just fine.
    You have already been explained by J-MS and tclark513 how to properly use it and which pitfalls may occur.
    So as to apply an effect onto a whole sequence or a group of clips you need to either nest them in PrPro or pre-compose them in AE. Then just apply an effect (or several ones) onto that composition.
    So, if you nest clips in PrPro, select your nested sequence in the timeline, right-click and choose 'Replace with After Effects Composition'. Done! Your dynamically linked AE composition is in the right place in your timeline and in your Project panel as well. If you can not treat it as an ordinary footage, there are obviously some mistakes in your workflow. 
    If you didn't nest your sequence or a group of clips in PrPro before replacing them with AE composition, you may easily do it within AE. Just select all the layers in AE composition and choose Layer -> Pre-compose... (Ctrl/Cmd+Shift+C) Done! Switch back to your Master comp and apply your desired effect(s) 
    You may loose some effects or/and transitions while travelling from PrPro to AE via Adobe Dynamic Link, whereas you don't while travelling back
    (If you start building your AE composition from scratch right in AE and then need to import it into PrPro, DO NOT export one as PrPro project out of AE, but rather choose Adobe Dynamic Link -> Import After Effects Composition... within PrPro)
    P.S. And yes, submit a feature-request so that Adobe will convert 'Transparent Video' into fully functional 'Adjustment Layer'.

  • Just installed mac os 10.9 and now i can't use After Effects CS6 - HEL

    HELP!  I am in the middle of a project!!!
    You can't use this version of the application "Adobe After Effects CS6" with this verson of OS X.
    You have "Adobe After Effects CS6" 11.0

    Hi lulugrrrl,
    Please refer the knowledge base article: http://helpx.adobe.com/after-effects/kb/effects-launch-mac-os-109.html.
    Regards,
    Romit Sinha

  • Can i use After Effects with FC4?! And how?

    Hello! For a while i thought you could not use Adobe after effects with Final express...but i was wondering again if i can use it, and if i can, how do i use it with FCE?? Thanks!

    Well after AE, i can continue editing it in final cut? Or once i use it in AE, it is too late to put the sequence or scene back into FCE?
    I guess an example would be that if i just want one scene or one sequence from final cut to be used in AE, i would export that sequence as a QT movie? Then how do i put it back into Final Cut once it is done with AE?

  • Can I use After Effects/Premiere Pro to change 29.97 to 23.97?

    I shot footage on BMCC at 29.97 accidentally. I now need a way to change it back to 23.97 because the rest of my footage was shot like that. Anyway I can change this? Either using Adobe After Effects or Premiere Pro? The footage is all on sticks with minimal movement. Can it look the same as 23.97? I've heard using Twixtor can fix this, but want to make sure there isn't any other way before I look into that. Thanks.

    Twixtor will do a better job of it  because it takes more parameters into account than AE does.
    And get that frame rate straight!  it's 23.976, not 23.97.  Those tiny fractions can come back to bite you later on.

  • Can I use After Effects CC on Mac OS 10.6.8?

    You are running an operating system that After Effects no longer supports. Refer to the system requirements below for a full list of supported platforms. this is what happens to me when i would like to try a free trial. what should i do. I have a MAC OS X 10.6.8 macbook air. I also have a teribyte hard drive. PLEASE HELP!!!

    The system requirements are here:
    http://www.adobe.com/products/aftereffects/tech-specs.html

  • Use After Effects and Premiere Pro CS4 with Creative Cloud license

    I have a one-year license for Creative Cloud, but because I have a 32-bit version of Windows 7, I can't use After Effects and Premiere Pro. On the website I read that for users with a 32bit OS it is possible to use AE and PP CS4 with the CC license. But I can't find a way to download CS4 with my Creative Cloud account. Can anybody help me with this? Is it possible to download CS4 with a CC license?

    I have marked the remark in red. It says: "If you want to use the Windows XP supported After Effects or Adobe Premiere Pro, you have to download the CS-4-versions of the software with your Creative Cloud Membership. U can also use these versions with a 32-bit Windows Operating System."

  • Can i measure moving distance using after effects?

    can i measure moving distance using after effects?

    I don't know what you mean. If you mean take measurements like you can in Photoshop and relating them to the real world then the answer is not easily. No Effect I know of allows you to do that. If you mean measuring the distance in pixels a layer moves on any axis, yes you can measure that and display the result using an expression by either referring to a valueAtTime of a keyframe or a layer marker. For a layer marker for example showing the X distance a layer moves starting at first layer marker you would add this expression to the source text of a blank text layer. The moving layer would be named "target."
    t = thisComp.layer("target");
    mp = t.marker.key(1).time;
    ip = t.position.valueAtTime(mp);
    np = t.position[0] - ip[0];
    Math.round(np)
    If the layer is moving left to right and the marker is in the middle of the layer then the numbers will be negative until the marker is reached, zero at the marker, then positive after the marker is past.

  • Using Qt in a AEGP plugin. QWidget can't get after effects as parent window

    Hey guys,
         I'm trying to use the qt framework to create a user interface for my AEGP plugin. And I'm running into some problems.
         First, I tried to pass the main HWND into a QWidget, but the QWidget can't seem to recognize it as a parent window. My code looks like this,
    A_Err err = A_Err_NONE;
    AEGP_SuiteHandler suites(basicSuiteP);
    HWND handle;
    ERR(suites.UtilitySuite5()->AEGP_GetMainHWND(&handle));
    qt tt(handle);
    tt.show();
    qt is a child class inherit from QDialog with a custom constructor
    qt::qt(HWND hWand) :QDialog()
      create((WId)hWand);
      setModal(true);
    The qt window did show up, but it can't block user's interaction with after effects' main window. When a QDialog pops up, it will block user's interaction with its parent window until it's closed. But it doesn't seem to work with after effects.
    And, I'm wondering, is it possible to add a QWidget to after effects' native panel? For now, my qt window is floating as a separate window. can I  just add my qt widgets into a after effects panel so it can dock into after effects' main window?

    FCP doesn't work with H.264 files. It might bring it in, or it might not. It might seem like it's working, but then sync drifts. It might look like it's fine, but when you export different sections jump to other clips. It's unpredictable. 
    FCP 7 and H.264 do not mix.
    If you are exporting files out of AE on a PC, then look at exporting them as DNxHD...the Avid codec. or Cineform. Then the FCP user will need to install the Avid codec or Cineform in order to see the file, but then they should convert it again to ProRes 422...as working with non-FCP codecs in FCP can be problematic.  I recommend those formats over the others, like ANIMATION or UNCOMPRESSED...because of the file size issues. 
    If you are using AE on a Mac, the same computer as FCP...then export as ProRes right away. Done and done.

  • I have created some movies using After Effects but can't open them now because I get the following message:

    I have created some movies using After Effects but can't open them now because I get the following message:
    Ray-tracing on the GPU requires an approved NVIDIA graphics card and CUDA 5.0 or later. For now, ray-tracing will use the GPU.
    After installing CUDA 5.0 or later, restart your computer.
    For more information see: http//www.adobe.com/go/aeraytracedgpu
    HELP. I have a project that needs to be delivered.

    The alert message is just telling you that a specific feature won't use the GPU. This message is innocuous. It only means that the processing of one specific, obsolete feature will use the CPU, not the GPU.
    Are you saying that After Effects won't start or open your project?

  • Why does my entire computer freeze while opening or using After Effects or Premiere Pro CS5?

    Just built a computer to meet all requirements for Adobe, Autodesk 3ds Max, and UDK, for school.
    Specs;
    Motherboard - ASRock X79 Extreme 4-M, Socket 2011 - Micro ATX - 4 DDR3 1600/1333/1066/800 - 3 PCI-E 3.0 x 16 - 7.1 CH HD Audio - PCIE GLAN - 3 SATA3 - eSATA3 - 4 SATA2 - 4 USB 3.0 - 10 USB 2.0
    Processor - Intel Core i7 Processor - i7-3820 LGA 2011
    Processor fan - Intel Thermal Solution RTS2011 AC
    RAM - Ballistix by Crucial - 2x  8GB Tactical PC3 - 12800 CL8 1.5 VW/XMP = 16GB RAM
    SSD - Crucial M4 SSD 128GB - Comptatibility with 6Gb/s & backward compatible with SATA 3Gb/s
    HDD - Seagate Barracuda 1TB - 7200 RPM up to 32mb cache
    Power Supply - Cooler Master Extreme Power Plus 700W
    Graphics Card - EVGA - NVIDIA GeForce GTX480 - DirectX11 - CUDA - OpenCL Support - PhysX Technology - OpenGL 4.1 (so says the box it came in; but if I'm not mistaken I think the command prompt had shown OpenGL 3 or 3.2)
    Disc Driver - LG DVD/CD RW... It is an OEM, Windows claims it is updated.
    I use an external component - USB Microsoft Wireless Mouse & Keyboard 2000.
    I have, as far as software goes...
    Windows 7 64-bit SP1
    Adobe Creative Suite 5, student version or what have you.
         - I do have several plugins installed as well for After Effects only.
    Autodesk 3ds Max 2012
         -I have several maxscripts as well as a couple plugins for 3ds Max.
    UDK 2-2012 & 3-2012
    NVIDIA PhysX Lab 1.1
    NVIDIA Texture Tools 2
    NVIDIA plugin for Photoshop
    xNormal
    ConTEXT
    UnCodeX
    Quicktime
    AVG Free
    Malwarebytes
    7-Zip
    Java
    Sculptris
    As for anything else giving me issues I haven't noticed anything besides a previous Graphics Card wasn't supported very well at all with 3ds Max, it would freeze while using the material editor which was fixed with replacing a GTX550 ti with a more compatible GTX480. Thought maybe the upgrade would also solve the fact that almost everytime I go to start up and/or use After Effects or Premiere Pro CS5 my whole system freezes. Whether or not I'm doing anything, it occasionally happened during "Scrubbing" the timeline, but also during the splash load up screen. Would take the time to wait for several minutes but nothing would change. Hard reboot was needed. After countless hours of searching online I stumbled upon what is called an "Unlock" for Premiere Pro/After Effects to allow accelerated GPU and CUDA cores. Simple procedure, seems as if things go faster... When it is working. But still, I encounter freezes on my entire system. It isn't a crash back to Windows or anytihng. Just a complete freeze on the entire system. I have not extensively used other Adobe programs besides Photoshop quite briefly just so I could open menus and force a freeze within 5 minutes and noticed nothing wrong. Which in AE & PP just running through any of the menu windows can quickly cause a sudden freeze.
    note* I have alternated shutting off and turning on OpenGL as well as multiprocessing. Doesn't matter, it really doesn't seem to change much of anything.
    Alas, I am absolutely sure, after checking and re-checking 80+ hours over the past 2 weeks that yes, everything is updated as far as each individual program, software or hardware will allow me to update them. I have reinstalled Windows as well as each program up to 3 times, and 1 system (restore?) I had Windows dump everything, started from scratch, backed up nothing. To reinstall everything from scratch, while not installed several "Utilities" or software components from stuff like the Motherboard and its XFAST USB/LAN or whatever, thinking maybe it was cluttering up anything.
    Please, if anyone has any ideas upon this and could give me advice, whether you notice any other incompatibilities or anything. Any and all advice would be greatly appreciated. Thank you.
    note* I do not have a wired Keyboard or mouse to disable the USB plugin and attempt that route.. at least not yet, its on my list of things to do. Also, I did run Memtest86+ during a boot and it claims that everything there had passed 100%. I am not "overclocking" anything either. I just wanted something I could work smoothly on, that would have decent rendering capabilities. I used to use my girls' laptop which was an HP with 3GB RAM and never experienced crashes or freezes and I could use AE, PPro, 3ds Max with some lag but not any issues. Rendering took forever on it, but I usually avoided that 'cuz it would start heating up pretty fierce. Saved my rendering for school computers where I could. But either way, now I have this expensive piece and it is getting frustrating that I cannot work on it.
    note* Also, incase it does help, I have Windows as well as any major components installed onto the C: drive (aka SSD for my system) while all my secondary software, such as Adobe, Autodesk, etc. are all installed directly to my D: drive (or HDD) And everything is set up to go through Windows Firewall as well.

    Thanks all. I have just tried a few things, installing them onto the C drive as you all specified as not being one of them. I can understand it, but at the same time i have a classmate who has their software on a seperate drive and it runs smoothe. I'm on my second GPU in 2 weeks, unless I have terrible luck it seems doubtful being that I can run games and a majority of the software no problem. Through further testing around with a corded mouse and keyboard I've noticed the following...
    The computer freezes entirely only when I'm performing a "scrubbing" action or using a mouse. Left clicking, scrolling, or moving it around. Otherwise if I do not use the mouse and I make all my actions, such as "scrubbing" in AE via "Page Up & Down" keys, there's no freeze and it preloads the preview no problem.
    "Scrubbing" does not load a preview (the green bar doesn't load at all while scrubbing). But, also noticed no matter how smoothe everything is running in 3ds Max as well as PPro, once I start performing a "scrubbing" action with whatever timeline I use, it will definately freeze my whole computer, Windows and all. Hard reboot is neeed.
    With having gone through 2 GPU's, done a full memtest via Windows 7 and Memtest86+, there seems to be no issue with my memory or GPU. Like I said, I've run UDK without an issue. Whether the editor or game. The USB doesn't seem like it's the cause, I've used both wireless as well as wired keyboards/mouse. Still freezes, but now only when using a mouse to "Scrub".
    Is it possible my motherboard could be incompatible somewhere? I mean, really.. everything is brand new but 2 weeks of troubleshooting.
    And I do plan on trying to run my software off the C drive, I just wanted to make sure it wasn't something else, like I said, I've seen and used a computer where it all runs off the D drive and it runs perfectly, actually better on his computer than off the C drive at my schools. So if it is an issue would it lie within the fact that I'm using an Nvidia GPU? Considering my classmate is using a AMD/ATI Radeon or something like that.
    Again, to those who replied, your shared knowledge is greatly appreciated, thank you.

  • Masked color correction - new Pr Pro CC features or still use After Effects?

    I am finally getting around to this project. I know in CS6 the solution was to use After Effects.  I think I kept putting it off as I was not as familiar with that program as I am with PrPro.
    Anyway this is the issue.  I have 2 hours of old video I have captured that due to an internal camera malfunction (that was not discovered until the end of the tape)
    that has 5 or 6 cyan tinted narrow horizontal transparent bars running through it.  The image is there under the bars, it is just viewed through this cyan
    tint. The rest of the image outside of the bars is fine and the image inside the bars is fine, it just has a tint.  This is old SD footage. 
    An AE expert said I can make an Adjustment Layer in AE and use the Mask Shape Tool to draw several boxes around the problem cyan areas, apply the Curves and Hue/Saturation effect to the adjustment layer, then color correct. Some feathering would be needed (I know PS too so I can handle that part ) I think I recall back with PrProCS6, I could do this adjustment but only one bar at a time. I could be wrong about that.
    But anyway, sounds pretty easy in AE. But since I live in PrPro CC 2014 now, and I saw some recent new features with masks and adjustments, I was wondering if I could perform the same adjustments right in Pr Pro CC 2014?  If I need to use AE CC 2014, no worries, I have that installed.
    Thanks for the help as always!  This is family footage that I would really like to rescue.
    BJBBJB1

    Thanks so much Dave.  It fixed the problem.
    Raoul.

  • Using After Effects to Enhance 3D Animation Output

    Check out the following Before/After clip that shows a 3D animated movie produced with Antics V3 and how Antics user, Tony Bannan, who is a compositor by trade, used After Effects to add a few lighting effects, motion blur, color grading and depth of field effects.
    http://www.previz.com.au/videorestricted/comparefolie.html
    Tony won the Antics Medical Shorts Competition with this clip Folie a Duex and you'll see what can be achieved right out of the box with Antics, but you can also see how your After Effects skills can really allow you to produce stunning 3D animated movies.
    http://www.antics3d.com

    You render images or movies from AE and import them into Flash itself, plain and simple. AE does not generate FLA files and in this case even the XFL format would not serve, either, as it does only transport transform animation. What kind of movie or image format you use is pretty much your choice, but naturally PNGs with Alpha or Flash Video with Alpha seem the most logical. Though, with PixelBender, you'd probably not care to even do that and code a respective simple box filter in flash...
    Mylenium

  • Why are menus grayed-out in trial version? how can I use the effects then?

    why are menus grayed-out in trial version? how can I use the effects then?

    Every piece of software has a learning curve, and its own terminology.  After Effects is a complex professional tool, used by home enthusiasts right through to feature film makers. 
    There's plenty of very user friendly video editing software that will do the tasks you've mentioned easily.  Might I suggest Adobe Premiere Elements.
    For the record, you can't apply an effect to anything in After Effects until you have selected a target layer in the timeline.  This functionality is true of any video editing or compositing software I can think of,

  • Can't install After Effects for 2 months. No help from Adobe.

    I am tired of the complete disregard Adobe shows to its customers.
    I can't install After Effects. All other apps do install.

    Marcos-Brazil what error messages do you receive when you try to install After Effects?  What version of After Effects are you attempting to install? What operating system are you using?

Maybe you are looking for

  • G4 has blue screen and I still can't get it to login...HELP!

    I went to the store and when I returned I had a blue screen with my mouse pointer that could move. I read tons of post on here and tried everything such as resetting PRAM, bought a new battery because like threads said, I too would push the power but

  • Signed applets

    All I'm trying to modify a few class files for an application that is kicked off with an applet(uses servlets, etc..). Originally there was a certificate used to allow the applet to read files from the client. There's a JAR file on the server that co

  • My computer is blocking firefox from loading from the logo shortcut it prompts me to choose a program to open it!

    1.I click on logo. 2.a window opens that says I must choose from a list of programs to open it. 3. The list includes Adobe, Internet exp. and a couple others. 4. No matter what I choose, another window pops up 5. That window says Run or Save. 6. I cl

  • Importing Graphics in DIAdem

    I am creating reports in diadem and have a problem with the quality of the graphics files I import into DIAdem. No matter how "god" i make them I still get fuzzy edges when looking at the graphics in DIAdem and after exports to pdf. I have tried .eps

  • When i update PS CS6  I get  Error Code: U44M1I210.

    Already uninstalled and reinstalled PS First time after reinstall update gets to 99% and crashes any atempt to updaye after that it gets to 3% then U44M1i210 Message was edited by: CHarley Ulmy