Garbled Audio with Pulse-loopback

Okay, so I have a relatively delicate PulseAudio setup, where I have a null-sink with two loopbacks from recording devices;
The setup is configured like this:
Default Audio Output Monitor -> Loopback module -> Null-Sink (Output)
Default Audio Input -> Loopback module->  Null-Sink (Output)
This, in theory (and in practice) Mixes the master audio output and master audio input into a single audio stream (for example, if I am talking, and I have music playing, you hear both my voice and the music, at appropriate levels)
This is all fine and dandy, except that when I use the Null-Sink's monitor for audio recording (the whole purpose of this) I get decent audio for a period of time, and then the audio turns into a garbled mess.
Is there any simple workaround to this? Is this intended functionality?
default.pa:
#!/usr/bin/pulseaudio -nF
# This file is part of PulseAudio.
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)
.nofail
### Load something into the sample cache
#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav
#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav
#load-sample-lazy pulse-access /usr/share/sounds/generic.wav
.fail
### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
load-module module-null-sink sink_name=pamix
load-module module-loopback latency_msec=2 sink=pamix
load-module module-loopback latency_msec=2 sink=pamix
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif
### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect
.fail
.endif
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish
### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv
### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor
### Load additional modules from GConf settings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif
### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore
### Automatically move streams to the default sink if the sink they are
### connected to dies, similar for sources
load-module module-rescue-streams
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink
### Honour intended role device property
load-module module-intended-roles
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle
### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
.nofail
load-module module-console-kit
.fail
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif
### Enable positioned event sounds
load-module module-position-event-sounds
### Cork music/video streams when a phone stream is active
#load-module module-role-cork
### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply
### Load DBus protocol
.ifexists module-dbus-protocol.so
load-module module-dbus-protocol
.endif
# X11 modules should not be started from default.pa so that one daemon
# can be shared by multiple sessions.
### Load X11 bell module
#load-module module-x11-bell sample=bell-windowing-system
### Register ourselves in the X11 session manager
#load-module module-x11-xsmp
### Publish connection data in the X11 root window
#.ifexists module-x11-publish.so
#.nofail
#load-module module-x11-publish
#.fail
#.endif
load-module module-switch-on-port-available
### Make some devices default
#set-default-sink output
#set-default-source input
If any additional information could be helpful, please let me know.
I found a related post on this topic, marked as solved - but I'm unsure how to accomplish the same result, I'm not very familiar with JACK, and I don't really think that is truly a solution.
https://bbs.archlinux.org/viewtopic.php?id=147060
Last edited by Xaero252 (2012-10-24 05:20:29)

I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

