After Effects Expressions

Hey. I'm looking for a solution to an issue I have... And I don't know any javascript, so I can't find it. Can you help me, please?   So tell me if this is possible. Variable "a" equals "time", while variable "b" reaches value 100. And "time" is a constant number. In other words, simply find value of "time" when "b=100" and then assign this value to "a".

After Effects Help | Expression basics
After Effects Expression language measures time in seconds. So:
if (time <= 1) {
    x = 100}
else x = 200;
[x, value[1]]
will set the value of an x, y array, say the position value so that if the time is less than one second the x value will be 100 but if time is greater than 1 second then the value of x is 200.
This is simple if statement java. It takes time to learn but there are tons of resources. Start with the Expression Basics.

Similar Messages

  • Help with After Effects' expressions

    Hi, I'm actually working on simulations of movements and I'd like to make an expression to set position and rotation in function of time . my functions are :
    position : X(t)= 15(cm/s)* t (s)
    rotation :  F(t)= -5(rad/s) *t (s)
    Thanks in advance

    Let's tackle your position expression first: position : X(t)= 15(cm/s)* t (s)
    Position is an array and it looks like this: [x, y, z]
    The values are x = [0], y = [1], and z = [2]
    Time is defined by the word "time"
    distance is measured in pixels not in centimeters.
    If you want to control the position of x you must define x as a formula multiplying the initial value by time and a number of pixels you want it to move over a given amount of time. The easiest way to do this is to define the number of pixels, divide time into frames, then multiply the existing value of x by the pixels per frame.
    The expression would look like this:
    x = value[0];
    y = value[1];
    s = 2; // speed in pixels per frame
    m = time/thisComp.frameDuration;
    newx = x + (m * s);
    [newx, y]
    If you need the movement to exist on a 3D layer then add z = value[2]; and change the last line to [x, y, z]
    Adjust the value of s to match your composition. If you want the layer to move in the other direction change the plus to a - sign for the calculation newx.
    Now let's look at your rotation expression: rotation :  F(t)= -5(rad/s) *t (s)
    You've almost got it except that rotation is measured in degrees and you'll want to set up your expression to rotation speed in º per frame. There is no array for rotation so the language is a little easier.
    The expression would look like this:
    r = value;
    s = .5 // degrees per frame
    m = time/thisComp.frameDuration;
    newr = r - (m * s);
    Same deal here. Adjust the value of s to get the speed you want and change the minus sign to a plus in the newr calculation to change direction. Both allow you to set an initial value for the property or even additional keyframes if needed. That's why I used the value statement.
    Hope this helps. I'd suggest reading the expression guide in the help files. Once you get a handle on the language the math is fairly easy.

  • After Effects Expression deactivate layer if in comp

    Hi guys,
    I am currently working on a huge animation with lots of comps. I have certain animations, that are used several times, but I don't want to duplicate all the comps and I am trying to figure out a more elegant way to use those comps.
    Is there an expression, something like (" if layer in pre-comp1 is nested in comp2, then opacity=0", or something like that),  to deactivate certain layers if they are nested in a certain comp?
    Thanks in advance!

    An expression can only access another comp by name. Tthere's no way for it to figure out which precomps its parent comp is nested within.
    Dan

  • Automatization in After Effects

    Hello,
    I am writing a thesis about automated infographics in After Effects. As I am quite new in After Effects, I have limited knowledge of literature and sources connected to that topic. So far I know about the Adobe Press official books like Classroom in a book and After Effects Expressions by Geduld. I would be very grateful, if someone could give me some tips on useful books about automatized motion graphics or automation in AE. My areas of interest are mostly:
    - creating automated rendering processes
    - creation of custom controls
    - how to automate the importing of assests (into a predefined composition)
    - importing spreadsheet textual data into text layers
    - using spreadsheet data to control expressions/effects in AE
    - creation and principles of motion infographics
    - AE/motion infographics in marketing, advertisement and corporate PR
    - cooperation of AE with other software like PS, AI, Premiere
    - AE workflow
    - online generating of graphics based on playlists
    - or anything else you think might be useful
    Thank you very much for your help and tips
    Anita

    anita-s wrote:
    With being quite new I meant I have not written any scripts of my own but I am already familiar with using After Effects.
    OH! That makes much more sense.
    In addition to the resources that Rick mentions, I would suggest you check out Dan Ebberts' site. He has a wealth of knowledge in Expressions in AE and is very generous to share what he knows.
    Also, a basic understanding of color, animation, and motion design is critical for producing quality infographics. A study in the rules of design and the rules of animation would be beneficial. If you haven't already, check out Design Essentials for the Motion Media Artist: A Practical Guide to Principles & Techniques by Angie Taylor or similar resources.

  • An approximately comprehensive list of good and current online After Effects resources

    You can search for material related to After Effects or other Adobe products using the
    Adobe Community Help search. (This service is in beta, so please use the feedback link to tell us how to make it better.)
    Adobe provides documentation resources for After Effects on the Adobe website:
    www.adobe.com/go/learn_ae_documentation.
    To make a feature request or file a bug report, fill out the
    feature request and bug report form on the Adobe website.
    For information on plug-ins available for After Effects, visit the Adobe website at
    www.adobe.com/go/learn_ae_plugins.
    Adobe provides resources for scripting and plug-in creation on the Adobe website:
    www.adobe.com/go/learn_ae_devcenter.
    To exchange scripts, projects, and other useful items with other After Effects users, visit the After Effects Exchange on the Adobe website:
    www.adobe.com/go/learn_ae_exchange.
    Michael Coleman, After Effects product manager, provides news and notes about After Effects on his
    "Keyframes" blog.
    Todd Kopriva, After Effects documentation lead, provides... uh... stuff about After Effects on his
    "After Effects region of interest" blog.
    A good place to ask questions about After Effects, especially with regard to integration with 3D applications, is the
    Mograph forum.
    The ProVideo Coalition (PVC) website (
    www.adobe.com/go/learn_ae_pvchome) contains
    articles and blogs on topics of interest to professionals in the video industry. In addition to articles by Chris and Trish Meyer, the PVC website includes articles by Mark Christiansen, Frank Capria, Jim Feeley, Adam Wilt, Mark Curtis, and Scott Gentry.
    The
    Toolfarm website provides forums, tutorials, and other resources related to After Effects and other Adobe products. The
    AE Freemart website is a division of Toolfarm that provides free tutorials about After Effects.
    The AE Enhancers forum provides example scripts and useful information about scripting (as well as expressions and animation presets) in After Effects:
    www.adobe.com/go/learn_ae_aeenhancershome.
    Jonas Hummelstrand provides tutorials, troubleshooting tips, and insights about After Effects and motion graphics in general on his
    General Specialist website.
    Trish and Chris Meyer provide instructional resources for After Effects in many places, including their
    CyberMotion website.
    Lutz Albrecht provides a list of After Effects error codes and some possible solutions on his
    Mylenium website.
    John Dickinson provides tutorials and other resources for After Effects and related software on his
    Motionworks website.
    Alan Shisko provides insights and tips about motion graphics on his
    Motion Graphics 'n Such blog.
    Harry Frank provides tutorials on all areas of After Effects, with an emphasis on expressions and use of third-party plug-ins on his
    graymachine website.
    Andrew Kramer provides tutorials and training on his
    Video Copilot website.
    Dan Ebberts provides scripting tutorials and useful scripts on his website:
    www.adobe.com/go/learn_ae_danscripting. Dan also provides an excellent collection of example expressions and tutorials for learning how to work with expressions on his website:
    www.adobe.com/go/learn_ae_motionscripthome.
    Lloyd Alvarez provides a collection of useful scripts on his website:
    www.adobe.com/go/learn_ae_lloydaescripts.
    Jeff Almasol provides a collection of useful scripts on his website:
    www.adobe.com/go/learn_ae_redefineryhome.
    Stu Maschwitz provides insights and tips about After Effects and video, visual effects, and compositing in general on his
    ProLost blog.
    The Creative COW website provides several resources for After Effects users. Many of these resources feature Aharon Rabinowitz:
    Multimedia 101 podcast
    After Effects podcasts
    After Effects tutorials
    After Effects articles
    After Effects Basics forum
    After Effects forum
    After Effects Expressions forum
    The
    Layers Magazine website provides articles and tutorials about After Effects and other Adobe creative products.
    David Van Brink provides tips, insights, and downloadable utilities for After Effects and other digital video software on his
    Omino website.
    Colin Braley provides tutorials, mostly about expressions, on
    his website.
    Rich Young maintains a list of After Effects resources on his
    AE Portal News blog.
    Rick Gerard provides tips and tricks on his
    AE Tips and Tricks website.
    David Torno provides tips and tutorials about visual effects and compositing on his
    AE I Owe You blog.

    In addition to Todd's list, i'd like to add a few more:
    Maltaannon's blog/website, where you'll find tutorials, and custom effects (some are free, others are not):
    http://maltaannon.com/
    Red Giant TV, cool tutorials & discounts about Red Giant plugins, hosted by Aharon Rabinowitz: http://www.redgiantsoftware.com/videos/redgianttv/
    If you leave in a french speaking country:
    Great tutorials from Mattrunks, a young but yet really cool Motion Designer: http://tutoriaux.mattrunks.com/
    emob, a french video formation website with free tutorial (http://www.emob.fr/dotclear/index.php?Tutoriaux-video), including some VideoCopilot trnascription into Molière's language, full blown paid tutorials (http://www.formationvideo.fr/vod/logiciel/d/0/after-effects-cs3.html), and a marketplace for users to users sell & buy tutorials (http://www.weecast.fr/).

  • How can I change the language of after effect or creative cloud  for a while .. ( I have bought  a template which expressions are in english  )

    hello, I think that this problem has to resolved if it's not yet..  I am on creative cloud in french and all my APPS are in french 
    I  have bought a template for after effect on video hive and its expressions do not work because they are in english..
    what can I do ? ,
    except changing the language and if it's the only solution How can I do that ?  just for a week .. I don't want to keep an english version
    thanks
    JC

    running After Effects in English, even if you’ve installed and activated it in another language

  • Were Expressions available in After Effects 5.0 ?

    Hi all,
    I purchased a slightly newer version of After Effects on the internet... I've been using 4.1 and I have a version 5.0 being delivered in a few days.
    I'm getting this 5.0 version because I found that it was the first version to have the Caustics and Wave World Effects included, but I think someone here also told me that AE 5.0 was the first version to use Expressions... is that correct?... whoopee!... big step!   ;^D
    I'm wondering if the Expressions used in AE 5.0 are the same types of Expressions used in the more current versions of After Effects... I believe the .jsx Expression files are the ones for the current versions of AE.
    Also, I was told on this forum that the script files are different from AE 4.1 in the current versions of After Effects... they are .mm files in version 4.1, but I'm wondering if they are like the more current script file formats in AE 5.0... that is, are they the same type of script files in version 5.0 as the more current versions of After Effects?
    Thanks again,
    digi

    digiday wrote:
    It looks like I have the option to get an inexpensive upgrade to AE 7 for the AE 5 that I just purchased... so I'm wondering about the .jsx Scripts and which version they were first used in.
    Scripting was added with the release of AE 6.0.  Moving to 7.0 is a great step forward, as you'll be using the unified interface that still exists today.  Tutorials and guides will start making a lot more sense to you.
    Here's some of the other features you will gain from the step up to 7.0:
    5.5
    advanced 3D renderer, multiple 3D views, import camera data, colored shadows, projection layers, effects palette, post render actions, advanced lightning, adjustment layer lights, smart mask, looping via expressions, expression controllers,
    6.0
    paint, scripting, text animators, OpenGL support, new motion tracker, Rotobezier, Keylight, Liquify, Scribble, Dust & Scratches, background rendering of RAM Previews
    6.5
    advanced clone tool, presets gallery, grain management, integration of Final Effects plug-ins, Color Finesse bundling, Photoshop & Illustrator layers support, Photoshop text editing, disk caching, Firewire video output, 1/2/4 point motion tracking, interface light/dark controls, motion track with scale, Grain Surgery bundling, AAF & OMF support
    7.0
    new unified window UI, timewarp, graph editor, OpenGL 2.0 support, 32 bpc HDR color, 32-bit audio, Adobe Bridge support, display color management, dynamic link with Premiere Pro, script editor, auto save, Photoshop file creation, smart blur, lens blur, per-character text blurring,
    And also if the same Expressions files are being used now as the ones in AE 5 or AE 7, it would be interesting to find out about too.
    AS Mylenium said, Expressions have changed somewhat since 5.0.  In 5.5 Expression Controllers were added, which made a huge difference to their capabilties. But you need to understand that expressions don't exist in any file format.  They are simply lines of code which are entered manually within the AE interface.  If you want to use an expression you find in a tutorial, you have to copy and paste it into AE. There are no Expression "files".
    There have been a few new bits and pieces added to the Expression's capabilities over the years, but the vast majority of expressions that work today will work in AE 7.0.
    Scripts DO exist as files, but like Expressions have evolved slightly, but not radically, since AE 7.0.  Most Scripts should work without problem for you.

  • After Effects and Final Cut Express

    Hey,
    Is it possible to export a project from After Effects into Final Cut Express? I just want to make sure before I get it.
    That's all, thanks,
    Leroy

    You can export a QuickTime movie from After Effects and use it in FCE. AE projects will not open in FCE.

  • Can After Effects CC handle this many Illustrator layers?

    I designed a world map in Adobe Illustrator with many layers for a documentary about interwar Europe (1919-1939). The Illustrator map actually has 80 layers. Would this be a map with too many layers to animate in After Effects?
    In AE I plan to add a camera to zoom in on parts of the map like Europe and the Middle East. But I'll also need to animate the opacity of individual layers to show territorial changes and invasions in Europe before and after 1919 Versailles Treaty and the 1938 Munich Agreement. The reason I have so many layers is that I thought I could use this one map in multiple different map animations for my film.
    Can AE handle this many layers? Or is it wiser to keep the layers to a minimum number?
    Also, is there no way in After Effects to group the layers other than pre-comping them? It would be great to be able to have sub-layers in AE like you can in Illustrator. I could then reduce the number of layers in my map from 80 to less than 20, by grouping all European states as sub-layers into a Europe layer, as so on for Africa, Asia, etc.
    Unless I'm mistaken, Illustrator sub-layers are not visible in After Effects, are they?

    Rick and Mylenium,
    Thank you both for your feedback. Much appreciated. Mylenium, I'm sure you're right. I probably was trying to do too much in one map. I'll follow your suggestion and use the minimum number of layers for each scenario. I'm spending too much time as it is looking for particular layers among the 80.
    I do wish it were possible in AE to simply group layers without pre-comping them though. Or that Illustrator sub-layers could be visible. It would really help to streamline the workflow. I suppose I could precomp all layers and then simply add a camera to the pre-comp.
    Rick I'll try the expression controls and parenting, but can you elaborate a little further regarding your suggestion of pre-planning in Illustrator?
    Thank you both again for your helpful suggestions.

  • Creating and Selecting a line in After Effects CC?

    OK, So I suppose this is a two part question...
    But there is a little thing in After Effects CC that is annopying me alot, and it could just be me, and the way I've been doing things...
    1) The way I have creating a simple Line in After effects, is by using the pen tool, placing two points, and then just using a stroke on the Shape Layer, and no fill. Is this the most efficient way to creating a line in After Effects? It's what i have always done, and it's not until CC that it has been a pain.
    2) The reason why it's inconveniencing me is when i try to select that Shape Layer in the Comp Viewer! For some reason, in CS6, when i wanted to select that line, i could just click on it, and it selects the layer, Now, when i click on the line i just made, nothing happens, no where in the line that i can click or highlight will it select the layer of that line, Instead, I have to click the very center of the composition for some reason. there is small unseen point there that i either have to click exactly, or click and drag in that area, in order to select the layer, which gets annoying if there are many line at any given moment. This point is also where the anchor point for the layer is placed.... Is there any way to change this? To be able to change some setting so that when i click on the line itself, it selects it, and to have the Anchor point be placed in the center of the two point i make?

    But I do this kind of thing all the time. The last 5 projects involved 8 stroked horizontal and vertical shape layers drawn with the path tool that I had to move around the screen. I also had a bunch of little shapes that were only 5 X 5 pixels. These layers are nearly impossible to grab in the comp window at even 200% zoom factor without inadvertently grabbing the wrong layer or scaling the layer when you try to move it in the comp window.
    It is like trying to drive a screw with a hammer. It will kind of work but you will do a much better job if you use a screwdriver and the screw will remain undamaged. Hence, selecting small assets in the timeline and moving them around with the transform properties from the timeline is using a screwdriver. Using the direct selection tool is just the wrong tool for this and it always has been. You have to have some real estate to grab on to if you expect to move a layer without scaling it.
    You can mitigate the scaling problem for small layers by adding a simple expression to scale so the layer always stays at 100% but this will just automatically fix the scale problem and won't help moving the layer around in the comp window very much.

  • Unable to launch After Effects CS6[Try] after installing (Stopped Working)

    Hi
    So after installing. I tried to launch AE, then during initialization or loading, it will prompt a message "Has stopped working".
    I was able to install AE CS6 and launch it properly on my laptop but I am having difficulties launching it on my desktop.
    Desktop Specs
    Laptop Specs
    CPU: i5-3570k
    GPU:
    ASUS Radeon HD 7850
    Intel HD 4000
    note: Using Lucid Virtu.
    Motherboard: Asrock Pro 3 z77
    Ram: G.Skill Ripjaw X 8gb dual kit 1600mhz ddr3
    Storage:
    SSD: OCZ Vertex 4 128gb [OS]
    HDD: 1tb Seagate Barracuda 7200rpm
    OS: Windows 8 Pro 64-bit with media center
    CPU:Intel® Core™2 Solo processor SU3300/SU3500 (3 MB L2 cache, 1.20/1.40 GHz, 800 MHz FSB, 5.50 W), supporting Intel® 64 architecture
    GPU:
    Mobile Intel® GS45 Express Chipset with integrated 3D graphics, featuring Intel® Graphics Media Accelerator 4500MHD (Intel® GMA 4500MHD) with up to 1759 MB of Intel® Dynamic Video Memory Technology 5.0 (64 MB of dedicated video memory, up to 1695 MB of shared system memory), supporting Microsoft® DirectX® 10
    RAM: 3gb of ddr3 1033mhz two module
    Storage: 250gb WD Blue 5200 rpm HDD
    OS: Windows 7 Ultimate 64-bit
    Event Viewer LOG
    Event 1
    Event 2
    Event 3
    Event 4
    Faulting application name: AfterFX.exe, version: 11.0.0.378, time stamp: 0x4f6d63ab
    Faulting module name: atio6axx.dll, version: 6.14.10.12172, time stamp: 0x51423773
    Exception code: 0xc0000005
    Fault offset: 0x00000000011cb03d
    Faulting process ID: 0x478
    Faulting application start time: 0x01ce2baea1dc2c6a
    Faulting application path: C:\Program Files\Adobe\Adobe After Effects CS6\Support Files\AfterFX.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\atio6axx.dll
    Report ID: ee78c1ad-97a1-11e2-bf55-bc5ff44842d6
    Faulting package full name:
    Faulting application name: Adobe QT32 Server.exe, version: 6.0.0.0, time stamp: 0x4f6d5e4e
    Faulting module name: QuickTime.qts_unloaded, version: 0.0.0.0, time stamp: 0x50890e53
    Exception code: 0xc0000005
    Fault offset: 0x6ee2cce9
    Faulting process ID: 0x103c
    Faulting application start time: 0x01ce2baea914aa1d
    Faulting application path: C:\Program Files\Adobe\Adobe After Effects CS6\Support Files\32\Adobe QT32 Server.exe
    Faulting module path: QuickTime.qts
    Report ID: e7563660-97a1-11e2-bf55-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: Adobe QT32 Server.exe, version: 6.0.0.0, time stamp: 0x4f6d5e4e
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process ID: 0x103c
    Faulting application start time: 0x01ce2baea914aa1d
    Faulting application path: C:\Program Files\Adobe\Adobe After Effects CS6\Support Files\32\Adobe QT32 Server.exe
    Faulting module path: unknown
    Report ID: e7428280-97a1-11e2-bf55-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: Adobe QT32 Server.exe, version: 6.0.0.0, time stamp: 0x4f6d5e4e
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process ID: 0x103c
    Faulting application start time: 0x01ce2baea914aa1d
    Faulting application path: C:\Program Files\Adobe\Adobe After Effects CS6\Support Files\32\Adobe QT32 Server.exe
    Faulting module path: unknown
    Report ID: e708bde9-97a1-11e2-bf55-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Here are some workaround/fix I tried to do:
    Uninstal and re-install.
    Uninstall, clear avery adobe product, remove paths and traces, relaunch, and then re-install.
    Same as step 2, with firewall turned off, Anti-virus removed.
    Run installation with Administrator rights.
    Launch program via Compatibility settines Vista, Vista SP1, Vista SP2, Windows 7
    All drivers are updated and reupdated.
    Re-installed all GPU drivers.
    Refreshed my Wndows 8 OS.
    Reformated my Windows 8 OS then Installed AE cs6.
    Installed AE on my F drive instead of C [C drive is an SSD and F Drive is an HDD]
    I am able to see the AE CS6 splash screen but it will prompt a message "Has Stopped Working".
    Other things to take note:
    I am able to launch Renderer Machine without any issues.
    I am also able to launch other Adobe Products that came along with AE CS6 try version.
    Latest Quicktime version is installed.

    Hi Todd,
    Thanks you for replying.
    After updating to 11.0.2, I am still unable to launch AE CS6.
    Event LOG
    Faulting application name: MsiExec.exe, version: 5.0.9200.16384, time stamp: 0x5010a60b
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x00000000
    Faulting process ID: 0xe44
    Faulting application start time: 0x01ce2bbe73884a20
    Faulting application path: C:\Windows\syswow64\MsiExec.exe
    Faulting module path: unknown
    Report ID: b15899ff-97b1-11e2-bf56-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: GPUSniffer.exe, version: 0.0.0.0, time stamp: 0x5059906c
    Faulting module name: atio6axx.dll, version: 6.14.10.12172, time stamp: 0x51423773
    Exception code: 0xc0000005
    Fault offset: 0x000000000004f657
    Faulting process ID: 0x164
    Faulting application start time: 0x01ce2bc0b512cd76
    Faulting application path: F:\Program Files\Adobe\Adobe After Effects CS6\Support Files\GPUSniffer.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\atio6axx.dll
    Report ID: f2ea4476-97b3-11e2-bf56-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: AfterFX.exe, version: 11.0.2.12, time stamp: 0x505998cf
    Faulting module name: atio6axx.dll, version: 6.14.10.12172, time stamp: 0x51423773
    Exception code: 0xc0000005
    Fault offset: 0x000000000004f657
    Faulting process ID: 0xcac
    Faulting application start time: 0x01ce2bc0b48fa9b8
    Faulting application path: F:\Program Files\Adobe\Adobe After Effects CS6\Support Files\AfterFX.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\atio6axx.dll
    Report ID: 02e64db6-97b4-11e2-bf56-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: GPUSniffer.exe, version: 0.0.0.0, time stamp: 0x5059906c
    Faulting module name: atio6axx.dll, version: 6.14.10.12172, time stamp: 0x51423773
    Exception code: 0xc0000005
    Fault offset: 0x000000000004f657
    Faulting process ID: 0x8dc
    Faulting application start time: 0x01ce2bc0c885d1ca
    Faulting application path: F:\Program Files\Adobe\Adobe After Effects CS6\Support Files\GPUSniffer.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\atio6axx.dll
    Report ID: 063e499a-97b4-11e2-bf56-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: AfterFX.exe, version: 11.0.2.12, time stamp: 0x505998cf
    Faulting module name: atio6axx.dll, version: 6.14.10.12172, time stamp: 0x51423773
    Exception code: 0xc0000005
    Fault offset: 0x000000000004f657
    Faulting process ID: 0xd70
    Faulting application start time: 0x01ce2bc0c86b9768
    Faulting application path: F:\Program Files\Adobe\Adobe After Effects CS6\Support Files\AfterFX.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\atio6axx.dll
    Report ID: 18b30dc0-97b4-11e2-bf56-bc5ff44842d6
    Faulting package full name:
    Faulting package-relative application ID:
    And here are the error messages that I am getting everytime I try to launch AE.
    After Effects error: After Effects crashed previusly attempting to initialize OpenGL. Cosult the manufacturer of your graphics card for a compatiple OpenGL driver.
    After Effects error: Crash in progress. Last logged message was:<2640><GPUManager><2> Sniffer Result Code: 1

  • After Effects crashing on startup: "crashed previously attempting to initialize OpenGL."

    I've just installed After Effects CS6 from the cloud. I run Photoshop, & Illustrator CS5.5 with no problems.
    Here are the full errors it gives me on startup. I have never been able to successfully get After Effects to load.
    "After Effects error: After Effects crashed previously attempting to initialize OpenGL. Consult the manufacturer of your graphics card for a compatiable OpenGL driver."
    "After Effects error: Crash in progress. Last logged message was: <6632> <GPUManager> <2> Sniffer Result Code: 1"
    I have an ATI Radeon 7850 card. Tried uninstalling the drivers completely and re-installing latest Catalyst drivers. Then tried uninstalling completely again and installing the beta 13.3 drivers. Still same crash error.
    Running Windows 7 64 bit.
    Here's my DXDiag system info:
    System Information
    Time of this report: 3/31/2013, 16:36:14
           Machine name: JACKS-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130104-1431)
               Language: English (Regional Setting: English)
    System Manufacturer: To Be Filled By O.E.M.
           System Model: To Be Filled By O.E.M.
                   BIOS: BIOS Date: 06/08/12 12:36:48 Ver: 04.06.05
              Processor: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (4 CPUs), ~3.3GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8086MB RAM
              Page File: 4979MB used, 11190MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
          Display Tab 2: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon HD 7800 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6819)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6819&SUBSYS_27301462&REV_00
         Display Memory: 4095 MB
       Dedicated Memory: 2029 MB
          Shared Memory: 2066 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: S220HQL
             Monitor Id: ACR0281
            Native Mode: 1920 x 1080(p) (60.000Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1191 (English)
         Driver Version: 12.100.17.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 3/21/2013 01:42:06, 1151168 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B71EE2-2B59-11CF-7573-3A07BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6819
              SubSys ID: 0x27301462
            Revision ID: 0x0000
    Driver Strong Name: oem22.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_R575B:12.100.17.0:pci\ven_1002&dev_6819
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
              Card name: Intel(R)  HD Graphics Family
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics Family
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_0112&SUBSYS_01121849&REV_09
         Display Memory: 1696 MB
       Dedicated Memory: 64 MB
          Shared Memory: 1632 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: Acer G185HV
             Monitor Id: ACR019F
            Native Mode: 1366 x 768(p) (59.790Hz)
            Output Type: HD15
            Driver Name: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver File Version: 8.15.0010.2372 (English)
         Driver Version: 8.15.10.2372
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 4/14/2011 22:07:50, 8244224 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4252-11CF-BD72-1821A9C2C535}
              Vendor ID: 0x8086
              Device ID: 0x0112
              SubSys ID: 0x01121849
            Revision ID: 0x0009
    Driver Strong Name: oem7.inf:Intel.Mfg.NTamd64:iSNBD0:8.15.10.2372:pci\ven_8086&dev_0112
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18498892&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6392 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/14/2011 06:38:12, 2899176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_18498892&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.6392 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 6/14/2011 06:38:12, 2899176 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Blue Snowball)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 22:23:47, 109696 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: G500
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC068
            FF Driver: n/a
          Device Name: Blue Snowball
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0D8C, 0x0005
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2D
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC068
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC068
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 15.2 GB
    Total Space: 60.5 GB
    File System: NTFS
          Model: M4-CT064M4SSD2 ATA Device
          Drive: D:
    Free Space: 1385.3 GB
    Total Space: 1907.6 GB
    File System: NTFS
          Model: WDC WD20EARX-32PASB0 ATA Device
          Drive: E:
          Model: ASUS DRW-24B1ST   c ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_1C221849&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R)  HD Graphics Family
    Device ID: PCI\VEN_8086&DEV_0112&SUBSYS_01121849&REV_09\3&11583659&0&10
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_88921849&REV_05\3&11583659&0&D8
       Driver: n/a
         Name: 2nd generation Intel(R) Core(TM) processor family PCI Express Controller - 0101
    Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_01011849&REV_09\3&11583659&0&08
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 6 - 1C1A
    Device ID: PCI\VEN_8086&DEV_1C1A&SUBSYS_1C1A1849&REV_B5\3&11583659&0&E5
       Driver: n/a
         Name: 2nd generation Intel(R) Core(TM) processor family DRAM Controller - 0100
    Device ID: PCI\VEN_8086&DEV_0100&SUBSYS_01001849&REV_09\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 5 - 1C18
    Device ID: PCI\VEN_8086&DEV_1C18&SUBSYS_1C181849&REV_B5\3&11583659&0&E4
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1B21&DEV_1080&SUBSYS_00000000&REV_01\4&2D415C35&0&00E3
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 4 - 1C16
    Device ID: PCI\VEN_8086&DEV_1C16&SUBSYS_1C161849&REV_B5\3&11583659&0&E3
       Driver: n/a
         Name: ASMedia XHCI Controller
    Device ID: PCI\VEN_1B21&DEV_1042&SUBSYS_10421849&REV_00\4&18E591E5&0&00E5
       Driver: n/a
         Name: Intel(R) Z68 Express Chipset Family LPC Interface Controller - 1C44
    Device ID: PCI\VEN_8086&DEV_1C44&SUBSYS_1C441849&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_1C101849&REV_B5\3&11583659&0&E0
       Driver: n/a
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_81681849&REV_06\4&35784ABE&0&00E4
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_1C2D1849&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family 2 port Serial ATA Storage Controller - 1C08
    Device ID: PCI\VEN_8086&DEV_1C08&SUBSYS_1C081849&REV_05\3&11583659&0&FD
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AAB0&SUBSYS_AAB01462&REV_00\4&1CDA0A78&0&0108
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_1C261849&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family 4 port Serial ATA Storage Controller - 1C00
    Device ID: PCI\VEN_8086&DEV_1C00&SUBSYS_1C001849&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: AMD Radeon HD 7800 Series
    Device ID: PCI\VEN_1002&DEV_6819&SUBSYS_27301462&REV_00\4&1CDA0A78&0&0008
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    GDCL Mpeg-4 Demultiplexor,0x00600000,1,2,mp4demux.dll,1.00.0000.0009
    Xiph.Org Theora Decoder,0x00600000,1,1,dsfTheoraDecoder.dll,
    Xiph.Org Vorbis Decoder,0x00600000,1,1,dsfVorbisDecoder.dll,
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,16.04.3505.0912
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,16.04.3505.0912
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Image Effects,0x00200000,2,1,viscomaudiodata.dll,9.00.0000.0000
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Ogg Muxer,0x00200000,1,0,dsfOggMux.dll,
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
    LAME Audio Encoder,0x00100000,2,1,lame_dshow.ax,1.00.0054.50801
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    What you hear filter,0x00200000,0,1,viscomspeaker.dll,
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VHMixerSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    Techsmith Encoder Smooth Scale Source,0x00200000,1,1,TimelineFilters.dll,2.03.12195.0001
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    Xiph.Org FLAC Decoder,0x00600000,1,1,dsfFLACDecoder.dll,
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,12.10.0000.30320
    AMD Video Decoder,0x00200000,1,2,atimpenc.dll,12.10.0000.30320
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    WAV Dest,0x00200000,0,0,viscomwave.dll,9.00.0000.0000
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MONOGRAM AAC Decoder,0x00600002,1,1,mmaacd.ax,0.09.0006.0000
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    VISCOM Wave Form Display Filter,0x00200000,1,0,viscomwaveform.dll,8.01.0000.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    TechSmith File Source,0x00400000,0,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith SWF Writer,0x00200000,2,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith WMFSDK Writer,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Simple PIP,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    ImageSource,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TitleSource,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Time Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Splitter Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Frame Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Perf Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ZoomPIP Filter,0x00200000,2,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushVMR Source,0x00200000,0,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith SimplePushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Wave Dest,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Overlay,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Wave Buffer,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 8,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 555,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 565,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 24,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith ForceColor 32,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Force Color32A,0x00200000,0,0,CamtasiaFilters.dll,8.00.0002.0918
    SSFileWriter,0x00200000,1,0,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Frame Rate Tuner,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Camera Adjust,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    Techsmith Quicktime MOV Source,0x00600000,0,2,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Sound Effects Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Flv Key Frame Setter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    TechSmith Floating Point Wave Filter,0x003fffff,1,1,CamtasiaFilters.dll,8.00.0002.0918
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Viscom Audio Encoder,0x00200000,1,0,viscomaudioencoder.dll,9.00.0000.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    VISCOM AudioEffect Filter,0x00200000,1,1,viscomaudio.dll,1.01.0000.0000
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    VHSplitProcSource,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    VHCropResize,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AMD MJPEG Decoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Xiph.Org Native FLAC Decoder,0x00600000,0,1,dsfNativeFLACSource.dll,
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,8.02.0000.0026
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    Matrix,0x00200000,1,1,viscomaudioprocess.dll,1.00.0000.0000
    AMD Video Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    Xiph.Org Speex Decoder,0x00600000,1,1,dsfSpeexDecoder.dll,
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    File Writer,0x00200000,1,0,WLXVAFilt.dll,16.04.3505.0912
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,12.10.0000.30320
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Sample File Source (Async.),0x00400000,0,1,TimelineFilters.dll,2.03.12195.0001
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    AMD Video Scaler Filter,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
    VHYV12Decoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    Techsmith Encoder Color Source,0x00200000,0,1,TimelineFilters.dll,2.03.12195.0001
    VHStreamDelay,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    TechSmith Grabber Sample Filter,0x00200000,1,1,CamtasiaFilters.dll,8.00.0002.0918
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    VHMultiWriter,0x00200000,1,0,VHMediaCOM.dll,2.00.0000.0209
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    VHAudioGain,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    VHFrameRateConv,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    LAME Audio Encoder,0x00100000,1,1,lame.ax,1.00.0060.51128
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    Techsmith Encoder Image Source,0x00200000,0,1,TimelineFilters.dll,2.03.12195.0001
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    Xiph.Org Ogg Demuxer,0x00600000,1,1,dsfOggDemux2.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VHDeinterlace,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    VHYV12Encoder,0x00200000,1,1,VHMediaCOM.dll,2.00.0000.0209
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    AMD Video Rotation Filter,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    VHMultiReader,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    WebM Muxer Filter,0x00200000,2,1,webmmux.dll,0.09.0012.0000
    WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0012.0000
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    WebM Splitter Filter,0x00600000,1,1,webmsplit.dll,0.09.0012.0000
    Techsmith Encoder Quicktime MOV Source,0x00200000,0,2,TimelineFilters.dll,2.03.12195.0001
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    iZotope Vocal Enhancement,0x00200000,1,1,iZotope_VocalEnhancement.dll,1.00.0000.0024
    iZotope Consumer Restoration,0x00200000,1,1,iZotope_ConsumerRestoration.dll,1.00.0000.0024
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Xiph.Org Theora Encoder,0x00200000,1,1,dsfTheoraEncoder.dll,
    WebM VP8 Encoder Filter,0x00200000,1,1,vp8encoder.dll,0.09.0012.0000
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    FM Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Fraps Video Decompressor,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Logitech Video (I420),0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V3,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft MPEG-4 Video Codec V1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    TechSmith Screen Codec 2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    TechSmith Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Helix YV12 YUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.10.0000.30320
    Xiph.Org Vorbis Encoder,0x00200000,1,1,dsfVorbisEncoder.dll,
    Xiph.Org Speex Encoder,0x00200000,1,1,dsfSpeexEncoder.dll,
    Xiph.Org FLAC Encoder,0x00200000,1,1,dsfFLACEncoder.dll,
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (Blue Snowball),0x00200000,0,0,qcap.dll,6.06.7601.17514
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    Realtek HD Audio Front Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Logitech HD Webcam C310,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    HD Webcam C310,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Blue Snowball,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    Logitech HD Webcam C310,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    XSplitBroadcaster,0x00200000,0,1,VHMediaCOM.dll,2.00.0000.0209
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

    Trash the prefs. Delete them in the prefs folder:
    Important Directories
    Also, Noel Carboni over at the PS forum might have to say a word or two on the drivers... He recommends to not use 13.3 at all and his list of "safe" versions only includes 12.8... You also have an awful lot of CoDecs in your list, so you might consider uninstalling some of them/ the apps that introduced them. This may also help....
    Mylenium

  • How can i Edit a Text layer of an After effects projects without opening it in After effects ?

    hello Adobe i'm a web developper student, and i want to build a website that can help to edit text layers of an animation made by After effects of Flash professional
    so how can i get or export an editable file of a video project that i can edit by coding ? i'm a beginner in multimedia.
    thanks

    That's outdated tech. XFL has been scrapped and just the same there has been no notable work on AE's XML project export. You need to use scripts like pt_OpenSesame to export the projects to an intermediary editable text file or create your own set of tools, including possibly expressions as well.
    Mylenium

  • What is the Best After Effects Version for my Computer?

    Hey I have a Windows 7 with a Pentium (R) Dual Core CPU T4400 @2.20GHz   2.20GHz
    RAM 3.00 GB 64bit Oberating System
    Display Adapter: Mobile Intel (R) 4 Series Express Chipset Family
    What is the best earlier model of After Effects or maybe current for my computer type?
    Or what is the best settings for After Effects to run faster for animation?
    Thanks

    Unless you plan on using a very old version of After Effects, which will cause a bunch of other problems on Windows 7, you simply need more RAM.  3 GB is barely enough to keep Windows running smoothly, let alone running a RAM-hungry app like AE.  Your first priority is to put more RAM in your computer.

  • 2009 & 2010 MacPro upgrading for today´s Video-editing (Premiere Pro CS6 & After Effects)

    I have now two  MacPro´s: MacPro4,1 (Early 2009/Nehalem) and MacPro5,1 (Early 2010/Nehalem) and I was wondering how to get the best of them for video-editing with Premiere Pro and After Effects (CS6 or later CC) for todays standards.
    The specs of the machines:
    MacPro5,1
    Early 2010 Nehalem
    (http://www.everymac.com/systems/apple/mac_pro/specs/mac-pro-quad-core-2.8-mid-2010-nehalem -specs.html)
    2.8GHz     Quad-core Xeon W3530 (256k level 2 cache, 8 MB of "fully shared" level 3 cache)
    32GB RAM "1066 MHz DDR3 ECC SDRAM" (PC3-8500) modules (4 x 8GB)
    ATI Radeon HD 5770 with 1 GB of GDDR5 memory is installed in a double-wide, 16-lane PCI Express 2.0 graphics slot.
    single 1 TB (7200 RPM, 32 MB cache) Serial ATA 3Gb/s hard drive.
    + I have added a 480GB SSD-drive via PCIe (http://eshop.macsales.com/shop/SSD/PCIe/OWC/Mercury_Accelsior/RAID )
    The 480GB PCIe SSD-drive is now the boot-drive and gets writes over 500MB/s and reads over 600MB/s testing with "BlackMagic Speed Test"-application. The 480GB SSD-drive that is connected via PCIe-card has also two eSATA ports on it. How could I take advantage of them? Is this just a bottleneck, what would you think. Would I get the same results if I had just Samsung 840 SSD installed with adapter-device to the internal drive bay 2.5" SATAII connections?
    What about the graphic card?
    What would you suggest to do for the setup to maximize it´s potential (For now it´s working fine)? Would it be good idea ome 7200rpm hard-drives for media and cache storage or do I need that or can I see significant improvements over it since there is still 3 3,5" internal hard drive bays with SATA II connections (and the two eSATA ports).
    MacPro4,1
    (Early 2009/ Nehalem)
    (http://www.everymac.com/systems/apple/mac_pro/specs/mac-pro-eight-core-2.66-early-2009-neh alem-specs.html)
    - 8-cores: powered by two2.66 GHz Quad Core 45-nm Xeon X5550 (Nehalem) processors with a dedicated 256k of level 2 cache for each core and 8 MB of "fully shared" level 3 cacheper processor.
    - 34GB 1066 MHz DDR3 ECC SDRAM
    -NVIDIA GeForce GT 120 with 512 MB of GDDR3
    A lot like the MacPro5,1 but does have a bit different graphic cards and more memory and cores.
    Any ideas?

    jsssi wrote:
    What about the graphic card?
    What would you suggest to do for the setup to maximize it´s potential (For now it´s working fine)? Would it be good idea ome 7200rpm hard-drives for media and cache storage or do I need that or can I see significant improvements over it since there is still 3 3,5" internal hard drive bays with SATA II connections (and the two eSATA ports).
    First and foremost: keep an eye on that 480G PCI-E SSD that you dumped a lot of money into.  Those OWC drives aren't known for their robustness or reliability (OWC folks will argue with that statement.  Ignore them).  Since OS and apps are easy to re-install, it may not be a big deal.  But don't put any of your projects on it, even though it's a fairly quick device.
    Second, start adding SATA drives to the other 3 bays.  Fill them up with the biggest drives you feel comfortable buying.  Make one of them a 10k RPM drive for your scratch space.  The others can be 7200RPM drives; since you're limited to SATA2, there's not much use in trying to crank serious disk bandwidth through the system.
    Video cards.  Get rid of those OEM garbage cards.  Drop them into a chipper/shredder, in fact.  Contact this guy about getting flashed nVidia cards that will work in both Macs, and will help with Pr and Ae.  Dave can sell you a flashed GTX780 that will boot (with grey Apple screen) and run in the Mac just fine.  And it'll outperform anything Apple has ever sold for those Mac Pros.

Maybe you are looking for

  • Error while doing java mapping

    Hi, I have written a java mapping code .But i have a small doubt when i compile it it is showing errors that package com.sap.aii.mapping.api does not exist.How can i solve the problem.Please help me in this issue. Thanks, Bhargav

  • Will the apple tv 2 receive a software update for the new interface?

    Will the apple tv 2 receive a software update for the new interface?

  • Inserting into Oracle9i  DB from Visual Basic

    Hi, I have a Visual Basic 6.0 application that queries an Oracle database to insert into a table. In some cases it will insert fine and in others it won't. Am I doing something wrong in the way I query the Oracle database? I don't get any errors, it

  • Report Painter - Translation from Transaction Currency

    Hi, I have set up a report painter report using "Translation from Transaction Currecny" as one of the key figures in one of the columns in the report. When I execute the report it prompts me for the target currency and the ER type which is what I was

  • Variable ID is undefined. Setting ?id to none

    Hi, I need to set me variables so that when i go to the index.cfm page the index page diplays. Currently I get this error " Variable ID is undefined." because I have not defined the variable in the URL. I want an include file to be displayed in the i