Flash Video Controls

When inserting a Flash video into a Captivate project I see
that I can add playback controls. There are 3 different styles and
each one comes in a small, medium, and large size--based on it's
options. Can I add or create NEW sets of controllers?
I am inserting a video that is about 8 minutes long/44 MB in
size. I would like to have a controller that actually showed the
progress of the video download in relation to where the user was
actually viewing. Make sense?
Any ideas?

Update:
I've found tutorials on making your own buttons for the
video, and they work. However, they do not stop the background
animations that I created in flash.
How can I make my buttons control the animations as
well?

Similar Messages

  • Flash Video Controls Not Showing in Page

    Have DWCS3 on XP
    I have a flash video file that was created with controls.
    There seems to be a checkbox for controls in
    Dreamweaver...BUT...when I play the video locally or on the
    server...the controls are absent.
    Did a search...What am I missing
    Thanks!

    Did you upload the video control images to server? Did you
    upload the SWF
    file? Can you post a link to the page so we can see the code
    and supporting
    files?
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Adjust Y pos of Flash video control strip (skin)

    Hi
    I am in need to move the video control strip upwards so it clears my caption in the video shown below.
    The skin is a swf, and normally if I import a swf to to another fla as an outside source I can adjust xpos and ypos with action script.
    I am using AS2 and would think this can be controlled in the flv playback component. But I can not find out how.
    Can you help?
    Thank you on beforehand!
    ggaarde2

    Hi Again!
    Is there anybody out there?
    Meanwhile I have looked into creating a dublicate skin and tried to edit that.
    There is not much code for the fla. Here it is:
    // a lot of the code below is commented out.  This is because the
    // we are just setting those values to the default values anyways.
    // This gives you an idea of how little code you might have to write
    // if you did your own skin!  But we leave the commented code in
    // to give you an idea of what you would need to do if you wanted
    // to customize the skin.
    // Defaults:
    // * layout_mc.foo_mc.mc defaults to foo_mc
    // * for seek bar, layout_mc.foo_mc.handle_mc defaults to handle_mc
    // * layout_mc.foo_mc.anchorLeft defaults to true, unless anchorRight
    //   is explicitly set to true and then it defaults to false
    // * layout_mc.foo_mc.anchorRight defaults to false
    // * layout_mc.foo_mc.anchorTop defaults to false
    // * layout_mc.foo_mc.anchorBottom defaults to true, unless anchorTop
    //   is explicitly set to true and then it defaults to false
    // minimum width and height of video recommended to use this skin,
    // leave as undefined or <= 0 if there is no minimum
    layout_mc.minWidth = 155;
    layout_mc.minHeight = 60;
    // background for controls, some commented out because are defaults
    layout_mc.bg1_mc.mc = chrome_mc;
    layout_mc.bg1_mc.anchorLeft = true;
    layout_mc.bg1_mc.anchorRight = true;
    //layout_mc.bg1_mc.anchorBottom = true;
    // playpause_mc just using all defaults, so no code needed
    //layout_mc.playpause_mc.mc = playpause_mc;
    //layout_mc.playpause_mc.anchorLeft = true;
    //layout_mc.playpause_mc.anchorBottom = true;
    // volumeMute_mc just using all defaults, so no code needed
    //layout_mc.volumeMute_mc.mc = volumeMute_mc;
    layout_mc.volumeMute_mc.anchorRight = true;
    //layout_mc.volumeMute_mc.anchorBottom = true;
    // seekBar_mc using mostly defaults, but setting
    // anchorRight to true
    //layout_mc.seekBar_mc.mc = seekBar_mc;
    layout_mc.seekBar_mc.anchorLeft = true;
    layout_mc.seekBar_mc.anchorRight = true;
    //layout_mc.seekBar_mc.handle_mc = seekBarHandle_mc;
    //layout_mc.seekBar_mc.progress_mc = _parent.seekBarProgress_mc;
    // bufferingBar_mc using mostly defaults, but setting both anchorLeft
    // and anchorRight to true and setting fill_mc
    //layout_mc.bufferingBar_mc.mc = bufferingBar_mc;
    layout_mc.bufferingBar_mc.anchorLeft = true;
    layout_mc.bufferingBar_mc.anchorRight = true;
    //layout_mc.bufferingBar_mc.fill_mc = _parent.bufferingBarFill_mc;
    I have tried to add:
    layout_mc.ypos = -100;   and layout_mc._y = -100;
    to my ClearOverPlaySeekMute_GG_1.fla
    Did not work.
    Also tried inside Fla with the flv playback component to add
    _y=-100
    That moved the whole component up.
    Then I tried to address the swf from there:
    layout_mc._y = -100;
    Did not work.
    Then I tried to address the swf from there:
    ClearOverPlaySeekMute_GG_1.swf._y = -100;
    Also did not work.
    What is it that decides the default position of the componet?
    I am out of ideas.
    ANYONE?
    kglad or Ned Murphy?
    Thanks on beforehand
    ggaarde2

  • Flash Video Play Does NOT Display Controls

    I am using Flash Pro 8 - putting FLV files in SWF files using
    Flash Pro 8 and then "publishing" to Html and SWF to a location on
    my hard drive.
    When I display the webpage from my Hard Drive from where ever
    on my hard drive I initially published to from Flash 8 Pro -
    everything works fine - videos play and video control bar shows and
    works.
    When I publish this website to web server the video displays
    and plays but NO Video Controller Bar (at bottom of the video)
    shows at all.
    Symptom: when I make an Html, SWF and FLA file into a folder
    on my hard drive and display them in the browser the video control
    bar shows. When I copy those three files into the hard drive
    website in FrontPage, the video shows but the video control bar
    does not.
    So, I re-made the Html, SWF, and FLA files and put them
    directly into the FrontPage website (on my hard drive) then
    everything works fine when I use broswer (IE 6 or Firefox). z
    But, when I publish the hard drive website to the remote
    website hosting company, the video control bar disappears -
    everything else works fine (video shows OK just no video controller
    bar.)
    My guess is that the SWF file has a non-relative URL
    reference concerning the video control bar and when the three files
    (Html, SWF and FLA) are moved to new location then that
    non-relative address rears its head.
    I should NOT publish from Flash 8 Pro directly to remote
    webserver as it has FrontPage Extensions and does not like to talk
    to FTP changes to website not coming from FrontPage client.
    is my guess right? What to do?????
    [email protected]

    Did you upload the skin swf file to your server also? That is
    a common missed step.

  • Video Control Bar in Flash Displays on HD but Not From Webserver

    I am using Flash Pro 8 - putting FLV files in SWF files using
    Flash Pro 8 and then "publishing" to Html and SWF to a location on
    my hard drive.
    When I display the webpage from my Hard Drive from where ever
    on my hard drive I initially published to from Flash 8 Pro -
    everything works fine - videos play and video control bar shows and
    works.
    When I publish this website to web server the video displays
    and plays but NO Video Controller Bar (at bottom of the video)
    shows at all.
    Symptom: when I make an Html, SWF and FLA file into a folder
    on my hard drive and display them in the browser the video control
    bar shows. When I copy those three files into the hard drive
    website in FrontPage, the video shows but the video control bar
    does not.
    So, I re-made the Html, SWF, and FLA files and put them
    directly into the FrontPage website (on my hard drive) then
    everything works fine when I use broswer (IE 6 or Firefox). z
    But, when I publish the hard drive website to the remote
    website hosting company, the video control bar disappears -
    everything else works fine (video shows OK just no video controller
    bar.)
    My guess is that the SWF file has a non-relative URL
    reference concerning the video control bar and when the three files
    (Html, SWF and FLA) are moved to new location then that
    non-relative address rears its head.
    I should NOT publish from Flash 8 Pro directly to remote
    webserver as it has FrontPage Extensions and does not like to talk
    to FTP changes to website not coming from FrontPage client.
    is my guess right? What to do?????
    [email protected]

    quote:
    1. When I encoded the video in flash I selected one of the
    pre-packaged control bars (so the user can control basic
    functions). I then published an HTML and a .swf. The HTML works
    perfectly however when I use Dreamweaver to insert the .swf it does
    not carry over the control bar. I have tried pulling over the
    control bar .swf and placing it under the video file but a HUGE
    object is imported with a bunch of controls that do not work (bunch
    of controls = play/pause/etc).
    make sure the component skin is uploaded in same directory as
    swf, movie, html
    quote:
    The second issue is this; the user still has to click once on
    the video to use the controls... does anyone know what I am doing
    wrong on the video file?
    Follow directions
    HERE
    for getting rid of ActiveX control

  • Converting video to Flash with controls

    I want to take video from a DVD and turn it into a Flash
    movie so I can use
    it on a web page. I would like it to have the controls for
    playing and
    pausing. What would be the easiest way to do this? Is there
    certain software
    I should be looking for?
    Thanks
    Debbie

    Certain software other than Flash? have you read the help
    docs regarding the FLV (Flash Video)
    format? There's an entire section of this site dedicated to
    how to incorporate Flash video into your
    website:
    http://www.adobe.com/devnet/flash/video.html
    Also, go here:
    http://www.adobe.com/designcenter/video_workshop/
    select Flash and then narrow it down to FLV - there are
    several video tutorials from Richard Galvan
    to watch.
    hope this helps.
    Chris Georgenes
    Adobe Community Expert
    www.mudbubble.com
    www.keyframer.com
    www.howtocheatinflash.com
    D Woods wrote:
    > I want to take video from a DVD and turn it into a Flash
    movie so I can use
    > it on a web page. I would like it to have the controls
    for playing and
    > pausing. What would be the easiest way to do this? Is
    there certain software
    > I should be looking for?
    >
    > Thanks
    > Debbie
    >
    >

  • How to embed Flash video and control skin using HTML?

    I am trying to use HTML to embed a flash video, however I encounter the following errors:
    Error #2044: Unhandled skinError:. text=[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="
    Error #2035: URL Not Found. URL: SkinOverPlaySeekStop.swf"]
    Here is my HTML code:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
         width="640" height="480" >
         <param name="movie" value="Content/example.swf">
         <param name="quality" value="high">
         <param name="play" value="true">
         <param name="loop" value="false">
         <embed src="Content/example.swf" width="640" height="480" play="false" loop="false" quality="high"></embed>
    </OBJECT>
    Whenever I open the page I'll get a popup window with the above errors and once I click "continue" it will go ahead and play the video, but without the control skin.  Can anyone tell me how to get the skin to show up?

    I found a solution at this thread.  Basically, you just have to move your skin file (ie. SkinOverPlayStopSeekMuteVol.swf) to the same directory as your index.html file.
    doghouseJim, thanks for the link.  Although I didn't have to use swfobject in this case it is still good to know.  Also, I didn't know that Flash can generate the HTML.  This is a quick and easy way to see the video in a web browser and if you're using Firefox you can go to View > Page Source to see the code.  If you just want to see the HTML, then all you have to do is go to File > Publish Preview > HTML and it will open a web browser where you can view the page source.

  • Hide controls flash video (flv)

    Is there a way to hide the controls on a flash video (flv) until the user scrolls over the video? So the page opens, the video starts playing (still no controls visable) and then when a user scrolls over the video, you then see the controls for the first time. I have searched high and low.
    Thanks
    Paul

    Thanks for your assistance Jim....
    I can't view the code in the library or action script. I am using a default skins (Corona Skin 3) that you apply through dreamweaver "Insert Media > Flash Video". I open up the skin in Flash, but it is a swf and I can't seem to find any code to alter.
    Here is a link to what the video where the client wants the hidden controls :
    http://www.harithproductions.com/index09.html
    I did find a more transparent skin, so If I can't figure it out, maybe he can live with it.
    I am not experienced in editing the skins, so I apologize for being a little naive.
    Paul

  • Flash video in Full Screen, missing video controls

    In the latest version of firefox 17, when i switch flash videos to full screen, the video doesnt show the video controls, which allow you to play/ pause the video or see how much time of the video has gone. It is there when i press back and return to the minimized version.. but for some videos when you minimize after full screen the video starts showing several colours instead of the video.

    Update, This issue is still happening in the latest version of Firefox for android. Please check it up.

  • Controlling the Dreamweaver Flash Video Player

    Hi all,
    I'm using the Flash video player that comes with Dreamweaver
    CS3 (FLVPlayer_Progressive.swf) to play a video on one of my web
    pages, and it works fine. However, I'd also like to be able to
    control playback using some HTML buttons below the video. I've been
    Googling for ages now looking for documentation on how to use
    JavaScript to control the player, but I can't find anything. Does
    anyone know where I could find it?
    Thanks,
    Russ

    Html doesn't control flash players. The skins, controls,
    buttons, etc are
    referenced by the SWF file. You would have better control
    over your video
    player if you compiled the FLV/SWF in a Flash program instead
    of DW.
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • What controls width in streaming flash video?

    I need to access and stream flash video stored on a US server.  I do so from one of three PCs - all running Windows 7, all with same updates and same version of Flash.  Two of them show a given video fine.  The third runs the same video but it is clearly truncated on the right and bottom - that is, only part (top left two thirds?) of the video is visible.  And two show timecode and the third...doesn't (or its hidden by the truncation).  But how can this be???  And more importantly, what can I do to make the third PC play streaming video correctly?
    If this isn't posted in the best place please say so.
    Bemused and baffled.

    Check if the same issue is repeating with new flash player version 10.1.82.76.
    Thanks,
    Sudheendra

  • Flash video skin controls not appearing on web page

    Hi
    I have a puzzle. I have some test movie clips that are
    operated (played) by pressing a thumbnail. All works ok in the
    resultinmg html and flash file that is produced, but when I import
    the flash movi into DW, the controls disappear, but the movie
    plays...
    if you look at the link below you can see the flash movie
    controls in operation OK
    http://www.chrisleslie.co.uk/new/flash/8movietest.html
    but when the flash doc is inserted into the actual page the
    controls disappear......
    http://www.chrisleslie.co.uk/new/Film.htm
    (press thumbnail 2 to play the test movie)
    any ideas would be greatly received...im at a loss here and
    heading for the vodka.......

    hi,
    I have a similar problem. I have an FLV which sits inside my flash movie. It works fine when previewing it within the flash viewer.
    But when embedding the flash movie into a html page - the controls magically disappear!
    Now i have tried copying the skin to EVERY SINGLE LOCATION WITHIN MY FOLDER STRUCTURE...but it still does not display.
    Any more suggestions??

  • My Flash Video is not working in my webpage

    Could you please tell me what I am doing wrong?
    I have dreamweaver CS3
    I did use the Media option to insert the Flash Video content in my web page. When viewed in dreamweaver design window I can see the box, if I try to preview it http://www.stmarksavalon.org.au/public_html/pages/resources/TMPdwowk3qayn.php displays a 404 error.
    I did upload to the host the .php and related files and try different  browsers and does not display even the white space  where the video means to appear
    The original video format was MP4 I did converted it to FLV using the free software at www.dvdvideosoft.com
    I did upload the encoded Flash Video (FLV) and the related files and the webpage
    http://www.stmarksavalon.org.au/pages/resources/videos.php
    Ta,
    Sonia

    Hi Melanie,
    what I saw first is this:
    That means. your *.flv-file is in your DW, ok, BUT, ist it on your server?
    And are you really sure, that you did all the required DW-steps? In order you could control this I'll try to describe in detail from the beginning (translated from my German DW):
    Create a really new subdirectory (not absolutely necessary, only to see/control the steps).
    Create a new html/php-file.
    Work in designMode --> Insert Flash-Video.
    Search/browse ---> yourFLV.flv
    Skin: Halo Skin 3 (min. width 280) ( it was my choice)
    width 640 ( it's my choice)
    height 480 ( it's my choice)
    I clicked all the boxes
    ---> And now away with all these files below (produced from DW) to your server.
    Best you have a look with WIN-Explorer into your directory, to see all the files DW has created in your subdirectory and don't forget one):
    YourFlv.flv
    YourFlv.htm (or YourFlv.php)
    Clear_Skin_1.swf (my choice)
    FLVPlayer_Progressive.swf
    Could it be, that there is only the "FLVPlayer_Progressive.swf" on your server?
    Hans-G.

  • How to create a relative path for Flash video on a CDROM

    Hello - I need to distribute a web site to a client on a
    cross-platform Hybrid CDROM so that they can edit and make
    adjustments. This website also includes 2 flash videos that need to
    be included on the CDROM.
    My problem is this: I encoded the video in the Flash Encoder
    app and brought them into the main Flash app for conversion into
    swf files. I also used the media controller parameter to add a
    control skin to the movies. I now have 2 swf files associated with
    the flv video file, and I understand that all 3 of these must stay
    together for the video to work properly. The video plays correctly
    along with the controller skin on my Mac however only the
    controller shows up but no video on the CDROM. I believe that this
    has something to do with absolute vs. relative file paths for the
    video flv file to the swf controller file.
    I do not know how to change this path - I know "where" to
    change it within the controller parameter options box but do not
    know what syntax exactly to place here. How do you specify a
    relative path here? When I try to do it I get an error saying that
    the flv file cannot be found.
    I am trying to use the following syntax: /video/welding.flv
    where video is the name of the folder and welding is the name of
    the file. I have done numerous Google searches on this subject and
    stil cannot find an answer, so any help is appreciated.

    OK - I assigned the FLVPlayback component the instance name
    of videoPlayer to keep it simple. And I copied the above code into
    an Actions - Frame on Frame 1. FYI - The name of the video has been
    changed from welding to Timet Sponge.
    Now I get the following error messages:
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 1: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = "";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 2: 1120:
    Access of undefined property _global.
    _global.videoURI = "video/Timet Sponge.flv";
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1120:
    Access of undefined property _global.
    videoPlayer.contentPath = _global.videoURI;
    **Error** Scene 1, Layer 'Layer 1', Frame 1, Line 3: 1119:
    Access of possibly undefined property contentPath through a
    reference with static type fl.video:FLVPlayback.
    videoPlayer.contentPath = _global.videoURI;
    Total ActionScript Errors: 4, Reported Errors: 4

  • Flash videos suffering from intermittent "micro-freezes" in animation

    Hello, I have been having issues lately with the latest version 12.0070 flash plugin causing flash based videos to have what I call "mirco freezes" or mircostutter, where a frame in the video freezes for a like a few milliseconds every so often. I ran DTC latency checker and got in the low 100's of microseconds of latency which is normal, even with no video playback. CPU usage is at 10% or less during video playback. I have done complete uninstall of flash, including the registery entry removal and folder removal, but even with fresh install, whether it be ActiveX version for IE or the plugin version for other browsers, still has the microstutter issues during video playback. I also upated all drivers and disabled hardware acceleration. For a final test, I disabled startup items with Msconfig, but I still get the microstutters in flash videos................So here is all I know to do is post my PC info and process monitor log file in the hopes that some bright computer programmer on here can see what is going on.......
    My system info here:
    System Information
    Time of this report: 3/3/2014, 04:01:09
           Machine name: GAMERPC
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: System Product Name
                   BIOS: BIOS Date: 12/13/13 14:36:57 Ver: 48.02
              Processor: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (8 CPUs), ~3.6GHz
                 Memory: 16384MB RAM
    Available OS Memory: 16324MB RAM
              Page File: 3022MB used, 15301MB 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.
            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 7900 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6798)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6798&SUBSYS_0B001002&REV_00
         Display Memory: 4095 MB
       Dedicated Memory: 3046 MB
          Shared Memory: 1049 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: ASUS VS238
             Monitor Id: ACI23FA
            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.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1267 (English)
         Driver Version: 13.350.1005.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 2/23/2014 23:08:16, 1328328 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B71EE2-24D8-11CF-4177-0A2BBEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6798
              SubSys ID: 0x0B001002
            Revision ID: 0x0000
    Driver Strong Name: oem36.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_R575:13.350.1005.0:pci\ven_1002&dev_6798
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_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
    Sound Devices
                Description: Speakers (eClaro)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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: S/PDIF Pass-through Device (eClaro)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                Other Files:
            Driver Provider: HT OMEGA Inc.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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 (eClaro)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Line In (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Stereo Mix (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Wave (eClaro)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: cmudaxp.sys
             Driver Version: 5.12.0001.0008 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/4/2010 14:48:38, 1266688 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    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: Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: G11 Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC225
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1D26
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | |
    | +-+ Generic USB Hub
    | | | Vendor/Product ID: 0x046D, 0xC223
    | | | Location: Port_#0008.Hub_#0004
    | | | Matching Device ID: usb\class_09
    | | | Service: usbhub
    | | |
    | | +-+ USB Input Device
    | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | Location: Port_#0004.Hub_#0005
    | | | | Matching Device ID: generic_hid_device
    | | | | Service: HidUsb
    | | | |
    | | | +-+ HID-compliant device
    | | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | | Matching Device ID: hid_device
    | | | | |
    | | | +-+ HID Keyboard Device
    | | | | | Vendor/Product ID: 0x046D, 0xC225
    | | | | | Matching Device ID: hid_device_system_keyboard
    | | | | | Service: kbdhid
    | | |
    | +-+ Logitech Gaming USB G3 (MX518) Optical Mouse
    | | | Vendor/Product ID: 0x046D, 0xC01E
    | | | Location: Port_#0002.Hub_#0004
    | | | Matching Device ID: usb\vid_046d&pid_c01e
    | | | Lower Filters: LGSUsbFilt
    | | | Service: HidUsb
    | | |
    | | +-+ Logitech HID-compliant G3/MX518 Optical Mouse
    | | | | Vendor/Product ID: 0x046D, 0xC01E
    | | | | Matching Device ID: hid\vid_046d&pid_c01e
    | | | | Lower Filters: LGSHidFilt
    | | | | Service: mouhid
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC221
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 86.0 GB
    Total Space: 228.7 GB
    File System: NTFS
          Model: INTEL SSDSC2BW240A4 SCSI Disk Device
          Drive: F:
    Free Space: 951.5 GB
    Total Space: 953.9 GB
    File System: NTFS
          Model: HGST HTS721010A9E630 SCSI Disk Device
          Drive: G:
    Free Space: 476.8 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: TOSHIBA MQ01ABD050 SCSI Disk Device
          Drive: H:
    Free Space: 328.4 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: TOSHIBA MQ01ABD050 SCSI Disk Device
          Drive: E:
          Model: PIONEER DVD-RW  DVR-216D SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Control Status and Global Errors - 3C2A
    Device ID: PCI\VEN_8086&DEV_3C2A&SUBSYS_84EF1043&REV_07\3&11583659&0&2A
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Virtual Root Port - 1D3E
    Device ID: PCI\VEN_8086&DEV_1D3E&SUBSYS_84EF1043&REV_05\3&11583659&0&88
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller System Address Decoder 0 - 3CF4
    Device ID: PCI\VEN_8086&DEV_3CF4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&66
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 0 - 3C83
    Device ID: PCI\VEN_8086&DEV_3C83&SUBSYS_84EF1043&REV_07\3&4F11E61&0&43
       Driver: n/a
         Name: eClaro
    Device ID: PCI\VEN_13F6&DEV_8788&SUBSYS_97837284&REV_00\5&A5EEC4D&0&000008
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 1 - 3CAB
    Device ID: PCI\VEN_8086&DEV_3CAB&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 - 3CB4
    Device ID: PCI\VEN_8086&DEV_3CB4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&84
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 3 - 3CD0
    Device ID: PCI\VEN_8086&DEV_3CD0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&53
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Address Map, VTd_Misc, System Management - 3C28
    Device ID: PCI\VEN_8086&DEV_3C28&SUBSYS_84EF1043&REV_07\3&11583659&0&28
       Driver: n/a
         Name:
    Device ID: PCI\VEN_8086&DEV_1D3A&SUBSYS_84EF1043&REV_05\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&69
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Root Port 1 - 1D10
    Device ID: PCI\VEN_8086&DEV_1D10&SUBSYS_84EF1043&REV_B5\3&11583659&0&E0
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link 0 - 3C80
    Device ID: PCI\VEN_8086&DEV_3C80&SUBSYS_84EF1043&REV_07\3&4F11E61&0&40
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AAA0&SUBSYS_AAA01002&REV_00\4&15E7D2AB&0&0110
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 0 - 3CAA
    Device ID: PCI\VEN_8086&DEV_3CAA&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7A
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 1 - 3CB3
    Device ID: PCI\VEN_8086&DEV_3CB3&SUBSYS_84EF1043&REV_07\3&4F11E61&0&83
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 2 - 3CC2
    Device ID: PCI\VEN_8086&DEV_3CC2&SUBSYS_84EF1043&REV_07\3&4F11E61&0&52
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode - 3C08
    Device ID: PCI\VEN_8086&DEV_3C08&SUBSYS_84EF1043&REV_07\3&11583659&0&18
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&68
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #2 - 1D2D
    Device ID: PCI\VEN_8086&DEV_1D2D&SUBSYS_84EF1043&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) C600 Series Chipset SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_1D02&SUBSYS_84EF1043&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller RAS Registers - 3C71
    Device ID: PCI\VEN_8086&DEV_3C71&SUBSYS_84EF1043&REV_07\3&4F11E61&0&79
       Driver: n/a
         Name: AMD Radeon HD 7900 Series
    Device ID: PCI\VEN_1002&DEV_6798&SUBSYS_0B001002&REV_00\4&15E7D2AB&0&0010
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Registers - 3CA8
    Device ID: PCI\VEN_8086&DEV_3CA8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&78
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 0 - 3CB2
    Device ID: PCI\VEN_8086&DEV_3CB2&SUBSYS_84EF1043&REV_07\3&4F11E61&0&82
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 1 - 3CC1
    Device ID: PCI\VEN_8086&DEV_3CC1&SUBSYS_84EF1043&REV_07\3&4F11E61&0&51
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&61
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 2a - 3C04
    Device ID: PCI\VEN_8086&DEV_3C04&SUBSYS_84EF1043&REV_07\3&11583659&0&10
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset USB2 Enhanced Host Controller #1 - 1D26
    Device ID: PCI\VEN_8086&DEV_1D26&SUBSYS_84EF1043&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Processor Home Agent Performance Monitoring - 3C46
    Device ID: PCI\VEN_8086&DEV_3C46&SUBSYS_84EF1043&REV_07\3&4F11E61&0&71
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Processor Home Agent - 3CA0
    Device ID: PCI\VEN_8086&DEV_3CA0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&70
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 - 3CB1
    Device ID: PCI\VEN_8086&DEV_3CB1&SUBSYS_84EF1043&REV_07\3&4F11E61&0&81
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Power Control Unit 0 - 3CC0
    Device ID: PCI\VEN_8086&DEV_3CC0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&50
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Unicast Register 0 - 3CE8
    Device ID: PCI\VEN_8086&DEV_3CE8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&60
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 IIO PCI Express Root Port 1a - 3C02
    Device ID: PCI\VEN_8086&DEV_3C02&SUBSYS_84EF1043&REV_07\3&11583659&0&08
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset SMBus Host Controller - 1D22
    Device ID: PCI\VEN_8086&DEV_1D22&SUBSYS_84EF1043&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor - 3C45
    Device ID: PCI\VEN_8086&DEV_3C45&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9E
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 1 - 3C94
    Device ID: PCI\VEN_8086&DEV_3C94&SUBSYS_84EF1043&REV_07\3&4F11E61&0&4C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 - 3CB0
    Device ID: PCI\VEN_8086&DEV_3CB0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&80
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 DDRIO - 3CB8
    Device ID: PCI\VEN_8086&DEV_3CB8&SUBSYS_84EF1043&REV_07\3&4F11E61&0&88
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QuickPath Interconnect Agent Ring Registers - 3CE6
    Device ID: PCI\VEN_8086&DEV_3CE6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 DMI2 - 3C00
    Device ID: PCI\VEN_8086&DEV_3C00&SUBSYS_84EF1043&REV_07\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor - 3C44
    Device ID: PCI\VEN_8086&DEV_3C44&SUBSYS_84EF1043&REV_07\3&4F11E61&0&9D
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 1 - 3C93
    Device ID: PCI\VEN_8086&DEV_3C93&SUBSYS_84EF1043&REV_07\3&4F11E61&0&4B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 4 - 3CAE
    Device ID: PCI\VEN_8086&DEV_3CAE&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7E
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 3 - 3CB7
    Device ID: PCI\VEN_8086&DEV_3CB7&SUBSYS_84EF1043&REV_07\3&4F11E61&0&87
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 R2PCIe - 3CE4
    Device ID: PCI\VEN_8086&DEV_3CE4&SUBSYS_84EF1043&REV_07\3&4F11E61&0&98
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Ring to PCI Express Performance Monitor - 3C43
    Device ID: PCI\VEN_8086&DEV_3C43&SUBSYS_84EF1043&REV_07\3&4F11E61&0&99
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_84EF1043&REV_A5\3&11583659&0&F0
       Driver: n/a
         Name: Asmedia 106x SATA Controller
    Device ID: PCI\VEN_1B21&DEV_0612&SUBSYS_84B71043&REV_01\4&E31A1DC&0&00E5
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 System Address Decoder - 3CF6
    Device ID: PCI\VEN_8086&DEV_3CF6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&67
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link 1 - 3C90
    Device ID: PCI\VEN_8086&DEV_3C90&SUBSYS_84EF1043&REV_07\3&4F11E61&0&48
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 3 - 3CAD
    Device ID: PCI\VEN_8086&DEV_3CAD&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7D
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller ERROR Registers 2 - 3CB6
    Device ID: PCI\VEN_8086&DEV_3CB6&SUBSYS_84EF1043&REV_07\3&4F11E61&0&86
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Semaphore and Scratchpad Configuration Registers - 3CE3
    Device ID: PCI\VEN_8086&DEV_3CE3&SUBSYS_84EF1043&REV_07\3&4F11E61&0&5B
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 I/O APIC - 3C2C
    Device ID: PCI\VEN_8086&DEV_3C2C&SUBSYS_84EF1043&REV_07\3&11583659&0&2C
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset LPC Controller - 1D41
    Device ID: PCI\VEN_8086&DEV_1D41&SUBSYS_84EF1043&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) C600/X79 series chipset PCI Express Root Port 6 - 1D1A
    Device ID: PCI\VEN_8086&DEV_1D1A&SUBSYS_84EF1043&REV_B5\3&11583659&0&E5
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller System Address Decoder 1 - 3CF5
    Device ID: PCI\VEN_8086&DEV_3CF5&SUBSYS_84EF1043&REV_07\3&4F11E61&0&6E
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_17A0&DEV_7163&SUBSYS_00000000&REV_01\4&1B611CD4&0&0008
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 QPI Link Reut 0 - 3C84
    Device ID: PCI\VEN_8086&DEV_3C84&SUBSYS_84EF1043&REV_07\3&4F11E61&0&44
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Target Address Decoder 2 - 3CAC
    Device ID: PCI\VEN_8086&DEV_3CAC&SUBSYS_84EF1043&REV_07\3&4F11E61&0&7C
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 - 3CB5
    Device ID: PCI\VEN_8086&DEV_3CB5&SUBSYS_84EF1043&REV_07\3&4F11E61&0&85
       Driver: n/a
         Name: Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Interrupt Control Registers - 3CE0
    Device ID: PCI\VEN_8086&DEV_3CE0&SUBSYS_84EF1043&REV_07\3&4F11E61&0&58
       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.18221
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    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
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    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,13.30.0000.40223
    AMD Video Decoder,0x00200000,1,2,atimpenc.dll,13.30.0000.40223
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    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,
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    Xvid MPEG-4 Video Decoder,0x00800000,1,1,xvid.ax,
    AMD MJPEG Decoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    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
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    AMD Video Encoder,0x00200000,1,1,atimpenc.dll,13.30.0000.40223
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,13.30.0000.40223
    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
    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,13.30.0000.40223
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18175
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18175
    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
    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.17835
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    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,13.30.0000.40223
    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
    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
    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
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,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
    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,13.30.0000.40223
    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
    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 (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Line In (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Stereo Mix (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Wave (eClaro),0x00200000,0,0,qcap.dll,6.06.7601.17514
    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:
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Wave In,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    eClaro,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Digital,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    eClaro Wave In,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:
    UScreenCapture,0x00600000,0,1,UScreenCapture.ax,5.00.0000.0160
    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 (eClaro),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: S/PDIF Pass-through Device (eClaro),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (eClaro),0x00200000,1,0,quartz.dll,6.06.7601.17713
    S/PDIF Pass-through Device (eCl,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
    Process monitor logfile.PML here:
    http://www.fileswap.com/dl/aY93egygnR/

    Hi
    You said you are using Chrome
    Did you notice the same issue using other browsers like Firefox or IE?

Maybe you are looking for

  • Convert .doc file with embedded file(s)

    Dear all, I have around 1 million documents that need to convert from .doc / .xls to PDF, and I've found that some .doc files embedded with other files into it, like a .doc inside another .doc, or .xls inside another .doc, for those files, after conv

  • Moving in form from box to box

    I created a form and when I was done in testing, when I go to my first box, then tab to the next box each time I go to the next box, it randomly goes all over the place. Is there a way I can change the way it tabs from box to box??

  • Creative Suite (CS4) Design Premium Download

    I'm a registered user of Creative Suite (CS4) Design Premium, but I lost the DVD's. ¿Can I Download the software from Adobe? ¿Can Adobe send me another pack of the DVD's of CS4 Design Premium? Thank You.

  • Used Movement types

    Hello, Is there any report that shows all the movement types that are used in a system? There are lots of movement types created and only some are used . How can i see them? Thank you for your help.

  • It seems that Import bookmarks form Opera(v.11.01) doen't work. How can I perform this?

    1) Open firefox browser 2) Open Bookmarks window 3) Import Html... ->Opera 4) then I choos my opera vertion 5) press next 6) see that import has been finished successfully but my opera bookmarks haven't been appeared