Help with importing videos

Hey all, just got a brand new iPod 30 GB video.
first off, I made sure it was updated with my Vista system, so there wouldn't be any problems. Works perfect, but when I imported a .mpg-4 video, it wouldn't immediately import. no biggie, right? I just used that "right click- convert to iPod" selection. then, I placed the small 5 minute music video into my iPod.
Here's where my issues start. Why is it incredibly laggy? you can hear the audio perfectly, but the video just doesn't seem to catch up. Any tips???

It may need to be converted using a 3rd party converter.
See this for help: Guide to converting video for iPod (Mac/Windows).

Similar Messages

  • Can someone help with importing video from Canon XA10 (AVCHD) into PE 11?

    In PE 11 when I import video from my canon xa10 (avchd) the quality is terrible, I also have a canon xa20, 60D and gopro that I video with and they all turn out with great video quality.  Is there a reason why the xa10 video quality is bad? Setting I need to change?

    dillonknopp
    Thanks for the follow up.
    In Premiere Elements 11 and 12 takes over setting the project preset based on the properties of the first file drag to the Timeline. Sometimes it does it right; sometimes not. You can check what the project has set by using the readings from Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Size, and Pixel Aspect Ratio even if the fields look grayed out. If the project preset is set for NTSC AVCHD Full HD1080p30, then the Edit Menu/Project Settings/General should be as represented in the following screenshot
    Please refer to setting the project preset yourself manually and then importing the source media into the project.
    ATR Premiere Elements Troubleshooting: PE11: Accuracy of Automatic Project Preset (New Project Dialog) Setting
    Depending on how the current stage of troubleshooting progresses, you might want to post a screenshot
    of your Expert workspace, showing the Edit area monitor display of the rendered Timeline.
    We will be watching for your results.
    Thank you.
    ATR

  • NEED HELP WITH IMPORT VIDEO FRAMES TO LAYERS!!!!

    I'm trying to make GIFs from videos but every time I try importing 'Video Frames to Layers', it keeps telling me I need to download QuickTime 7.1 or higher! So I downloaded it and it DOESN'T DETECT that I downloaded it! So I decided to enable the codec in QuickTime to Photoshop, THAT DOESN'T WORK EITHER! So I uninstalled it and reinstalled QuickTime and IT STILL DOESN'T WORK!
    WHAT THE HELL? WHY WON'T THIS WORK??? AAAAGGGHHHHH!!!!!!

    Something is blocking the qtserver32.exe and dynamiclinkmanager.exe on your system. These auxiliary components are required to provide access to QT features. turn off your virus scanner, check your firewall etc.
    Mylenium

  • Help with importing video; smaller F.O.V. than recorded.

    I am importing clips that I shot on my Canon EOS 60D.
    They are 1080p 24fps .MOV files. I may have trouble explaining my problem, so bear with me.
    The image that is given to me in Premiere is considerably smaller than what I originally recorded on the camera. I am only given a portion of the image. For example, I have a shot where my parents were at the edges of the frame on my LCD. I imported the clip to Premiere and cannot see them at all, I can only see the very center of the shot.
    I'm not sure if I'm shooting with the wrong settings on the camera, selecting the wrong sequence options, or importing the clips incorrectly or something.
    If anyone can help me, it would help a lot! Thank you in advance.

    Your sequence preset doesn't match your footage. Pick a sequence preset that does match from the New Sequence dialog, or drag a clip to the New Item button (looks like a dog-earred sheet of paper) at the bottom of the Project panel. A sequence will be create that matches your footage.
    Also, make sure to set the Program Monitor zoom to "Fit."

  • Help with importing video from digi camera

    Hey guys, we made a short movie on the spur of the moment so we just used my digital camera and when I plugged it into the computer it would only show up in iPhoto obviously. But I imported the movies into iPhoto and then I was hoping to import them from there into iMovie but when I do it only zooms in on the first frame and doesnt play the clip. Is there any way to be able to get a video off of the digi camera and be able to edit it on iMovie, Thanks.

    Another thing you can do, is put the video clip on your desktop from your digi camera. And then in iMovie, do File > Import and then open your video clip from your desktop.

  • Help with embedding videos

    Hello,
    I please need help with embedding videos from youtube. I do this via the Web panel (not the video panel) and copied the embed code on Youtube and pasted it into my Indesign CS6 (autoplay activated). I did it according to that helpful video: http://blogs.adobe.com/jlockman/2013/06/04/embedding-youtube-videos-into-your-dps-project/
    However, when testing this on my iPad, only a white box appears and I cannot press a play button.

    Are you sure, that you changed code from youtube?
    Code from youtube is:
    src="//www.youtube.com/embed/KulFWmvbEu4
    but you need to change it to
    src="https://www.youtube.com/embed/KulFWmvbEu4
    For us, best result is to embed video via:
    menu Object > Include HTML (don't know exact english name of menu), paste iframe code with correct http link and then it works.

  • I need help with my videos now that I downloaded the ios6.  It won't play.

    I need help with my videos. I downloaded the ios6 and now they won't play.  Does anyone know how to fix?

    Wanted to let everyone know that after looking at other discussions I did a hard reboot and it is now working.  Love this site!

  • Problems with importing video to imovie

    I have a Sony Camorder and i'm having issues with importing video files to my Macbook. The message I'm receive is:
    Error occured during import
    There was a problem importing 1 of 1 clips from your camera. Please review the imported movies carefully.

    While we all have MacBooks in this forum not all of us use iMovie. There's an iMovie Support Community where everybody uses iMovie. You should also post this question there to increase your chances of getting an answer. https://discussions.apple.com/community/ilife/imovie

  • Help with flash video buffering

    I need help with flash video buffering. I've created a
    buffering graphic to show up when the clip is loading. The problem
    that I'm having is that when the video finishs playing, the buffer
    is empty and the graphic pops back on. The following is the code
    that I'm using to call and buffer the video. Any help would be
    great!
    stop();
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    ns.setBufferTime(10);
    ns.onStatus = function(info){
    if(info.code == "NetStream.Buffer.Full"){
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty"){
    bufferClip._visible = true;
    if (info.code == "NetStream.Stop") {
    bufferClip._visible = false;
    theVideo.attachVideo (ns);
    ns.play("my_clip.flv");
    rewindButton.onRelease= function(){
    ns.seek(0);
    playButton.onRelease= function(){
    ns.pause();
    }

    Again thank you for your help in advance...
    I put the script folder into the root. As far as the .flv
    file it is showing up as being "put" to my web server. when i
    checked the root folder it is there. again i am having the same
    problem.. the local view works but when i check it on the web it
    just shows that there should be a flash video there but it does not
    show up.
    i created a new root for this test page the new link is..
    http://www.wfwa.org/TESTindexfolder/TESTindex.asp
    here are the files that are showing up in it...
    flashprojectwebvid.fla
    flashprojectwebvid.html
    flashprojectwebvid.swf
    PBSpromo.flv
    SteelExternalPlaySeekMute.swf
    TESTindex.asp
    and the Scripts folder
    thanks again for any help..

  • Help with Flash Video Import

    I was hoping to get some help with something that is frustrating me.
    I have an .fla file with two frames. In the first frame I need a movie (.flv). When the movie ends I need to progress to the next frame on the time line.
    I have converted the original .mov to an .flv and imported it into my file as an external viseo w/playback component and no skin. It is now in my library as FLVPlayback and I have given it an instance name of 'goFrame'. Its contentPath is the name of my .flv file (P1010472.flv)
    So I put the FLVPlayback onto my first frame and I put a stop() in the actions for the frame; and I have text on the second frame, also with a stop to see when the frame has advanced.
    I found this code:
    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
            _root.gotoAndPlay(2);
    myMedia.addEventListener("complete", listenerObject); 
    I was under the impression I put this code in the actions for the frame that has the video component (the first frame)
    I replaced 'myMedia' with 'goFrame' which is the instance name I gave my FLVPlayback but what is the listener object? This is the code I now have on the first frame actions:
    stop();
    var FLVPlayback:Object = new Object();
    FLVPlayback.complete = function(eventObject:Object):Void {
            gotoAndPlay(2);
    goFrame.addEventListener("complete", listenerObject);
    but it doesnt advance at the end of the video, it stop on frame 1 after playing the video.
    I know I must name the 'listenerObject' and the 'myMedia' event listener but I must say I am simply confused what goes where. I may be a bit dense as I have been reading forums that are discussion this type of thing but cannot figure what name goes where in this code or if I am entering it correctly. It simply is not advancing.
    can anyone give me a hint?
    Chris

    use:
    var listenerObject:Object = new Object();
    listenerObject.complete = function(eventObject:Object):Void {
            _root.gotoAndPlay(2);
    goFrame.addEventListener("complete", listenerObject); 

  • Problem with importing videos onto itunes?? please help!!

    i can't figure out how to upload videos onto my itunes video library.. i don't know what to do

    Hard to help with so little information.
    What videos? From where?

  • Please I really need help with this video problem.

    Hi!
    Please I need help with this app I am trying to make for an Android cellphone and I've been struggling with this for a couple of months.
    I have a main flash file (video player.fla) that will load external swf files. This is the main screen.When I click the Sets Anteriores button I want to open another swf file called sets.swf.The app is freezing when I click Sets Anteriores button
    Here is the code for this fla file.
    import flash.events.MouseEvent;
    preloaderBar.visible = false;
    var loader:Loader = new Loader();
    btHome.enabled = false;
    var filme : String = "";
    carregaFilme("home.swf");
    function carregaFilme(filme : String ) :void
      var reqMovie:URLRequest = new URLRequest(filme);
      loader.load(reqMovie);
      loader.contentLoaderInfo.addEventListener(Event.OPEN,comeco);
      loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,progresso);
      loader.contentLoaderInfo.addEventListener(Event.COMPLETE,completo);
      palco.addChild(loader); 
    function comeco(event:Event):void
              preloaderBar.visible = true;
              preloaderBar.barra.scaleX = 0;
    function progresso(e:ProgressEvent):void
              var perc:Number = e.bytesLoaded / e.bytesTotal;
              preloaderBar.percent.text = Math.ceil(perc*100).toString();
              preloaderBar.barra.scaleX =  perc;
    function completo(e:Event):void
              preloaderBar.percent.text = '';
              preloaderBar.visible = false;
    btHome.addEventListener(MouseEvent.MOUSE_DOWN,onHomeDown);
    btHome.addEventListener(MouseEvent.MOUSE_UP,onHomeUp);
    btSets.addEventListener(MouseEvent.MOUSE_DOWN,onSetsDown);
    btSets.addEventListener(MouseEvent.MOUSE_UP,onSetsUp);
    btVivo.addEventListener(MouseEvent.MOUSE_DOWN,onVivoDown);
    btVivo.addEventListener(MouseEvent.MOUSE_UP,onVivoUp);
    btHome.addEventListener(MouseEvent.CLICK,onHomeClick);
    btSets.addEventListener(MouseEvent.CLICK,onSetsClick);
    function onSetsClick(Event : MouseEvent) : void
              if (filme != "sets.swf")
                          filme = "sets.swf";
                          carregaFilme("sets.swf");
    function onHomeClick(Event : MouseEvent) : void
              if (filme != "home.swf")
                          filme = "home.swf";
                          carregaFilme("home.swf");
    function onHomeDown(Event : MouseEvent) : void
              btHome.y += 1;
    function onHomeUp(Event : MouseEvent) : void
              btHome.y -= 1;
    function onSetsDown(Event : MouseEvent) : void
              btSets.y += 1;
    function onSetsUp(Event : MouseEvent) : void
              btSets.y -= 1;
    function onVivoDown(Event : MouseEvent) : void
              btVivo.y += 1;
    function onVivoUp(Event : MouseEvent) : void
              btVivo.y -= 1;
    Now this is the sets.fla file:
    Here is the code for sets.fla
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    var video:Video;
    var nc:NetConnection;
    var ns:NetStream;
    var t : Timer = new Timer(1000,0);
    var meta:Object = new Object();
    this.addEventListener(Event.ADDED_TO_STAGE,init);
    function init(e:Event):void{
    video= new Video(320, 240);
    addChild(video);
    video.x = 80;
    video.y = 100;
    nc= new NetConnection();
    nc.connect(null);
    ns = new NetStream(nc);
    ns.addEventListener(NetStatusEvent.NET_STATUS, onStatusEvent);
    ns.bufferTime = 1;
    ns.client = meta;
    video.attachNetStream(ns);
    ns.play("http://www.djchambinho.com/videos/segundaquinta.flv");
    ns.pause();
    t.addEventListener(TimerEvent.TIMER,timeHandler);
    t.start();
    function onStatusEvent(stat:Object):void
              trace(stat.info.code);
    meta.onMetaData = function(meta:Object)
              trace(meta.duration);
    function timeHandler(event : TimerEvent) : void
      if (ns.bytesLoaded>0&&ns.bytesLoaded == ns.bytesTotal )
                ns.resume();
                t.removeEventListener(TimerEvent.TIMER,timeHandler);
                t.stop();
    The problem is when I test it on my computer it works but when I upload it to my phone it freezes when I click Sets Anteriores button.
    Please help me with this problem I dont know what else to do.
    thank you

    My first guess is you're simply generating an error. You'll always want to load this on your device in quick debugging over USB so you can see any errors you're generating.
    Outside that, if you plan on accessing anything inside the SWF you should be loading the SWF into the correct context. Relevant sample code:
    var context:LoaderContext = new LoaderContext();
    context.securityDomain = SecurityDomain.currentDomain;
    context.applicationDomain = ApplicationDomain.currentDomain;
    var urlReq:URLRequest = new URLRequest("http://www.[your_domain_here].com/library.swf");
    var ldr:Loader = new Loader();
    ldr.load(urlReq, context);
    More information:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7de0.html
    If you're doing this on iOS you'll need to stripped SWFs if you plan on using any coding (ABC) inside the files. You mentioned iOS so I won't get into that here, but just incase, here's info on stripping external SWFs:
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/

  • .swf files with imported video are just white slides with no audio.

    Hello there,
    I had been using Adobe Presenter 7 until recently and I have now upgraded to Presenter 10 for use within Powerpoint 2013. Unfortunately I am having quite a few issues with it.
    I am using it to make presentations built up of imported video files, as I had been doing before with Presenter 7 without any issue. I typically have a presentation of 6 parts and import each video file ~80MB Mp4 into a single slide then name each slide adding a presenter and output it to an 'swf' file. This worked fine in Presenter 7.0.7. Now my issue is that the output will load the player it will have the correct presenter, and timings on the chaptered sidebar but when it plays the presentation area of the screen is just white, there's no audio, no video just the correct time for each section. I've checked the output folder the individual video files will play within windows media player without issue.
    It should be noted that the html5 only version works fine, until uploaded to a web server and then it will not load any of the player with IE11 (I can't test it in other browsers).
    I would appreciate some help with this if anyone has any ideas to fix this.
    Many thanks

    Well make sure you have read and write permissions on the file. Do a get info in the video (command-I) and alter it as necessary.
    Daniel C. Slagle
    Keeper of the "Unofficial" iMovie FAQ  
    http://iMovie.danslagle.com

  • I need help with streaming video

    I have 7 videos I've produced that I would like to
    progressively stream from my web site. They're all approx 400 x 200
    about 2 minutes long with sound. I have a scene set up with each
    video in a separate keyframe so you can navigate from one to the
    other in the same scene.
    I can get the videos to play locally. When I upload the swf
    and .flvs to my server, they won't play. One error message I get on
    output states that "**Warning** The linkage identifier
    'FLVPlayback' was already assigned to the symbol 'FLVPlayback', and
    cannot be assigned to the symbol 'golden', since linkage
    identifiers must be unique." What I did there is rename each video
    in my library from FLVPlayback to a unique name so I can identify
    it.
    I get that output error message for each of the videos that
    I'm trying to publish. It sounds like I have to change the
    Identifier in each video, but I haven't figured out how to do that.
    Any ideas or suggestions would be greatly appreciated!

    Ah, I see what happened. Every time I import a QT into the
    library, Flash creates a FLVPlayback component along with a .flv
    file. I cleared all but one FLVPlayback component and reimported
    the .flvs to stage and now I have streaming video on the website.
    Thanks clbeech, that was really helpful!
    One more issue. I've selected one of the prebuilt skins
    (Clearexternalplayseekmute.swf) to control video, while it works
    locally, I can't see it on the server. Do the skins need additional
    code to work?

  • Looking for help on importing video in Lightroom 4.4

    I am not sure when this started happening or what has changed.  I went to import some video and in the import dialog box all my video files show "Preview unavailable for this file" in the thumbnail in the grid view.  And if I try to import them i get a dialog box with a message that says Import Results > Some import operations were not performed. > There is a problem with the video file (1) > [Filename].AVI
    I am currently using windows 8 and I have imported video to this catalog before from the same camera.  The video plays fine in the video players(windows media player, quicktime, and the new video app on windows 8 that is the default player in the OS). 
    I went throught the http://helpx.adobe.com/lightroom/kb/troubleshoot-video-issues-lightroom-4.html and did all those suggestions.  I am now turning to the forums before I reach out to support. 
    Has anyone else run into this issue or a simililar one that may be able to give me a workaround or solution?
    I am a cloud subscriber and all my programs are up to date.  Windows is current, all players are current, and this specific catalog has .AVI files in it from the same camera and the firmware on the camera has never been updated since I started shooting video.
    Thanks,
    Alex
    System Information
    Time of this report: 5/17/2013, 09:54:11
           Machine name: ALEX_OFFICE_PC
       Operating System: Windows 8 64-bit (6.2, Build 9200) (9200.win8_gdr.130306-1502)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: h8-1414
                   BIOS: v8.06
              Processor: AMD FX(tm)-6120 Six-Core Processor              (6 CPUs), ~3.5GHz
                 Memory: 10240MB RAM
    Available OS Memory: 10030MB RAM
              Page File: 6255MB used, 5245MB 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.02.9200.16384 64bit 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 7450
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x677B)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_677B&SUBSYS_249F1462&REV_00
         Display Memory: 5765 MB
       Dedicated Memory: 1006 MB
          Shared Memory: 4758 MB
           Current Mode: 1600 x 900 (32 bit) (60Hz)
           Monitor Name: Dell S2009W(Digital)
          Monitor Model: DELL S2009W
             Monitor Id: DELA045
            Native Mode: 1600 x 900(p) (59.978Hz)
            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.1140 (English)
         Driver Version: 8.982.10.6000
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 9/22/2012 00:02:14, 1112064 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-243B-11CF-A673-9504BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x677B
              SubSys ID: 0x249F1462
            Revision ID: 0x0000
    Driver Strong Name: oem27.inf:cb0ae4144888a682:ati2mtag_NI:8.982.10.6000:pci\ven_1002&dev_677b&subsys_249f146 2
         Rank Of Driver: 00E00001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD 
       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: AMD Radeon HD 7450
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x677B)
               DAC type: Internal DAC(400MHz)
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_1002&DEV_677B&SUBSYS_249F1462&REV_00
         Display Memory: 5765 MB
       Dedicated Memory: 1006 MB
          Shared Memory: 4758 MB
           Current Mode: 1440 x 900 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: L1975NW
             Monitor Id: WDE5150
            Native Mode: 1440 x 900(p) (59.887Hz)
            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.1140 (English)
         Driver Version: 8.982.10.6000
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 9/22/2012 00:02:14, 1112064 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-243B-11CF-A673-9504BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x677B
              SubSys ID: 0x249F1462
            Revision ID: 0x0000
    Driver Strong Name: oem27.inf:cb0ae4144888a682:ati2mtag_NI:8.982.10.6000:pci\ven_1002&dev_677b&subsys_249f146 2
         Rank Of Driver: 00E00001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD 
       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 / Headphones (IDT High Definition Audio CODEC)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AC8&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6429.0000 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 10/22/2012 04:02:10, 543744 bytes
                Other Files:
            Driver Provider: IDT
             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: Digital Output (S/PDIF) (IDT High Definition Audio CODEC)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76C7&SUBSYS_103C2AC8&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6429.0000 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 10/22/2012 04:02:10, 543744 bytes
                Other Files:
            Driver Provider: IDT
             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: Line In (IDT High Definition Audio CODEC)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6429.0000 (English)
          Driver Attributes: Final Retail
              Date and Size: 10/22/2012 04:02:10, 543744 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: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x1060
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x1060
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x1060
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1002, 0x4397
    | Matching Device ID: USB\ROOT_HUB
    | Service: usbhub
    | Driver: usbhub.sys, 2/2/2013 07:19:44, 496872 bytes
    | Driver: usbd.sys, 9/20/2012 03:55:32, 21736 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x04F2, 0x1060
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/25/2012 22:28:49, 29184 bytes
    | Driver: kbdclass.sys, 7/26/2012 01:00:52, 48368 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x0461, 0x4D0F
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 3/1/2013 22:15:53, 26112 bytes
    | Driver: mouclass.sys, 7/26/2012 01:00:55, 45808 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 598.0 GB
    Total Space: 932.1 GB
    File System: NTFS
          Model: Seagate ST1000DM003-9YN1 SCSI Disk Device
          Drive: D:
    Free Space: 2.5 GB
    Total Space: 20.0 GB
    File System: NTFS
          Model: Seagate ST1000DM003-9YN1 SCSI Disk Device
          Drive: M:
    Free Space: 1093.0 GB
    Total Space: 1907.7 GB
    File System: NTFS
          Model: WD My Book 1140 USB Device
          Drive: F:
          Model: hp DVD A  DH16ACSHR SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.02.9200.16384 (English), 7/25/2012 22:26:36, 174080 bytes
    System Devices
         Name: AMD IOMMU Device
    Device ID: PCI\VEN_1002&DEV_5A23&SUBSYS_5A231002&REV_00\3&11583659&0&02
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_5A19&SUBSYS_5A141002&REV_00\3&11583659&0&28
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_43A0&SUBSYS_00001002&REV_00\3&11583659&0&A8
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_2AC8103C&REV_00\3&11583659&0&B0
       Driver: C:\windows\system32\drivers\usbohci.sys, 6.02.9200.16461 (English), 11/20/2012 00:56:27, 27136 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_2AC8103C&REV_00\3&11583659&0&98
       Driver: C:\windows\system32\drivers\usbohci.sys, 6.02.9200.16461 (English), 11/20/2012 00:56:27, 27136 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4397&SUBSYS_2AC8103C&REV_00\3&11583659&0&90
       Driver: C:\windows\system32\drivers\usbohci.sys, 6.02.9200.16461 (English), 11/20/2012 00:56:27, 27136 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_4383&SUBSYS_2AC8103C&REV_40\3&11583659&0&A2
       Driver: C:\windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16420 (English), 9/20/2012 02:08:44, 71168 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1601&SUBSYS_00000000&REV_00\3&11583659&0&C1
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_43A3&SUBSYS_00001002&REV_00\3&11583659&0&AB
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: ATI I/O Communications Processor SMBus Controller
    Device ID: PCI\VEN_1002&DEV_4385&SUBSYS_2AC8103C&REV_42\3&11583659&0&A0
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1604&SUBSYS_00000000&REV_00\3&11583659&0&C4
       Driver: n/a
         Name: Texas Instruments USB 3.0 eXtensible Host Controller - 0096 (Microsoft)
    Device ID: PCI\VEN_104C&DEV_8241&SUBSYS_2AC8103C&REV_02\4&5DC256B&0&0028
       Driver: C:\windows\system32\DRIVERS\UCX01000.SYS, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 212200 bytes
       Driver: C:\windows\system32\DRIVERS\USBXHCI.SYS, 6.02.9200.16548 (English), 3/2/2013 06:57:48, 337128 bytes
         Name: Ralink RT3290 802.11bgn Wi-Fi Adapter
    Device ID: PCI\VEN_1814&DEV_3290&SUBSYS_18EC103C&REV_00\4&EDB6346&0&00AA
       Driver: C:\windows\system32\DRIVERS\netr28x.sys, 5.00.0025.0000 (English), 4/15/2013 07:02:04, 2482960 bytes
       Driver: C:\windows\system32\drivers\vwifibus.sys, 6.02.9200.16384 (English), 7/25/2012 22:27:54, 24064 bytes
       Driver: C:\windows\system32\RaCoInstx.dll, 1.00.0008.0000 (English), 6/19/2012 13:31:24, 327008 bytes
       Driver: C:\windows\system32\RaCoInst.dat, 4/15/2013 07:02:04, 13973 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA98&SUBSYS_AA981462&REV_00\4&2534E90F&0&0110
       Driver: C:\windows\system32\DRIVERS\hdaudbus.sys, 6.02.9200.16420 (English), 9/20/2012 02:08:44, 71168 bytes
         Name: ATI I/O Communications Processor PCI Bus Controller
    Device ID: PCI\VEN_1002&DEV_4384&SUBSYS_00000000&REV_40\3&11583659&0&A4
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_43A1&SUBSYS_00001002&REV_00\3&11583659&0&A9
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1602&SUBSYS_00000000&REV_00\3&11583659&0&C2
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1002&DEV_5A14&SUBSYS_5A141002&REV_02\3&11583659&0&00
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1605&SUBSYS_00000000&REV_00\3&11583659&0&C5
       Driver: n/a
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_2AC8103C&REV_06\4&693E52D&0&00AB
       Driver: C:\windows\system32\DRIVERS\Rt630x64.sys, 8.03.0730.2012 (English), 8/1/2012 12:42:06, 690832 bytes
       Driver: C:\windows\system32\RtNicProp64.dll, 1.02.0000.0004 (English), 8/1/2012 12:42:06, 74344 bytes
         Name: AMD AHCI Compatible RAID Controller
    Device ID: PCI\VEN_1002&DEV_4393&SUBSYS_2AC8103C&REV_40\3&11583659&0&88
       Driver: C:\windows\system32\DRIVERS\ahcix64s.sys, 3.04.1592.0003 (English), 8/17/2012 09:42:36, 291648 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_2AC8103C&REV_00\3&11583659&0&B2
       Driver: C:\windows\system32\drivers\usbehci.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:32, 79080 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_2AC8103C&REV_00\3&11583659&0&9A
       Driver: C:\windows\system32\drivers\usbehci.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:32, 79080 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4396&SUBSYS_2AC8103C&REV_00\3&11583659&0&92
       Driver: C:\windows\system32\drivers\usbehci.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:32, 79080 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1600&SUBSYS_00000000&REV_00\3&11583659&0&C0
       Driver: n/a
         Name: AMD Radeon HD 7450
    Device ID: PCI\VEN_1002&DEV_677B&SUBSYS_249F1462&REV_00\4&2534E90F&0&0010
       Driver: C:\windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1253 (English), 9/22/2012 00:02:24, 10316800 bytes
       Driver: C:\windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/22/2012 00:02:22, 53248 bytes
       Driver: C:\windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6268 (English), 9/22/2012 00:02:18, 370688 bytes
       Driver: C:\windows\system32\atiumd64.dll, 9.14.0010.0924 (English), 9/22/2012 00:02:12, 6676992 bytes
       Driver: C:\windows\system32\atiumd6a.dll, 8.14.0010.0363 (English), 9/22/2012 00:02:20, 4268544 bytes
       Driver: C:\windows\system32\atitmm64.dll, 6.14.0011.0023 (English), 9/22/2012 00:02:22, 120320 bytes
       Driver: C:\windows\system32\atiicdxx.dat, 4/13/2012 07:30:10, 637743 bytes
       Driver: C:\windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/22/2012 00:02:22, 56320 bytes
       Driver: C:\windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/22/2012 00:02:18, 56320 bytes
       Driver: C:\windows\system32\atiadlxx.dll, 6.14.0010.1106 (English), 9/22/2012 00:02:12, 540672 bytes
       Driver: C:\windows\system32\atiumd6a.cap, 9/22/2012 00:02:20, 3150560 bytes
       Driver: C:\windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/22/2012 00:02:20, 21504 bytes
       Driver: C:\windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/22/2012 00:02:22, 163840 bytes
       Driver: C:\windows\system32\ativvsva.dat, 7/5/2012 13:34:18, 157144 bytes
       Driver: C:\windows\system32\ativvsvl.dat, 7/5/2012 13:34:18, 204952 bytes
       Driver: C:\windows\system32\atiesrxx.exe, 6.14.0011.1126 (English), 9/22/2012 00:02:18, 239616 bytes
       Driver: C:\windows\system32\atieclxx.exe, 6.14.0011.1126 (English), 9/22/2012 00:02:20, 534528 bytes
       Driver: C:\windows\system32\atidemgy.dll, 2.00.4644.2971 (English), 9/22/2012 00:02:22, 442368 bytes
       Driver: C:\windows\system32\atio6axx.dll, 6.14.0010.11774 (English), 9/22/2012 00:02:16, 24854528 bytes
       Driver: C:\windows\system32\aticaldd64.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:18, 16034304 bytes
       Driver: C:\windows\system32\aticalrt64.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:14, 51200 bytes
       Driver: C:\windows\system32\aticalcl64.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:24, 44544 bytes
       Driver: C:\windows\system32\atipblag.dat, 9/13/2011 10:06:16, 3917 bytes
       Driver: C:\windows\system32\atiu9p64.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:24, 103936 bytes
       Driver: C:\windows\system32\atiuxp64.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:20, 129536 bytes
       Driver: C:\windows\system32\atig6pxx.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:22, 17920 bytes
       Driver: C:\windows\system32\atig6txx.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:18, 41984 bytes
       Driver: C:\windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 5/12/2009 09:35:28, 118784 bytes
       Driver: C:\windows\system32\atiapfxx.blb, 9/22/2012 00:02:12, 270536 bytes
       Driver: C:\windows\system32\atidxx64.dll, 8.17.0010.0451 (English), 9/22/2012 00:02:14, 7052288 bytes
       Driver: C:\windows\SysWOW64\atiumdag.dll, 9.14.0010.0924 (English), 9/22/2012 00:02:22, 5540008 bytes
       Driver: C:\windows\SysWOW64\atiumdva.dll, 8.14.0010.0363 (English), 9/22/2012 00:02:24, 4753408 bytes
       Driver: C:\windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/22/2012 00:02:20, 56832 bytes
       Driver: C:\windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/22/2012 00:02:12, 56832 bytes
       Driver: C:\windows\SysWOW64\atiadlxy.dll, 6.14.0010.1106 (English), 9/22/2012 00:02:20, 368640 bytes
       Driver: C:\windows\SysWOW64\atiumdva.cap, 9/22/2012 00:02:24, 3187136 bytes
       Driver: C:\windows\SysWOW64\ativvsva.dat, 7/5/2012 13:34:18, 157144 bytes
       Driver: C:\windows\SysWOW64\ativvsvl.dat, 7/5/2012 13:34:18, 204952 bytes
       Driver: C:\windows\SysWOW64\atioglxx.dll, 6.14.0010.11774 (English), 9/22/2012 00:02:18, 20445696 bytes
       Driver: C:\windows\SysWOW64\atidxx32.dll, 8.17.0010.0451 (English), 9/22/2012 00:02:22, 6430208 bytes
       Driver: C:\windows\SysWOW64\aticaldd.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:22, 13605888 bytes
       Driver: C:\windows\SysWOW64\aticalrt.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:22, 46080 bytes
       Driver: C:\windows\SysWOW64\aticalcl.dll, 6.14.0010.1741 (English), 9/22/2012 00:02:24, 44544 bytes
       Driver: C:\windows\SysWOW64\atipblag.dat, 9/13/2011 10:06:16, 3917 bytes
       Driver: C:\windows\SysWOW64\atiu9pag.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:12, 83456 bytes
       Driver: C:\windows\SysWOW64\atiuxpag.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:22, 109568 bytes
       Driver: C:\windows\SysWOW64\atigktxx.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:24, 33280 bytes
       Driver: C:\windows\SysWOW64\atiglpxx.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:18, 14848 bytes
       Driver: C:\windows\SysWOW64\atiapfxx.blb, 9/22/2012 00:02:12, 270536 bytes
       Driver: C:\windows\atiogl.xml, 9/22/2012 00:02:24, 38316 bytes
       Driver: C:\windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 6/23/2009 03:34:36, 51200 bytes
       Driver: C:\windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 8/28/2010 06:33:08, 332800 bytes
       Driver: C:\windows\system32\atiglpxx.dll, 8.14.0001.6268 (English), 9/22/2012 00:02:18, 14848 bytes
       Driver: C:\windows\system32\aticfx64.dll, 8.17.0010.1140 (English), 9/22/2012 00:02:14, 1112064 bytes
       Driver: C:\windows\SysWOW64\aticfx32.dll, 8.17.0010.1140 (English), 9/22/2012 00:02:20, 927744 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc32.dll, 1.00.0000.0001 (English), 9/22/2012 00:02:24, 160256 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDh264Enc64.dll, 1.00.0000.0001 (English), 9/22/2012 00:02:18, 184832 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 9/22/2012 00:02:22, 149504 bytes
       Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 9/22/2012 00:02:20, 184320 bytes
       Driver: C:\windows\system32\coinst_8.982.10.6.dll, 1.00.0004.0007 (English), 9/22/2012 00:02:22, 70144 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_43A2&SUBSYS_00001002&REV_00\3&11583659&0&AA
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4399&SUBSYS_2AC8103C&REV_00\3&11583659&0&A5
       Driver: C:\windows\system32\drivers\usbohci.sys, 6.02.9200.16461 (English), 11/20/2012 00:56:27, 27136 bytes
       Driver: C:\windows\system32\drivers\usbport.sys, 6.02.9200.16420 (English), 9/20/2012 03:55:33, 488168 bytes
       Driver: C:\windows\system32\drivers\usbhub.sys, 6.02.9200.16518 (English), 2/2/2013 07:19:44, 496872 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1603&SUBSYS_00000000&REV_00\3&11583659&0&C3
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_5A16&SUBSYS_5A141002&REV_00\3&11583659&0&10
       Driver: C:\windows\system32\DRIVERS\pci.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 234224 bytes
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_1002&DEV_439D&SUBSYS_2AC8103C&REV_40\3&11583659&0&A3
       Driver: C:\windows\system32\DRIVERS\msisadrv.sys, 6.02.9200.16384 (English), 7/26/2012 01:00:55, 17136 bytes
         Name: Ralink Bluetooth PCIe Adapter
    Device ID: PCI\VEN_1814&DEV_3298&SUBSYS_18EC103C&REV_00\4&EDB6346&0&01AA
       Driver: C:\windows\system32\DRIVERS\rtbth.sys, 2.09.0002.0000 (English), 7/28/2012 00:53:50, 693856 bytes
       Driver: C:\windows\system32\DRIVERS\rt3298.bin, 7/27/2012 18:02:14, 40958 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.02.9200.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.02.9200.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.02.9200.16496
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.02.9200.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.02.9200.16384
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.02.9200.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.02.9200.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9200.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9200.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9200.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9200.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16429
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9200.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9200.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9200.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9200.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9200.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9200.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9200.16384
    Haali Media Splitter,0x00800001,0,1,splitter.x64.ax,1.11.0096.0014
    Haali Media Splitter (AR),0x00400000,1,1,splitter.x64.ax,1.11.0096.0014
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9200.16384
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9200.16384
    Haali Video Renderer,0x00200000,1,0,dxr.x64.dll,
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9200.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9200.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.02.9200.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9200.16384
    Haali Simple Media Splitter,0x00200000,0,1,splitter.x64.ax,1.11.0096.0014
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9200.16384
    Overlay Mixer2,0x00200000,1,1,,
    Haali Matroska Muxer,0x00200000,1,0,splitter.x64.ax,1.11.0096.0014
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9200.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9200.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9200.16384
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9200.16384
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9200.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.02.9200.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9200.16384
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9200.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.8506.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9200.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9200.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9200.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9200.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9200.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Haali Video Sink,0x00200000,1,0,splitter.x64.ax,1.11.0096.0014
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.02.9200.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9200.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.02.9200.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.02.9200.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.02.9200.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9200.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9200.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.02.9200.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.02.9200.16384
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Audio Capture Sources:
    Line In (IDT High Definition Audio CODEC),0x00200000,0,0,qcap.dll,6.06.9200.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9200.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9200.16384
    WDM Streaming Capture Devices:
    MuxedIn2,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    ,0x00000000,0,0,,
    MuxedIn1,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    WDM Streaming Rendering Devices:
    Speaker,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    SpdifOut,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    ,0x00000000,0,0,,
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9200.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9200.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9200.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Audio Renderers:
    Speakers / Headphones (IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Speakers / Headphones (IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Digital Output (S/PDIF) (IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Digital Output (S/PDIF) (IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video Decoders:
      AMD D3D11 Hardware MFT Playback Decoder, {17796AEB-0F66-4663-B8FB-99CBEE0224CE}, 0x4, 8, AMDhwDecoder_64.dll, 1.00.0000.0001
      Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.02.9200.16384
      Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.02.9200.16496
      Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.02.9200.16384
      WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.02.9200.16384
      MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.02.9200.16384
      Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.02.9200.16384
      Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.02.9200.16384
    Video Encoders:
      AMD H.264 Hardware MFT Encoder, {ADC9BC80-0F41-46C6-AB75-D693D793597D}, 0x4, 8, AMDh264Enc64.dll, 1.00.0000.0001
      H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.02.9200.16420
      WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.02.9200.16384
      WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.02.9200.16384
      Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9200.16384
    Video Effects:
      Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.02.9200.16384
      VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.02.9200.16384
      Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.02.9200.16384
    Video Processor:
      Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9200.16420
    Audio Decoders:
      Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9200.16451
      WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.02.9200.16384
      WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.02.9200.16384
      G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.9200.16451
      IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.9200.16451
      MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 6.02.9200.16384
      ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.9200.16451
    Audio Encoders:
      MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.9200.16451
      WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 6.02.9200.16384
      Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.9200.16384
      WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 6.02.9200.16384
      Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 6.02.9200.16384
      Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 6.02.9200.16384
    Audio Effects:
      AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 6.02.9200.16384
      Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 6.02.9200.16384
    Multiplexers:
      Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.9200.16437
    Others:
      Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
    Media Foundation Enabled Hardware Categories
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
    EnableDecoders = 1
    EnableEncoders = 1
    EnableVideoProcessors = 1
    Media Foundation Byte Stream Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
    .3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    .dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
    .dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
    .ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
    .sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    .wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
    audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
    audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    Media Foundation Scheme Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <URL type>, <handler CLSID>, <brief description>[, Preferred]
    file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
    http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
    http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
    http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
    httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
    https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
    ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
    ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
    ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
    rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    Preferred Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
    <media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
    MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    {3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
    MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
    {00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    {53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
    MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
    MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    {00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
    MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    {00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
    MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9

    Divx isn't a standard option, so you have downloaded some third party support for Divx. Try the latest version.

Maybe you are looking for

  • Dual boot Snow Leopard and Mavericks or newer

    I have a late 2008 Mac Pro running Snow Leopard in order to use my older editing software.   I would like to dual boot with a newer operating system on another partition.  Feel really behind the times. I am hoping I can do this but do not know just h

  • BSP adds CR/LF marker at the end of the page even with compression options

    Hello! I'm creating normal BSP Page with Flow Logic and setting the contents myself: <%@page language="abap" %><%   response->set_cdata( '-=-' ). %> The problem is that WebAS somehow always adds a CR/LF (new line) marker at the end of the page (even

  • E4200 - Okay router, setup issues

    I chose this router over the Netgear N750 because of previous bad experience with their customer support and over the Asus RT-N56U b/c of a compatibility issue with a specific application. The Cisco Connect Software is very poor software. No OSX Lion

  • Editing text files

    Im trying to write a program that opens many files .def and should replace every / with \. but I'm encountering problem with the method that has to replace the character in the file. first attempt: public void changer(String pathFile){      try{     

  • Turn off shuffle in itunes

    I can't figure our how to turn off the shuffle in my iPhone's iTunes! Help?