Similar Messages

  • Garbled audio with 5 bars

    Wondering if other people are experiencing this issue.
    On my iphone, I experience a fair amount of garbled incoming audio when in full signal strength areas. I also noticed that after the conversation is silent, the first word spoken by the party on the other end of the line often gets garbled.
    Anyone else experiencing this?

    I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

  • Badly garbled audio with Audi

    I opened a package of HP ink carts and inside was cute little DVD about printing pictures. I put it into my DVD player and it started but soon I realized that the sound was bearly audible and very garbled. My system has been working very well and I have really enjoyed my Audigy card and Klipsch THX 5. speakers. Now I have no sound except as described above, including system sounds. I unistalled my card and reinstalled to no avail. Any suggestions?

    I get a bit of garble now and then, for seemingly no reason. Signal strength is good. I haven't noticed with any regularity. I have a feeling it's an AT&T thing, and perhaps something to do with network load. Maybe start logging your issues...time, place, etc. It could help you see a pattern, and might be helpful to AT&T should you decide to contact them.

  • Unable to record internal audio with RecordMyDesktop

    In order to record sound and video from my desktop, I installed RecordMyDesktop (https://wiki.archlinux.org/index.php/RecordMyDesktop) and followed the instructions from post #4 and #6 on a thread about "Recording internal audio with alsa and recordmydesktop" (https://bbs.archlinux.org/viewtopic.php … 3#p1359593). When I try to record with "recordmydesktop --device looprec", it will not start recording and closes with the following error:
    Initial recording window is set to:
    X:0 Y:0 Width:1920 Height:1080
    Adjusted recording window is set to:
    X:0 Y:4 Width:1920 Height:1072
    Your window manager appears to be i3
    Initializing...
    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device looprec
    Couldn't set format.
    Error while opening/configuring soundcard looprec
    Try running with the --no-sound or specify a correct device.
    If this information would be helpful, I use alsamixer and "aplay -l" gives the following:
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC663 Analog [ALC663 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC663 Digital [ALC663 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 7/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    I can record from the microphone with with the command "recordmydesktop". I succeeded in recording the internal audio with audacity by choosing the device "looprec" for recordings. I'm not sure why RecordMyDesktop gives an error while Audacity does not. Below is my ~/.asoundrc, which I copied from the aforementioned thread. I am not knowledgeable, but I guess there is a mistake in it? Would you please assist me solving this error? Thank you for your time.
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    #capture.pcm "looprec"
    capture.pcm "hw:0,0"
    pcm.looprec {
    type hw
    card "Loopback"
    device 1
    subdevice 0
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReale
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReale {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    Last edited by rayanamukami (2014-07-05 14:05:20)

    You might want to take a look here and here.

  • QT 7.6.9 for Windows still gives garbled audio when playing SMIL movies

    I have smil movies with captions but on Windows, they play with garbled audio. I was hoping version 7.6.9 would solve this issue, but it's still occurring. Is this being addressed at all? Note that when the movie plays on its own without using the SMIL text track it plays just fine, so it's not the movie.
    I've embedded one in a web page so you can see:
    http://www.personal.psu.edu/pzb4/smil.html
    This works fine on a Mac, but I get garbled audio on Windows. I get similar results just playing it in the QT player on windows outside the browser.
    Message was edited by: Patrick Besong

    There's no webpage showing up. The file trys to play but real erratic, so much so the mouse pointer was jumping back and forth between dual monitors and then locking up the computer. After letting it run it's course then and saving the file it showed as 4 KB? I could do nothing with it, I recall Kirk one time saying something about saving as a reference file and when done does not come thru in a website...? Also when saved it's showing as Quick Draw format?

  • Drops conversation and all you hear is garbled audio

    During conversations, the voice is lost and all that is heard is garbled audio, not resembling a voice at all.  Sometimes your voice echoes back at you, the. The call is dropped. Sometimes when you are trying to make a call, it will display "calling..." and no connection is made, when you push end and return to the home screen, the green bar displays "touch to return to call" The only way to get out of that loop is to power of the phone.
    Anyone else with this problem?

    Here's the fix...Go to your nearest Apple store. Have them run a diagnostic. I went to Bridge St. today and Austin found, after the diagnostic, that my reception module was defective and that there were some program issues. He replaced the module and tweaked the programming (?) and, knock wood, so far so good.  This did require backing up the phone to iCloud, because a factory reset is necessary. This issue has nothing to do with the micro cell tower or turning off your cellular data. It is a free fix, if your phone is under warranty (mine is 20 days old). Hope this helps someone else get rid of the "Alien Voices" =)

  • Safari-Leopard: Quicktime Videos from Web Pages - GARBLED AUDIO

    OK, so here is the problem:
    1. I am using (the new) Leopard, and all updates have been downloaded and installed successfully.
    2. In Safari, when an (embedded) video is present, the video appears perfect. However, the audio is garbled, and unintelligible. This is true for EVERY video I've tried to view on a webpage.
    3. I've saved a few videos as Quicktimes to my desktop, and opened directly with Quicktime. The same problem occurs, without fail - GARBLED AUDIO
    4. The most recent "test" was a Quicktime using the AAC, H.264 Codec.
    5. It seems as if I have installed all of the appropriate plug-ins, but can't be sure of this.
    So it seems as if this might indeed be a Quicktime problem, and not a Safari problem, but thought I would post here in case others are having similar issues. I will make the same post in the Quicktime forum as well.
    What is the solution?!?!?!??
    rw

    Hi Robert
    A number of Quicktime/Safari issues have surfaced with Leopard. Here's one example.
    Have you looked at your Audio settings in your System Preferences>Quicktime>Advanced>Mime settings panel? In my panel, everything is selected except for Sound Designer II. Might be helpful to uncheck the Audio setting, select "done", then go back to the panel and select it again. Close the panel and try an audio in Safari again.
    In your response here, please provide a link to your thread in the Quicktime forum. While Apple discourages posting the same issue in multiple forums, I think in this case the issue may be more Quicktime related than specific to Safari. So good to cover both bases.
    Post back

  • How do i fix garbled audio

    How do i fix garbled audio?  making slideshow with narration. have tried two methods. first to record small audio files and attach them to individual slides: easier to edit audio recorded in quick time
    second method is to record voice over narration in keynote, so far as I can determine this method requires corrections to re-record entire presentation.
    in either case when I play slide show my audio files play with glitches, stops and losses that garble the message.

    No not always, but sometimes. I have had my macbook pro in for service they replaced a speaker and cable and dvd drive, full system diagnostic.... still having the same problem. I am not sure if it is something I am doing, software glitch requiring full restore or a memory problem... it seems almost like a streaming problem to me but i am unsure of myself and the apple system diagnosis should have turned up any hardware problems??

  • P775-S7160 Phantom Garbled Audio

    I'm running Windows 7 - 64
    With Internet cable installed / network active I get garbled audio (sounds like maybe bad sample rate conversion?) even when browser is not active (!)
    After disconnecting from the internet for a few seconds the sound goes away
    When subsequently reconnecting to internet the sound eventually returns ( in a few minutes )
    This just started a few days ago - did a virus scan and came up clean

    A few things can cause this, usually it's a driver issue but this sounds like maybe the driver is crashing and reloading. Could be another app is calling the driver. It's really hard to tell.
    A few things to try is making sure no other apps or widgets are running especially ones that use core audio. Also make sure your hard drive isn't going to sleep, this could be happening when you take your break. Also try recording to a external drive this way it won't be affected by the main drive other activity's.

  • Quicktime/Leopard - GARBLED AUDIO (in/from Safari web videos)

    OK, so here is the problem:
    1. I am using (the new) Leopard, and all updates have been downloaded and installed successfully.
    2. In Safari, when an (embedded) video is present, the video appears perfect. However, the audio is garbled, and unintelligible. This is true for EVERY video I've tried to view on a webpage.
    3. I've saved a few videos as Quicktimes to my desktop, and opened directly with Quicktime. The same problem occurs, without fail - GARBLED AUDIO
    4. The most recent "test" was a Quicktime using the AAC, H.264 Codec.
    5. It seems as if I have installed all of the appropriate plug-ins, but can't be sure of this.
    So it seems as if this might indeed be a Quicktime problem, and not a Safari problem, but thought I would post here in case others are having similar issues. I will make the same post in the Safari forum as well.
    What is the solution?!?!?!??
    rw

    problems solved

  • Stuttering, garbled audio

    I've also been experience this audio problem on my Sony Vaio, it's been a little over 1 week now with the stuttering, garbled audio. Everything is up to date, I've disabled all my add-ons, still having the same issue. YouTube works fine when I uninstalled Flash (HTML5 plays fine). I use Firefox mostly, this also happens when I browse on Chrome. I can't find any solution to this problem.
    Any help is greatly appreciated.

    Time of this report: 12/15/2014, 16:11:17
           Machine name: ADAM-VAIO
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140706-1506)
               Language: English (Regional Setting: English)
    System Manufacturer: Sony Corporation
           System Model: VPCEB23FM
                   BIOS: BIOS Date: 09/23/09 11:58:43 Ver: 08.00.10
              Processor: Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz (4 CPUs), ~2.3GHz
                 Memory: 4096MB RAM
    Available OS Memory: 3758MB RAM
              Page File: 3276MB used, 4238MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
    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.
              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: Intel(R) HD Graphics
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics (Core i3)
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_0046&SUBSYS_9071104D&REV_02
         Display Memory: 1751 MB
       Dedicated Memory: 128 MB
          Shared Memory: 1623 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: SNY05FA
            Native Mode: 1366 x 768(p) (59.940Hz)
            Output Type: Internal
            Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
    Driver File Version: 8.15.0010.2827 (English)
         Driver Version: 8.15.10.2827
            DDI Version: 10
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 12/27/2012 00:15:56, 8314368 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4306-11CF-F678-7BB0A2C2C535}
              Vendor ID: 0x8086
              Device ID: 0x0046
              SubSys ID: 0x9071104D
            Revision ID: 0x0002
    Driver Strong Name: oem42.inf:IntelGfx.NTamd64.6.0:iILKM0:8.15.10.2827:pci\ven_8086&dev_0046&subsys_9071104d
         Rank Of Driver: 00E60001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speaker/HP (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_104D4600&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.5992 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 12/15/2009 23:08:00, 2212640 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.5992 (English)
          Driver Attributes: Final Retail
              Date and Size: 12/15/2009 23:08:00, 2212640 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 Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52F
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x3B34
    | Matching Device ID: usb\root_hub20
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0020
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Alps Pointing-device for VAIO
    | Matching Device ID: *sny9011
    | Upper Filters: ApfiltrService
    | Service: i8042prt
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC52F
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 372.4 GB
    Total Space: 466.5 GB
    File System: NTFS
          Model: Hitachi HTS545050B9A300
          Drive: E:
          Model: Optiarc DVD RW AD-7585H
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: Intel(R) 5 Series 4 Port SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_3B29&SUBSYS_9071104D&REV_05\3&11583659&0&FA
       Driver: n/a
         Name: Intel(R) HD Graphics
    Device ID: PCI\VEN_8086&DEV_0046&SUBSYS_9071104D&REV_02\3&11583659&0&10
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 3 - 3B46
    Device ID: PCI\VEN_8086&DEV_3B46&SUBSYS_9071104D&REV_05\3&11583659&0&E2
       Driver: n/a
         Name: Intel(R) HM55 Express Chipset LPC Interface Controller - 3B09
    Device ID: PCI\VEN_8086&DEV_3B09&SUBSYS_9071104D&REV_05\3&11583659&0&F8
       Driver: n/a
         Name: Intel(R) processor DRAM Controller - 0044
    Device ID: PCI\VEN_8086&DEV_0044&SUBSYS_9071104D&REV_02\3&11583659&0&00
       Driver: n/a
         Name: Reserved - 2D13
    Device ID: PCI\VEN_8086&DEV_2D13&SUBSYS_9071104D&REV_02\3&4F11E61&0&13
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 2 - 3B44
    Device ID: PCI\VEN_8086&DEV_3B44&SUBSYS_9071104D&REV_05\3&11583659&0&E1
       Driver: n/a
         Name: Marvell Yukon 88E8059 PCI-E Gigabit Ethernet Controller
    Device ID: PCI\VEN_11AB&DEV_4381&SUBSYS_9071104D&REV_11\4&F179732&0&00E2
       Driver: n/a
         Name: Reserved - 2D12
    Device ID: PCI\VEN_8086&DEV_2D12&SUBSYS_9071104D&REV_02\3&4F11E61&0&12
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 1 - 3B42
    Device ID: PCI\VEN_8086&DEV_3B42&SUBSYS_9071104D&REV_05\3&11583659&0&E0
       Driver: n/a
         Name: Ricoh PCIe SD Bus Host Adapter
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_9071104D&REV_00\4&1EAEF792&0&04E1
       Driver: n/a
         Name: QPI Physical 0 - 2D11
    Device ID: PCI\VEN_8086&DEV_2D11&SUBSYS_9071104D&REV_02\3&4F11E61&0&11
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C
    Device ID: PCI\VEN_8086&DEV_3B3C&SUBSYS_9071104D&REV_05\3&11583659&0&D0
       Driver: n/a
         Name: QPI Link 0 - 2D10
    Device ID: PCI\VEN_8086&DEV_2D10&SUBSYS_9071104D&REV_02\3&4F11E61&0&10
       Driver: n/a
         Name: SDA Standard Compliant SD Host Controller
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_9071104D&REV_00\4&1EAEF792&0&00E1
       Driver: n/a
         Name: Intel(R) Centrino(R) Advanced-N 6200 AGN
    Device ID: PCI\VEN_8086&DEV_422C&SUBSYS_13018086&REV_35\4&1EE949F9&0&00E0
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34
    Device ID: PCI\VEN_8086&DEV_3B34&SUBSYS_9071104D&REV_05\3&11583659&0&E8
       Driver: n/a
         Name: QuickPath Architecture System Address Decoder - 2D01
    Device ID: PCI\VEN_8086&DEV_2D01&SUBSYS_9071104D&REV_02\3&4F11E61&0&01
       Driver: n/a
         Name: Ricoh PCIe Memory Stick Host Controller
    Device ID: PCI\VEN_1180&DEV_E230&SUBSYS_9071104D&REV_00\4&1EAEF792&0&01E1
       Driver: n/a
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_3B64&SUBSYS_9071104D&REV_06\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) Turbo Boost Technology Driver
    Device ID: PCI\VEN_8086&DEV_3B32&SUBSYS_9071104D&REV_05\3&11583659&0&FE
       Driver: n/a
         Name: QuickPath Architecture Generic Non-core Registers - 2C62
    Device ID: PCI\VEN_8086&DEV_2C62&SUBSYS_9071104D&REV_02\3&4F11E61&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_3B56&SUBSYS_9071104D&REV_05\3&11583659&0&D8
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family SMBus Controller - 3B30
    Device ID: PCI\VEN_8086&DEV_3B30&SUBSYS_9071104D&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_9071104D&REV_A5\3&11583659&0&F0
       Driver: n/a
         Name: Intel(R) 5 Series/3400 Series Chipset Family PCI Express Root Port 6 - 3B4C
    Device ID: PCI\VEN_8086&DEV_3B4C&SUBSYS_9071104D&REV_05\3&11583659&0&E5
       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
    Annodex Mux Filter,0x00200000,1,0,dsfAnxMux.dll,0.79.1936.0000
    CMML Decode Filter,0x00800002,1,1,dsfCMMLDecoder.dll,0.79.1936.0000
    CMML Raw Source Filter,0x00600000,0,0,dsfCMMLRawSource.dll,0.79.1936.0000
    FLAC Decode Filter,0x00600000,1,1,dsfFLACDecoder.dll,0.79.1936.0000
    FLAC Encode Filter,0x00200000,1,1,dsfFLACEncoder.dll,0.79.1936.0000
    Native FLAC Source Filter,0x00600000,0,0,dsfNativeFLACSource.dll,0.79.1936.0000
    Ogg Demux Packet Source Filter,0x00600000,0,0,dsfOggDemux2.dll,0.79.1936.0000
    Ogg Mux Filter,0x00200000,1,0,dsfOggMux.dll,0.79.1936.0000
    OGM Decode Filter,0x00600000,1,1,dsfOGMDecoder.dll,0.79.1936.0000
    Speex Decode Filter,0x00600000,1,1,dsfSpeexDecoder.dll,0.79.1936.0000
    Speex Encode Filter,0x00200000,1,1,dsfSpeexEncoder.dll,0.79.1936.0000
    Subtitle VMR9 Filter,0x00800002,1,1,dsfSubtitleVMR9.dll,0.79.1936.0000
    Theora Decode Filter,0x00600000,1,1,dsfTheoraDecoder.dll,0.79.1936.0000
    Theora Encode Filter,0x00200000,1,1,dsfTheoraEncoder.dll,0.79.1936.0000
    Vorbis Decode Filter,0x00600000,1,1,dsfVorbisDecoder.dll,0.79.1936.0000
    Vorbis Encode Filter,0x00200000,1,1,dsfVorbisEncoder.dll,0.79.1936.0000
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,14.00.8081.0709
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8081.0709
    Roxio Repacketizer Filter,0x00200000,1,1,RepackFilter.dll,10.03.0000.0005
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.18526
    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.18526
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.18526
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037
    DS Video Buffer Filter,0x00200000,1,1,DSBuffer_Video.ax,1.01.0008.0000
    Roxio MPEG Stream Analyzer,0x00200000,1,2,MPEGStreamAnalyzer.dll,10.03.0000.0005
    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.18526
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.18526
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    MainConcept AAC Encoder,0x00100000,1,1,mc_enc_aac_ds.ax,8.00.0000.43595
    Roxio MPEG1 Encoder,0x00200000,1,1,MPEG1VidCodec.dll,10.03.0000.0005
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Roxio Transport Stream Source,0x00200000,0,1,TSMPEGSource.dll,10.03.0000.0005
    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
    Roxio MPEG2 Demuxer,0x00600000,1,2,RoxioMPEGDemuxer.dll,10.03.0000.0005
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18526
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.18526
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.18526
    VcmIAlzGPDFilter2,0x00000000,0,0,,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    Roxio Audio Stream Reader Filter,0x00000000,0,0,,
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.18526
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18526
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MainConcept Network Renderer,0x00200000,1,0,mc_net_renderer_ds.ax,8.00.0000.43134
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.18611
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.18526
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.18526
    Roxio MPEG1 Muxer,0x00200000,2,1,MPEG1Muxer.dll,10.03.0000.0005
    File Writer,0x00200000,1,0,WLXVAFilt.dll,14.00.8081.0709
    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
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Roxio MPEG Analyzer,0x00200000,1,0,RoxioMPEGProp.dll,10.03.0000.0005
    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
    Roxio MPEG1 Audio Encoder,0x00200000,1,1,RoxioAudioEnc.dll,10.03.0000.0005
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.18611
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.18611
    ROXIO MPEG Writer,0x00200000,1,0,MGIRawWriter.dll,10.03.0000.0005
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.18526
    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
    VAIO Content Metadata Univ Filter,0x00000000,0,0,,
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    Roxio Audio Source Filter,0x00000000,0,0,,
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
    Roxio Audio Stream Writer Filter,0x00000000,0,0,,
    ROXIO LPCMSyncFilter,0x00200000,1,1,LPCMSyncFilter.dll,10.03.0000.0005
    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.18611
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18526
    MainConcept MPEG Multiplexer-Plus,0x00200000,1,1,mcmpeg2mux.ax,7.06.0000.35746
    WD Audio Filter,0x00200000,0,1,WDAudioFilter.dll,1.01.0008.0000
    VcmIAlzGPDFilter,0x00000000,0,0,,
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.18526
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.18526
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.18526
    ROXIO SubPicture Encoder,0x00200000,1,1,SubPictEnc.dll,10.03.0000.0005
    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.18526
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.18526
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.18526
    WDSource Filter,0x00200000,0,1,WDSourceFilter.dll,1.01.0008.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.18526
    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.18526
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    Ligos MPEG-2 Encoder (Intel) v1.9-MT,0x00000000,1,1,LigosDMOVid.dll,1.01.0008.0000
    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.18526
    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
    MainConcept AAC Encoder,0x00100000,1,1,mc_enc_aac_ds.ax,8.00.0000.43595
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18526
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.06.7601.18526
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.18526
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.18526
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.18526
    Audio Capture Sources:
    Microphone (Realtek High Defini,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.18526
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.18526
    WDM Streaming Capture Devices:
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    USB 2.0 Camera,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,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:
    USB 2.0 Camera,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    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:
    Speaker/HP (Realtek High Defini,0x00200000,1,0,quartz.dll,6.06.7601.18526
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18526
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18526
    DirectSound: Speaker/HP (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.18526
    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

  • Final Cut Express won't capture audio with the video anymore, why?

    I have used Final Cut Express 4 for over a year now with no problems, but recently I am unable to capture any audio with the video from my camera. I can do it through iMovie no problem. I can't figure out if I changed a setting by accident because everything looks normal to me. Could another program be interfering with this? Quicktime Pro? I have no idea how to fix this.

    First of all, we need a bunch of information in order to help. Please provide the specs of the footage and the sequence you are using. Also, are you using DV, HDV, or AVCHD? Do you hear audio when the clip is played in the viewer, or is there no audio at all once the clip is captured/ingested?

  • No audio with video, website navigation impaired, I can no longer recommend Firefox

    I maintain the video site shaleshockmedia.org. I can no longer recommend Firefox to viewers because of the severe problem I have been experiencing: No audio with video; navigation often does not work. Maybe this is purely a local problem. Please let me know if the site is fully functional or not when you go there. There is no problem with Chrome or Safari. My computer is a Macbook Pro 3,1 Intel Core 2 Duo. MacOs 10.6.8

    Note that there are a lot of popular extensions that can cause issues with videos not working apart from issues with the Flash plugin.
    In what way is the navigation not working properly?
    Can you give some examples?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • TS1362 my iTunes wont play music or videos when i open it it comes up with "iTunes has detected a problem with your audio with your configuration AudioVideo playback may not operate properly"

    my iTunes wont play music or videos when i open it it comes up with "iTunes has detected a problem with your audio with your configuration AudioVideo playback may not operate properly" i have uninstalled it and reinstalled it twice and it stil lcomes up with that message every time I opentheiTunes icon I dont knowwhat to do

    Hello Wade,
    This is typically indicative of an issue with the installation of QuickTime on your computer. The following article provides steps for reinstalling QuickTime to resolve the issue.
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Resolution
    QuickTime may need to be reinstalled. Follow the steps below to uninstall QuickTime and then download and install QuickTime using the QuickTime standalone Installer.
    On the Start menu, click Control Panel.
    Follow the steps appropriate for your Windows operating system below.
    Windows XP and Windows 2000: Open the Add or Remove Programs control panel and selectQuickTime in the list of currently installed programs.
    Windows Vista and Windows 7: Click Uninstall a program (or if using Windows Vista's Classic View of the Control Panel, click Programs and Features) and select QuickTime in the list of currently installed programs.
    Click the Remove button (or Uninstall for Windows Vista and Windows 7) and follow the prompts to remove QuickTime from your computer.
    Download QuickTime. Note: There are two options for downloading QuickTime, be sure to select the option that does not include iTunes.
    During the download:
    If you choose to run the installer, proceed to the next step.
    If you choose to save the download, double click the QuickTimeInstaller file, then proceed to next step.
    Follow the on-screen instructions to install QuickTime.
    Reopen iTunes.
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371
    Cheers,
    Allen

  • Dubbing Audio with ASUS P6T WS Pro motherboard ADI AD2000B Audio CODEC

    I am trying to dub audio commentary into my clips using the SoundMAX program settings provided with the ASUS ADI AD2000B Audio Codec.  I have confirmed a microphone signal appears in SoundMAX and that PPro Audio Hardware Settings/Enable Devices has a check mark against 'Microphone(SoundMAX Integrated'.  The other unchecked device shown is 'Line In (SoundMAX Intergrated Di'.  When I set up the Audio Mixer with a mono Audio 4 channel, click the Audio 4 microphone icon to turn it on, turn off all other audio channels, click the record button, then speak into the microphone, no signal appears.  Unfortunately, I have not been able to confirm that I am providing ASIO audio to PPro.  I need to know if I am wasting my time trying to dub audio with the present setup or I am missing something.  If no ASIO is possible using the present setup, what audio card do you recommend?

    When you have your Mic input enabled in ASIO hardware setup, then in the audio mixer ou need to arm tracks with mic inputs then, then press the record button the input should be seen at this point. But to record you voice over onto time line you need to play the timeline. So that the targeted Audio Track will be recorded onto timeline. And after you stop playback you will se recorded audio.
    Good luck.
    reed some info here http://forums.adobe.com/message/2945122
    and here http://help.adobe.com/en_US/PremierePro/4.0/WSE6275E94-29A7-4fa0-A52B-300A6EB2FB06a.html

Maybe you are looking for

  • FCP Display Gamma and brightness shiftsng a broadcast

    I am well aware of the standard recommendations for using a video monitor for critical evaluation of color and density. Having said that, however, I have been working on using a well calibrated Sony Trinitron computer monitor, and I have found a way,

  • The YouTube app won't let me sign in

    Every time I try to sign in to my account it pops up a message that says "Authentication Failed". I've even tried the 'App-Specific' Password from Google. It stil won't work. Help!!!!

  • Memory issues when saving Excel

    All I recently wrote a small piece of software which is collecting data at a very high frequency and for a long time. This is the first time I am attempting to do something like this and have hit an issue with memory not being enough as the size of t

  • Why is Firefox so slow following the last upgrade and doesn'y open some websites or display graphics in others?

    Pre=update Firefox was a faster and more reliable browser than IE but since this recent upgrade there are pages I visit regularly that are not loading at all. To check if there is an issue with a site I switched to IE and the page loaded immediately.

  • Installing Mediagate with Mac

    I cant anywhere on the Internet to give me instructions on how to install the Mediagate 350HD with a MAC. I have downloaded the software and installed it but I still can not see the Mediagate on my computer. I am sure I have the wireless router insta