What system should I build for After Effects?

Hello everyone.
my friend built a system few months ago:
Samsung 8GB x 8 1600 ECC REG
WD Black 2TB x2
256GB SSD
E5-2680 x2
2 GTX680 in SLi
Win7 Ultimate x64
and I ran after effects CS6 on that system. And soon I noticed that this powerful system didn't show its power on after effects. In preferences I
enabled "Render Multiple Frames Simultaneously" but the performance was slow. Everytime I add some effects or preview the project in normal way (Press Spacebar) the CPU load was always low, under 20% all the time,and I couldn't preview the project smoothly.It seemed the only way to have a smooth preview is RAM preview. All the projects are in 1080p, 60fps, and the cache files and other material are located on the SSD. I don't know what the problem is, ...and is this just normal?
Now I want to build a system for myself soon and I'm looking for some advice. On the Internet someone said that the Dual CPU System doesn't fit AE and other said a pro class video card is needed. I don't know what the problem is...
And I'd like to know the correct setting in Menu - Perferences - Memory & Multiprocessing.
Anyone can help me? Thank you very much.

Hi,
Here is a link to one of the threads around hardware. This is a discussion that has so many variables, an entire forum could be dedicated to it! It all comes down to what you want to use the system for - and by "use", I mean exact usage - What is After Effects going to do for you - Composite? Keying work? Text? Graphics etc etc etc...
The questions you are asking are exactly the same as mine at the moment. I am doing as much as I can to find a decent PC spec for what I want out of AE. Good luck, and have fun searching...
http://forums.adobe.com/message/4724559#4724559
Pierre

Similar Messages

  • FAQ: What are the best resources for After Effects CS6?

    Listed are select troubleshooting and "how to" resources for After Effects CS6.
    After Effects CS6 troubleshooting resources
    I'm having trouble downloading and installing After Effects. What do I do?See troubleshooting documents, post in the Downloading, Installing, Setting Up forum, or contact support. For details, see this blog post or this FAQ.
    What are the system requirements for After Effects CS6?See this article.
    Does After Effects CS6 work with Mac OS X 10.9 (Mavericks)?Yes, update to After Effects CS6 (11.04) for that capability. More info in this blog post.
    How do I prevent After Effects CS6 from crashing when I use Illustrator files?Prevent this issue by turning off the preference Create Layer Markers from Footage XMP Metadata in the Media & Disk Cache preferences category. More info in this blog post.
    I can't open the composition mini-flow chart. What do I do?See the workarounds in the following blog post.
    Is there a 30 day trial available for After Effects CS6?Yes, subscribe to the free version of Creative Cloud, then download After Effects CS6. More info here.
    I'm getting errors related to QuickTime. What do I do?See this blog post for troubleshooting items related to QuickTime.
    What are the GPU related features in After Effects CS6?See this blog post for details.
    Do I need new plug-ins for After Effects CS6?See this blog post for information.
    I'm getting errors after applying the 3D Camera Tracker or Warp Stabilizer to a long clips in After Effects CS6. What do I do?See this blog post for more information.
    After Effects CS6 Tutorials
    How do I get started with After Effects CS6?See this blog post.
    Where can I find tutorials for learning After Effects CS6?
    See this blog post.
    See also this collection of tutorials.
    Issue: What are the top new and changed features in After Effects CS6?See this blog post.
    Issue: How do I optimize After Effects CS6 for best performance?See this article.

    Hi ..
    GO to website www.Apache.org
    down load Apache tomcat server .
    install it ...
    Go to sun site
    c and download jsp tutorials ...
    Go to
    (www.coreservlets.com)download book core servlets
    u can find lots of nice books supported by sun on sunwebsite ...
    Now u r equipped ....
    start doing everything (R &D) on server ..
    Join This JSP forum and ask any thing u didnt got ..or learn or get confused..
    I thing once u go through this ..it will do all what u want
    Hope it helps
    Best of Luck :)
    regds & take care

  • New PC build for After Effects, C4D, Premiere Pro (no gaming required)

    Hi all, i'm getting a new PC together for a friend of mine, i'd like to get help on a few things, here is what i have at this point :
    CPU : Intel 5820K 3.3ghz 6-core i7
    MB : ???? unsure
    RAM : Crucial 32gb (4x8 gigabytes) DDR4
    GPU : GTX 970
    SSD : 256GB Crucial SSD ***already owned
    HD : 1x2TB + 1x3TB ***already owned
    Case : Cooler Master ATX case ***already owned, unsure which model, but looks like the 932
    Power Supply : see below (Corsair TX650)
    Ok as you can see some parts will be used from the old computer that's being upgraded, mostly the drives but also the case. Unsure whether she should get a a new cooling system and power supply with this build, the present power supply is a Corsair TX650, it's about 2.5 years old.
    As for the video card, the GTX 970 is not out yet but she'll be using her old GTS 450 in the meantime.
    From what i've read, for C4D and After Effects, CPU and RAM are the priority, but Premiere Pro makes use of the GPU. So the system here tends to put a bit more budget on the CPU and RAM side.
    There's about 300-400 left for budget, what Motherboard should we get ?? They all have similar features but very different prices so are the price differences due only to the build quality ?

    I found this post which is quite reassuring: https://forums.creativecow.net/thread/3/959855
    "I just installed the GTX 970 into my Adobe CC environment.
    INCREDIBLE. I created a 4096 sequence, scaled up a 1080 clip to full screen, applied Gaussian blur, Noise, and rotated it on two 3D axes (keyframed), with color correction....
    It played back fullscreen, full speed, no dropped frames, and the GPU load never even broke a sweat beyond 19%.
    My previous card was a GTX 560 SE. This is not an upgrade, it is a paradigm shift.
    Premiere accepted the card after the polite "Enable this unsupported GPU" notice.
    Exports (at least to H.264) are taking the card up to about 76%."

  • Sublime Text Build for After Effects

    Any Sublime text experts out there... ? Made a build system to send current file to be executed in AFX...
    I did try it with the -s and feeding a  line of code and it works. So when I switch to sending the current file....
    It switches over to AFX but does nothing... can't figure it out. I am aware of the build system from AEtuts but I
    am trying to figure stuff out and learn as I go along.... (Not an expert in Sublime/Python/cmd line)
    //Contents of my build file...
        "cmd": ["afterfx", "-r", "\"$file\""]
    //Which sends (I think) to the command line.
    Running afterfx -r "C:\Program Files\Adobe\Adobe After Effects CS5.5\Support Files\Scripts\ScriptUI Panels\AED_CornerCutters\AED_AdjustmentLayer.jsx"
    After Effects is called but doesn't read the jsx....
    Any ideas?

    Hi Sebastian -
    I am not using a .bat file or anything  - just sending the script from Sublime to Afx via cmd.exe.
    So it's just the bare build file... to run the script in AFX
    Running afterfx -r C:\Program Files\Adobe\Adobe After Effects CS5.5\Support Files\Scripts\tester.jsx
    All I need.
    Sometimes I use utility functions to switch between ESTK stuff and AFX - the snippet below switches between alert type boxes
    in AFX or silent ESTK logging depending on a estkLogging variable.
    function logger(str,des){
                                                      //logs to an alertbox or does a writeln in the ESTK
                                                      des = des||""; //optional 2 parameters or one.
                                                      if (logging==true){//enable logging.
                                                                          if(estkLogging==true){          $.writeln(str + "   :   "+des);          $.writeln("-------------------------------");}
                                                                          else{feedback(str + "   :   "+des) ;}
                                                      }  //if
                                            }//close logger funct.
    Also - native AFX feedback in the info panel...
    write("This text appears in Info panel ");
    writeln("This text appears on f irst line");
    writeln("This text appears on second line");

  • New build for After Effects, Premiere Pro and C4D

    I was supposed to upgrade back in december, but that project got held off because of a financial emergency, but now i got some money set aside, i'll like it if i could get advice on this build.
    CPU : Core i7 5820K 6-core 3.3ghz
    Cooler : Noctua NH-D15
    MB : Asus X99-A
    RAM : Crucial 4x8 GB DDR4 2133 mhz CL15
    HDs : Already own a SSD and a few others
    GPU : Asus GeForce GTX970 STRIX
    PS : EVGA Supernova G2 750 watts
    Case : Cooler Master HAF 932 (already owned)
    I intend to overclock the processor to around 4ghz, am i well set to achieve this with this setup ?
    I use After Effects the most, but i'm really digging 3D and will probably use it more and more, I guess my priority would be good render times and a smooth experience in softwares.
    Thank you !

    I found this post which is quite reassuring: https://forums.creativecow.net/thread/3/959855
    "I just installed the GTX 970 into my Adobe CC environment.
    INCREDIBLE. I created a 4096 sequence, scaled up a 1080 clip to full screen, applied Gaussian blur, Noise, and rotated it on two 3D axes (keyframed), with color correction....
    It played back fullscreen, full speed, no dropped frames, and the GPU load never even broke a sweat beyond 19%.
    My previous card was a GTX 560 SE. This is not an upgrade, it is a paradigm shift.
    Premiere accepted the card after the polite "Enable this unsupported GPU" notice.
    Exports (at least to H.264) are taking the card up to about 76%."

  • How can I choose powerful system for After Effect?

    Hi
    Would you please help me? I want to buy new system for working with After Effect CS3, I dont want to buy turnkey station, I want to build it myself.
    Is there any good web site that recommends system for After Effect in different prices?( for example what Motherboard, CPU, RAM)
    And what Graphic card should I use to see output in TV.
    I appreciate any help in advance.
    Regards
    Shahram

    [email protected] wrote:
    > Hi
    >
    > Would you please help me? I want to buy new system for working with After Effect CS3, I dont want to buy turnkey station, I want to build it myself.
    > Is there any good web site that recommends system for After Effect in different prices?( for example what Motherboard, CPU, RAM)
    > And what Graphic card should I use to see output in TV.
    >
    > I appreciate any help in advance.
    >
    > Regards
    > Shahram
    The Mac Pro's are pretty killer for AE. On a Winbox, you simply get the
    best processor(s) you can afford, max out the memory, get a good board
    like ASUS or a Tyan if your really into finnicky thoroughbreds. The Vid
    card will have little to do with AE, so research that on its own merits.

  • Any suggestion about what would be the best GPU (non quadro) for After Effects CS4

    I going to build a pc and need advice on what graphic card to use with after effects cs 4.
    I have experiece with opengl problems due to graphic card no perfecly compatible with adobe applications and
    I would really like to have som ideas on what card to buy.. I dont want to spend money for the high priced quadro cards...
    Ive just read the thread of somebody in another forum who stated that the Nvidia GeForce GTX260 has been certified by Adobe to be fully compatible with CS4 ? Right now I own Geforce GTX275 and that card have many minor opengl issues.
    Thank you.

    Hi again , and as always , thank you for your fast responses.
    You wrote something about changing the pci bus timing, I am not sure how to do that, what I know is that my card is set to 16X.
    I never changed anyting when I installed the card.
    Maybe It could be a os issue... have you tested your card in windows 7 or windows xp. It may be stupid running a new os as windows 7.

  • IMac - Decent System for After Effects?

    We are starting to do heavy effects work at this company I just joined and they outfitted me with this iMac:
    27-inch iMac Late 2012
    Processor  3.4 GHz Intel Core i7
    Memory  32 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GTX 680MX 2048 MB
    HDD - 1.12 TB Fusion Drive
    It seems like a pretty powerful system but I have to say this first project I am working on isnt very impressive. Ram previews aren't as efficient as they need to be and the overall performance is lacking. I would imagine the new Mac Pro's would be a better option but before I request a different machine I want to know if I am just being too critical. What do you guys think?

    It seems like a decent system. It's certainly faster and better than any computer that anyone was using for After Effects only a few years ago, even if it might not be the very fastest thing now.
    See this page for resources about making After Effects work faster: http://adobe.ly/eV2zE7

  • Which is the best windows operating system for After Effects CC 2014?

    Which is the best compatible windows operating system for After Effects CC 2014?

    Thanks Todd_Kopriva for your response. The same thing i saw from adobe website also, but i just want to know in these 3 os which is the best choice.?

  • I licensed the on-year membership for After Effect, everything all right, logged in, download content (after effect) with desktop apps, and open it, than Trail period is stop, and i need to write the serial number?! What can i do?

    I licensed the on-year membership for After Effect, everything all right, logged in, download content (after effect) with desktop apps, and open it, than Trail period is stop, and i need to write the serial number?! What can i do?

    Ask for serial number http://forums.adobe.com/thread/1234635 has a FAQ link
    or
    Online Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • I do not know what I should phone is locked after changing the operating system

    I do not know what I should phone is locked after changing the operating system , have the original box , receipt lost, Apple said that it is necessary to support the receipt of the first as I can not find the receipt of the first purchase when I moved to another country . I now throw my iPhone ?

    It depends what you mean by 'locked' - it can mean locked by a passcode or linked only to one particular carrier (service provider). If the latter, see the post above; if it's a passcode issue:
    1. Assuming this was bought new and you have set up Activation Lock and forgotten the passcode, please see this page:
    http://www.lifehacker.co.uk/2011/10/24/youve-forgotten-iphones-passcode
    2. If you bought it second-hand (used) - though this is not the impression I get from you post - then only the previous owner can unlock it.

  • The ideal hardware setup / arrangement for After Effects?

    Hello there,
    Looking to buy some new hardware and am hoping to find some advice on the ideal hardware config for making After Effects scream. I find this questions is sorely lacking answers on the Internet beyond the basics of 'boot from an SSD' and the like... So I am hoping someone can answer these questions once and for all.
    Two things I am after:
    1. Fast working performance in AE. So when I move a layer about I am able to see it move smoothly in real-time as I drag it about with my mouse. Right now I get either stuttered movement when moving larger layers about, or the image begins to pixelate/drop res to such a horrible extent that I can not see what I am doing. The problem extends to when I am working with a large project file, with many layers, I get nasty lag when attempting to move about in the timeline, opening comps, etc. Everything starts to move quite slowly once I go past a certain number of layers. What upgrades will speed this element, the day to day working rather than rendering, up the most?
    2. Faster rendering. Though this is not as key as point number 1.
    I am guessing this performance will he helped by a beefier graphics card and more/faster RAM? I currently have a GTX 660ti 2GB and am upgrading to a GTX980 4GB, so hoping that will improve this.
    I also have 64 GB of 1600 speed ram that AE happily consumes so think that base is covered. My CPU is a 3930k that is slightly overclocked. It gets maxed out when multicore rendering is happening but not otherwise. I've heard turning hyperthreading off in the BIOS can actually help AE performance?
    I am booting/running AE from an SSD (Samsung 840 Pro), and have set my media cache to another dedicated SSD (Samsung 840 Pro). I run/keep my project files on yet another SSD and have other drives holing media.
    My drive config plan is this:
    - Boot from one 240GB SSD.
    - Project files and current working media on 2x 1TB SSDs in RAID 0 (backed up)
    - Further media storage on 2x 3TB HDDs in RAID 0 (backed up)
    Now I am wondering if I can simply use the 2TB of SSD goodness as both the location for my AE media cache AND my project files/working media? Or am I better off having three fast and seperate storage locations? 1 for the boot, 2 for the project files and media, 3 for the cache?
    Otherwise I am running AE on a Hackintosh 3930k CPU overclocked slightly, 64 GB RAM, Sabertooth X79 mobo, 660ti graphics card.
    All comments/advice links much appreciated. Apologies if this has already been addressed elsewhere but I have yet to find a detailed response and only generalized comments such as 'use a fast drive for your media cache.'
    What I would really like to know is the BEST drive configuration, the questioned detailed above...And what will increase the speed and quality of my real-time workflow in AE the most. Quickly navigating projects without lag, opening detailed comps with many layers, and moving large images around without lag or pixelation.
    Thank you!

    for After Effects advice, Eric on the forum here can give you the best info. However, I have seen him say many times that AE is MEMORY INTENSIVE,....the more, the better. You HAVE 64GB...that seems very adequate for most workflows.
    The OTHER thing he says is that other than Ray-Tracing, the GPU is HARDLY used at all.....CPU speed and number of cores are a BIG factor in AE performance.....your 3930k overclocked should be adequate....the MORE OC, the BETTER.
    Next is the drive system....you have NOT described EXACTLY what you are doing NOW....you mentioned what your PLAN is,but for , right NOW you said : " I run/keep my project files on yet another SSD and have other drives holing media.  "
    HERE is where you MAY be doing something that may....or may NOT.....be causing slowdowns.   With AE it is RECOMMENDED to use a dedicated drive  for the "Global Performance Cache"...the HIGHER the speed of this drive, the BETTER, as AE STORES already "rendered" frames, ( for "previews", of course), on it so it DOESN"T have to RE-RENDER ALL the frames all over again every time you make a change to your work !!! So, in YOUR case : your OS drive is great...Samsung Pro models are the BEST...you have the 840 Pro ,which is only SLIGHTLY behind the 850 Pro in performance. ANOTHER 840,or, 850 Pro would be GREAT as the " Global performance cache drive" AND would also be the place to put ALL previews,Cache files, media cache files for Premier Pro,too. The overall speed and less latency of the SATAIII SSD will surpass the performance of a 2 disk  RAID 0....even a 3 disk RAID 0.
    Next....the speed at which you SERVE UP the video files can be important in preventing a slowdown.....ESPECIALLY if using large, uncompressed files. Here, you have options.....it is NOT necessary to put your project files on a SEPARATE drive from your media...you just want to make sure that the drive with your media and project files is as fast as the OTHERS in your system ! SO, you COULD use a THIRD SSD as a "working drive" for ACTIVE projects only.....a 1TB SSD perhaps...Crucial M550 is CHEAPER than the Samsung and as good as the 840 pros. As the CAPACITY of SSDs are small...you would MOVE all media and completed project files to HDDs for archiving and storage....the use of RAID with your existing HDDs would NOT be needed for this function.
    Another option would be to take FOUR quality 1TB HDDs...( the Seagates are selling for $44 right now), and create a RAID 0 off the motherboard to have a large 4TB capacity AND speed similar to the SSDs!   WARNING !!! the odds of ONE drive failing are BIG....you would immediately lose ALL your data !! HOWEVER....if you back up that RAID 0 RELIGIOUSLY....you would have NO worries. One way to do THAT is to buy a 4TB ENTERPRISE level 7200rpm HDD....Seagate has one with a 128 MB cache that does over 200MB/sec. for just over $300.
    Even with all this covered, there are MANY factors which can CHOKE a fast computer....the CODECS you are using have a HUGE bearing on performance. The VERSION of After Effects is important...NEWEST versions have the BEST performance with features like the "global performance cache", etc. The use of "third party plug-ins" can CRIPPLE a machine if these are NOT written to take advantage of "hyperthreading",OR, are "32 bit" and HUMBLE your machine because AE is NOW 64 bit!!
    Make sure you have Windows fully updated and the newest drivers for your video card. Then , make sure your Windows POWER SETTINGS are set to MAXIMUM PERFORMANCE when"plugged in"....the DEFAULT Windows settings...even under "high performance" has setttings that will THROTTLE your GPU and CPU if you don't change them.....I found THAT out the hard way!
    Finally, make sure , in AE settings, you have set the"memory allocation" correctly...there is a formula regarding how much to assign on a "per CPU core basis". There ALSO is a selection to make for "allowing multiple frames" to be processed...make sure THAT is set correctly.
    Good luck !!     I hope this helps!

  • Mavericks doesn't ask for password when copying files into applications folder (e.g. installing plugins for After Effects)

    For example, when i was copied a plugin for after effects into the plugins folder, finder asked me for my password and now it doesn't. I can just copy it directly without any authentication.

    Do you have Service Pack 1 for Windows 7? It's listed in the system requirements for CC 2014. If you don't have SP1, AE won't run.
    That GPU sniffer error message is usually what happens. This should be a simple fix! Of course, you should always take the normal precautions when updating an OS, but still...

  • Writing plug-in for After Effects

    I wish to write a character generator kind of a plug-in for After Effects.
    We have written similar plug-in for premiere which used to be created using the Import option in Adobe Premiere Pro.We managed to import our format and that was put on timeline, and then supplied content using our engine, when imImportImage callback was called.
    In PremeirPro there was only one entry point.
    What I got from reading the After effects SDK help was that there shall one entry point if we wish to write an effect.But we dont wish to write an effect but an importer.
    Will it be a AEGP plug-in?
    How should we go about it? Can we have a sample plug-in of such type, wherein a custom file format is implemented?
    regards
    Jasleen Kaur

    there are two sample projects in the sdk that would be of interest to you.
    1. IO (deals with importing and exporting of custom file types)
    2. FBIO (the same as the above, but deals with frame sequences and not with movies)
    there is one thing you should consider when doing this as an import plug-in:
    as opposed to premier, that seeks the original file every time to display it, AE caches frames.
    so even if you change the source, AE will not necessarily show that, until the "footage" is re loaded or AE starts recycling ram.
    you can change the preferences of AE so that it doesn't cache anything, but then you seriously impair AE's performance.

  • Two questions for After Effects CS5 Mac

    Hello,  (new to AE)
    I am trying to figure out why my "make movie" export is smaller than the composition I created. My comp settings are 1280 x 720 and my compostion window is at 100%. My output settings are also locked at 1280 x 720. However when I export it and watch it it is a lot smaller in the Quicktme Player player which is 640 x 360. I don't know where 640 x 360 came from. See images.  I am not sure how to figure out what size I should make something in After Effects so it looks the same size when exported. I mainly am using this for web.
    The second issue is that when I do a  Full RAM preview for this (6 secs long). It never finishes it. It stops a coupple of second short everytime. I don't have ths probem when I Ram preview it at a lower resolution.
    Thanks in advance....

    The second issue is that when I do a  Full RAM preview for this (6 secs long). It never finishes it. It stops a coupple of second short everytime. I don't have ths probem when I Ram preview it at a lower resolution.
    Yes, that's why it's called RAM preview - you only have so much of it and eventuall you will run out. Read: http://forums.adobe.com/thread/424030?tstart=0
    I am not sure how to figure out what size I should make something in After Effects so it looks the same size when exported.
    Nothing to figure out, you are just pushing the wrong buttons/ using wrong settings. 100% user error. AE by itself does not resize anything unless you tell it to which can happen
    a) by setting resolution in the render settings to half (which often happens by using the "Current Settings" option while your comp is zoomed to 50%)
    b) likewise, using the crop and stretch in the render settings
    c) picking a format/ CoDec that is constrained, i.e. only works with fixed sizes and resolutions
    Otherwise everything is left as it is in the comp. I suggest you do some serious reading up on render settings and output modules on the help.
    Mylenium

Maybe you are looking for

  • To convert Smart Form output to PDF format and send it via email.

    Hi Friends, Could any one please tell me, how to convert the Smart Forms output to PDF format and send it via email to customer. If any one have the code, kindly mail me to [email protected] Thanks & Regards, John

  • How  to  show  error  message ?

    I have an awt frame in which i have a textfield and button and i want to show a popup when the button is clicked and the textfield is empty.With JPanel i can show it by showing message dialog JOptionPane.showMessageDialog(null, "hi ","Empty",JOptionP

  • Quartz Composer not installing from .pkg on OSX 10.4 - help?

    i don't know what's going on, but for some reason, the Quartz Composer app is not installing when i run the DeveloperTools.pkg can anyone offer any advice/assistance or similar experience? thanks

  • How to set Report total in an Interactive Report?

    Hi, I am new to APEX. Can anyone help me with this?

  • Scale selector for Guages

    Hi All I have a report requirement in OBIEE 11g to have guage for sales amount with three thresholds for red,green and yellow. The requirement is to have scale selector on the report which can change the % values for red,green and yellow areas. For e