AC-3 downmixes not working

(I posted this over in the Compressor forum, but since I haven't gotten a response, I'm going to post it here, also. Sorry for the double post...)
I'm using Compressor 2, and trying to generate an AC3 Dolby 5.1 file that will work on both surround sound and 2-speaker setups. I've configured my Downmix controls so that the Center Downmix is at -6db and the Surround Downmix is at -infinity. Yet when I play the resulting DVD on every 2-speaker-system set-up I have--DVD Player on my Mac, the DVD/TV setup in my bedroom, even in Compressor itself--the surround track is distinctly playing at full-volume.
Any ideas on how to fix this? (I have a deadline and I'm getting desperate!)
Thanks.

I doubt it has a warranty anymore. As to being repairable, it might be, but that is one of those things where if you are asking if it is repairable, you probably don't know enough about electronics to do the repair if you can repair it. I.e. do you have a multimeter to get in there and measure voltages to find the dead component?
Patrick

Similar Messages

  • Speaker Working but microphone not working with VT1708/A Azalia HDAC

    Hi,
    I freshly installed 64-bit Arch on my Desktop.
    2.6.32-ARCH #1 SMP PREEMPT Thu Jan 7 22:28:29 CET 2010 x86_64 AMD Athlon(tm) 64 Processor 3500+ AuthenticAMD GNU/Linux
    I configured alsa as said in
    http://wiki.archlinux.org/index.php/Adv … chitecture
    I can get sound through the speakers but i cannot use my mic.
    I tried to record using audacity and it did not work. Also it does not work in skype.
    Could Some one please help me trouble shoot this problem?
    Thanks
    Siju
    These are my Configurations.
    Alsa Packages installed
    $ pacman -Q |grep alsa
    alsa-lib 1.0.22-1
    alsa-oss 1.0.17-1
    alsa-utils 1.0.22-2
    lib32-alsa-lib 1.0.22-1
    Driver Module Names
    $ ls -l /sys/module/snd/holders
    total 0
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_hda_codec_analog -> ../../snd_hda_codec_analog
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_mixer_oss -> ../../snd_mixer_oss
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_pcm_oss -> ../../snd_pcm_oss
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_seq -> ../../snd_seq
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_seq_oss -> ../../snd_seq_oss
    lrwxrwxrwx 1 root root 0 Jan 20 04:25 snd_timer -> ../../snd_timer
    Modprobe Configuration
    $ cat /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options snd-hda-intel index=0
    In /etc/rc.conf
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse snd-hda-intel)
    Sound modules loaded.
    $ lsmod|grep '^snd' | column -t
    snd_hda_codec_analog 69995 1
    snd_seq_dummy 1439 0
    snd_seq_oss 29023 0
    snd_seq_midi_event 5316 1 snd_seq_oss
    snd_hda_intel 21586 0
    snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_codec 63659 2 snd_hda_codec_analog,snd_hda_intel
    snd_pcm_oss 39011 0
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 70318 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_mixer_oss 17299 1 snd_pcm_oss
    snd_timer 18799 2 snd_seq,snd_pcm
    snd 57408 11 snd_hda_codec_analog,snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_pcm,snd_mixer_oss,snd_timer
    snd_page_alloc 7033 2 snd_hda_intel,snd_pcm
    Contents of /dev/snd
    $ lsmod|grep '^snd' | column -t
    snd_hda_codec_analog 69995 1
    snd_seq_dummy 1439 0
    snd_seq_oss 29023 0
    snd_seq_midi_event 5316 1 snd_seq_oss
    snd_hda_intel 21586 0
    snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_codec 63659 2 snd_hda_codec_analog,snd_hda_intel
    snd_pcm_oss 39011 0
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 70318 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_mixer_oss 17299 1 snd_pcm_oss
    snd_timer 18799 2 snd_seq,snd_pcm
    snd 57408 11 snd_hda_codec_analog,snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_pcm,snd_mixer_oss,snd_timer
    snd_page_alloc 7033 2 snd_hda_intel,snd_pcm
    All channels are unmuted
    $ amixer
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [12.00dB] [on]
    Front Right: Playback 31 [100%] [12.00dB] [on]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 31 [100%] [0.00dB] [on]
    Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 31
    Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Mono
    Limits: Playback 0 - 31
    Mono: Capture [off]
    Front Left: Playback 31 [100%] [12.00dB] [on]
    Front Right: Playback 31 [100%] [12.00dB] [on]
    Simple mixer control 'CD',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Mono
    Limits: Playback 0 - 31
    Mono: Capture [off]
    Front Left: Playback 31 [100%] [12.00dB] [on]
    Front Right: Playback 31 [100%] [12.00dB] [on]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Mono
    Limits: Playback 0 - 31
    Mono: Capture [on]
    Front Left: Playback 31 [100%] [12.00dB] [on]
    Front Right: Playback 31 [100%] [12.00dB] [on]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume penum
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%]
    Front Right: 0 [0%]
    Simple mixer control 'Phone',0
    Capabilities: cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Capture channels: Mono
    Mono: Capture [off]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Beep',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 15
    Mono: Playback 15 [100%] [0.00dB] [off]
    Simple mixer control 'Aux',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Mono
    Limits: Playback 0 - 31
    Mono: Capture [off]
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Mono',0
    Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Playback channels: Front Left - Front Right
    Capture channels: Mono
    Limits: Playback 0 - 31
    Mono: Capture [off]
    Front Left: Playback 0 [0%] [-46.50dB] [off]
    Front Right: Playback 0 [0%] [-46.50dB] [off]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 15
    Front Left: Capture 0 [0%] [0.00dB] [off]
    Front Right: Capture 0 [0%] [0.00dB] [off]
    Simple mixer control 'Mix',0
    Capabilities: cswitch cswitch-joined cswitch-exclusive penum
    Capture exclusive group: 0
    Capture channels: Mono
    Mono: Capture [off]
    Simple mixer control 'Digital',0
    Capabilities: cvolume penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 60 [50%] [0.00dB]
    Front Right: Capture 60 [50%] [0.00dB]
    Simple mixer control 'Stereo Downmix',0
    Capabilities: pswitch penum
    Playback channels: Front Left - Front Right
    Mono:
    Front Left: Playback [off]
    Front Right: Playback [off]
    Groups the user is a part of
    $ cat /etc/group |grep sgeorge
    wheel:x:10:root,sgeorge
    video:x:91:sgeorge
    audio:x:92:sgeorge
    optical:x:93:hal,sgeorge
    storage:x:95:hal,sgeorge
    lspci
    $ lspci
    00:00.0 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:00.1 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:00.2 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:00.3 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:00.4 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:00.5 PIC: VIA Technologies, Inc. K8M890CE I/O APIC Interrupt Controller
    00:00.6 Host bridge: VIA Technologies, Inc. Device 6290
    00:00.7 Host bridge: VIA Technologies, Inc. K8M890CE Host Bridge
    00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
    00:0f.0 RAID bus controller: VIA Technologies, Inc. VT8251 AHCI/SATA 4-Port Controller
    00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
    00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)
    00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)
    00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)
    00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 90)
    00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 90)
    00:11.0 ISA bridge: VIA Technologies, Inc. VT8251 PCI to ISA Bridge
    00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
    00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
    00:13.0 PCI bridge: VIA Technologies, Inc. VT8251 Host Bridge
    00:13.1 PCI bridge: VIA Technologies, Inc. VT8251 PCI to PCI Bridge
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M890CE/K8N890CE [Chrome 9] (rev 01)
    04:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller)

    Same problem here...
    2.6.32-ARCH #1 SMP PREEMPT Fri Jan 29 08:50:05 UTC 2010 i686 Genuine Intel(R) CPU T2080 @ 1.73GHz GenuineIntel GNU/Linux
    Module Size Used by
    aes_i586 6880 1
    aes_generic 25834 1 aes_i586
    ipv6 237532 12
    arc4 1058 2
    ecb 1545 2
    b43 154501 0
    mac80211 149018 1 b43
    cfg80211 106663 2 b43,mac80211
    snd_seq_dummy 1099 0
    snd_seq_oss 25304 0
    snd_hda_codec_idt 43564 1
    snd_seq_midi_event 4452 1 snd_seq_oss
    snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 33693 0
    snd_mixer_oss 14810 1 snd_pcm_oss
    joydev 7768 0
    i915 264228 2
    drm_kms_helper 21971 1 i915
    snd_hda_intel 18793 3
    snd_hda_codec 56728 2 snd_hda_codec_idt,snd_hda_intel
    snd_hwdep 5102 1 snd_hda_codec
    b44 24073 0
    sdhci_pci 4910 0
    firewire_ohci 20266 0
    drm 126588 3 i915,drm_kms_helper
    i2c_algo_bit 4219 1 i915
    sdhci 13921 1 sdhci_pci
    snd_pcm 57479 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    firewire_core 37529 1 firewire_ohci
    ssb 39958 2 b43,b44
    iTCO_wdt 7577 0
    mmc_core 45164 3 b43,sdhci,ssb
    pcmcia 27513 2 b43,ssb
    crc_itu_t 1041 1 firewire_core
    mii 3218 1 b44
    led_class 1933 2 b43,sdhci
    iTCO_vendor_support 1453 1 iTCO_wdt
    snd_timer 16117 2 snd_seq,snd_pcm
    video 14871 1 i915
    i2c_i801 7122 0
    output 1404 1 video
    psmouse 56309 0
    thermal 9326 0
    battery 7328 0
    uhci_hcd 19124 0
    dell_laptop 1745 0
    pcmcia_core 25643 3 b43,ssb,pcmcia
    ac 2255 0
    wmi 4083 0
    processor 25790 2
    snd 43847 17 snd_seq_oss,snd_hda_codec_idt,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 5007 1 snd
    i2c_core 15369 4 i915,drm,i2c_algo_bit,i2c_i801
    button 3638 1 i915
    ehci_hcd 31594 0
    rfkill 12320 2 cfg80211,dell_laptop
    snd_page_alloc 5809 2 snd_hda_intel,snd_pcm
    sg 21079 0
    intel_agp 23225 1
    agpgart 23331 2 drm,intel_agp
    serio_raw 3620 0
    usbcore 118921 3 uhci_hcd,ehci_hcd
    dcdbas 4408 1 dell_laptop
    evdev 6970 14
    vboxdrv 135347 0
    rtc_cmos 7504 0
    rtc_core 12011 1 rtc_cmos
    rtc_lib 1450 1 rtc_core
    ext3 113026 2
    jbd 38906 1 ext3
    mbcache 4278 1 ext3
    sr_mod 13161 0
    cdrom 31625 1 sr_mod
    sd_mod 24101 4
    pata_acpi 2264 0
    ata_piix 17725 3
    ata_generic 2235 0
    libata 135162 3 pata_acpi,ata_piix,ata_generic
    scsi_mod 78933 4 sg,sr_mod,sd_mod,libata
    MODULES=(!pcspkr vboxdrv)
    no changes on config files except rc.conf
    Has anyone filed a bug yet?

  • Not work tablet UI on Prestigio 5080 PRO tablet

    I read that browser.ui.layout.tablet = "1" can fix this problem. But it not works. I can work only in pnone interface that is not good for my 8'' tablet.

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Why self-defined access sequences of free goods can not work?

    Hi gurus,
    I have maintained access sequences of free goods self-defined.but when i creat the SO it does not work!
    when i used the standard access sequences ,it is OK .
    Can anybody tell me why?
    thanks in advance

    Dear Sandy,
    Go to V/N1 transaction select your self defined access sequence then go in to the accesses and fields and check all fields are activated.
    Make sure that these fields are flowing in your sales order.
    I hope this will help you,
    Regards,
    Murali.

  • Adobe bridge raw not working with windows vista in photoshop cc, why?

    adobe bridge raw not working in photoshop cc, is there a fix?

    Your sure your using photoshop cc on windows vista?
    I was under the impression that photoshop cc would not even install on windows vista.
    What version of camera raw do you have?
    In photoshop under Help>About Plugin does it list Camera Raw and if so which version is it?
    (click on the words Camera Raw to see the version)
    Camera raw doesn't work if it's a camera raw file or some other file type such as jpeg or tif?
    What camera are the camera raw files from?
    Officially camera raw 8.3 is the latest version of camera raw that will work on windows vista.

  • Adobe Bridge CS5 in windows 7 not working?

    Adobe Bridge CS5 in windows 7 not working. I was using bridge perfectly for last 2 years. It stops working since 3 days. I tried to install updates. Showing some error to install.
    Tried to install creative cloud..again some error. Error code : 82
    Could you please advice how I can fix my adobe bridge.

    https://www.youtube.com/watch?v=xDYpTOoV81Q&feature=youtu.be
    please check this video I uploaded..this is what happens when I click adobe bridge.. just blinks and go off. bridge not working on task manager

  • ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    ADOBE CLOUD ON MY DESKTOP WILL NOT WORK. IT LOADS UP BUT NOTHING FILLS THE WINDOW

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • Partner application logoff not working

    We have a partner application registered with sso with custom login screen. The login works fine. We use the following code to logoff the partner application in logoff.jsp
    response.setHeader("Osso-Return-Url", "http://my.oracle.com" );
    response.sendError(470, "Oracle SSO");
    session.invalidate();
    but the logoff is not working properly. It is not invalidating the session and the logout http request is not going from the application server to the sso server.
    Are there any additional configurations for SSO logoff.Any help is appreciated.
    Thanks

    Hi
    The WF should also trigger if i add the Partner function in UI.If i change any Attribute the WF triggers but i dont want to change the attribute when i add the partner function.
    If i have only one event for WF that is Partner Change the WF will not trigger it for the 1st time when i save the UI. But next i come to the same saved doc and add a partner function then the Wf triggers.
    So this means that Partner change is active.
    the issue here is i need to trigger the WF on , the 1st time i save the UI, for which i wil be using Attribute Change and next time when i come back to saved doc the and add only the partner function and no changes are made to attributes the WF should again trigger.
    Thanks
    Tarmeem

  • IPhone 4 Voice Memos not working/saving

    Hi there,
    I'm having trouble with my voice memos too. Up until yesterday they were working fine and now, even though the record button works, the stop button does not and I can only pause them. Worse again is that the button to go into the menu to view all voice memos is not working so I can't play them from my iPhone and nothing new is saving to my iTunes. Please help!

    I've always had the "Include Voice Memos" option selected. I think that only pertains to syncing voice memos from iTunes to the iPhone after it has been copied to iTunes. It has to be the new OS/iTunes not communicating that new memos have been recorded. For some reason they won't sync when I want them to, and then a few syncs later they magically appear.
    By the way, I'm VERY comfortable with the iTunes and iPhone systems. I've been using iTunes for 5 years, and I've been recording class lectures with the iPhone voice memo app (and another app) for a couple years. It's not an error of not seeing that the memos were added; they don't exist in my library or music folders.
    JUST OUT OF CURIOSITY, POST WHICH FIRMWARE YOU ARE RUNNING EXACTLY!!!
    I'm on an iPhone 4, running firmware 4.0.1

  • Installed Premiere Pro CS4 but video display does not work?

    I just got my copy of CS$. After installing Premiere I found two things that seem very wrong:
    1) video display does not work, not even the little playback viewer next to improted film clips located on the project / sequence window. Audio works fine.
    2) the UI is way too slow for my big beefy system.
    My pc is a dual boot Vista-32 and XP system with 4GB of memory installed and nvidia geforce 280 graphics board with plenty of GPU power. The CS4 is installed on the Vista-32 partition. My windows XP partition on the same PC with Premiere CS2 works great and real fast.
    Any ideas how to solve this CS4 install issue?
    Ron

    I would like to thank Dan, Hunt, and Haram:
    The problem is now very clear to me. The problem only shows up with video footage imported into PP CS4 encoded with "MS Video 1" codec. So this seems to be a bug. The codec is very clearly called out and supported within various menues but video with this codec just will not play in any monitor or preview window. In addition the entire product looks horrible with respect to performance while PP CS4 trys its best to play the video. Audio will start playing after about 30 seconds. And once in awhile part of video shows up at the wrong magnification before blanking out again.
    My suggestion to the Adobe team: fix the bug and add some sample footage to the next release so new installations can test their systems with known footage.
    My PC is brand new with the following "beefy" components:
    Motherboard
    nForce 790i SLI FTW
    Features:
    3x PCI Express x16 graphics support
    PCI Express 2.0
    NVIDIA SLI-Ready (requires multiple NVIDIA GeForce GPUs)
    DDR3-2000 SLI-Ready memory w/ ERP 2.0 (requires select third party system memory)
    Overclocking tools
    NVIDIA MediaSheild w/ 9 SATA 3 Gb/sec ports
    ESA Certified
    NVIDIA DualNet and FirstPacket Ethernet technology
    Registered
    CPU: Intel Core 2 Quad Q9550
    S-Spec: SLAWQ
    Ver: E36105-001
    Product Code: BX80569Q9550
    Made in Malaysia
    Pack Date: 09/04/08
    Features:
    Freq.: 2.83 GHz
    L2 Cache: 12 MHz Cache
    FSB: 1333 MHz (MT/s)
    Core: 45nm
    Code named: Yorkfield
    Power:95W
    Socket: LGA775
    Cooling: Liquid Cooled
    NVIDIAGeForce GTX 280 SC graphics card
    Features:
    1 GB of onboard memory
    Full Microsoft DirectX 10
    NVIDIA 2-way and 3-way SLI Ready
    NVIDIA PureVideo HD technology
    NVIDIA PhysX Ready
    NVIDI CUDA technology
    PCI Express 2.0 support
    Dual-link HDCP
    OpenGL 2.1 Capaple
    Output: DVI (2 dual-link), HDTV
    Western Digital
    2 WD VelociRaptor 300 GB SATA Hard Drives configured as Raid 0
    Features:
    10,000 RPM, 3 Gb/sec transfer rate
    RAM Memory , Corsair 4 GB (2 x 2 GB) 1333 MHz DDR3
    p/n: TW3X4G1333C9DHX G
    product: CM3X2048-1333C9DHX
    Features:
    XMS3 DHX Dual-Path 'heat xchange'
    2048 x 2 MB
    1333 MHz
    Latency 9-9-9-24-2T
    1.6V ver3.2

  • Ideapad A1-07 tablet wifi-bluet​ooth does not work!

    Hello everyone. As you can see from the title on my tablet is not working wifi and bluetooth. When turning wifi tablet is reset and continues to be off and on until it forcibly turns off, and when you turn it on again, and do not touch wifi everything is normal and there are no problems with resetting. Can someone help me and give suggestion to solve this stupid problem.  I'm from Croatia and I'm bad with the English writing.

    Hi
    Welcome To Lenovo Community
    Please perform a  factory reset 
    Please ensure you have backed any important data before doing factory reset
    Hold the volume down and the power till Lenovo logo appears .
    System will boot into recover mode. Follow the instructions
    Hope This Helps
    Cheers!!!
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with Kudos!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!  This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Polygonal lasso tool not working with stylus on Surface Pro 2

    Hi guys,
    I'm new here so please bare with me if I'm posting in the wrong place or don't make immediate sense.
    Hardeware / software used: surface pro 2 and I'm running photoshop CS5.
    Problem is a fairly basic one: I am trying to make basic selections using the polygonal lasso tool (using the stylus that comes with the tablet) but it simply will not work. All I get when I touch the stylus to the screen is the circle that appears then fades. If I attach the keypad and try using that then it works no problem at all.
    Does anyone have any ideas as to whether there is a particular setting that I need to switch on or off e.g. something relating to pressure sensitivity (although not sure why this would affect this particular selection tool)?
    I've searched the web and come up with nothing so far so any help is greatly appreciated!
    Thanks for your time
    Scott

    same problem on surface pro 3 !!!!
    and i think quite significant, for lot of artists using polygonal lasso a lot (including me). How come that the stupid surface cannot work properly

  • Excite PRO 3G connection not work after Android v4.3 update

    Hello,
    I live in Italy and on last Sunday (january 26th) my Excite PRO tablet (model AT10LE-A-10H) got the Android version 4.3.201121220.35.
    After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    My sim card is ok. I used this sim card before the system update and I didn't get any problem with Android 4.2.2.
    Please help me.
    Thank you

    >After restart my wifi works fine, all other app work fine, but my 3g connection doesn't work, mobile network bar is empty and it says "no service".
    Go to the mobile network settings and search again for the 3G network.
    I had similar problem with my Android Smartphone and my o2 provider
    I started new search, then I chosen the O2 again and then I could solve the problem.
    In case this does not work for you, recommend you to reset the tablet back to default (factory settings)

  • A2109 tablet autorotate does not work

    The autorotation on my recently purchased tablet A2109 does not work. I look in settings and the auto rotate field is not highlighted, I therefore cannot choose to turn it on.The tablet has the Android jellybean OS and I did update it but to no avail. Can anyone help?
    Thanks
    Solved!
    Go to Solution.

    Dear tdsouza
    Welcome in lenovo forums
    just a clarification , do you mean option Rotate is dimmed in setting 
    Please let me know 
    Thanks
    Alaa
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Tecra M7: Tablet does not work after lid closing

    Has anyone had problems with the tablet not working after closing the lid on a Tecra M7? Bios is 3.20
    Doesn't seem to happen on hibernate or sleep.
    I have the lid set to do nothing on close.

    Hi
    What do you mean with tablet not working after closing the lid?
    Does the notebook freezes or what?? What happens exactly???
    The close the lid settings can be set to hibernation mode or standby mode or no action.
    These settings can be set in the power saver setup actions.
    If you have some problems with some installed Toshiba applications I would recommend reinstalling the TOSHIBA Common Modules and the program which doesnt run correctly!
    Best regards

Maybe you are looking for

  • Host String

    I've installed Oracle Forms 6i includingSQL Plus 8.0 on Win2000 server. no problem with user name and password but no Host string seems to work. Error message ORA-12203: TNS unable to connect. Any ideas what I should be using as the host string? Than

  • Creating Directory Errors

    I get two error messages when I try to install 7.1 After itunes installs the update and it is going through it's last step (looks almost complete), I get the following error: "An error occurred while attempting to create the directory: C:\WINDOWS\Ins

  • How does one revert to original photo after corrections such as redeye assist?

    using common edit tools in Iphoto, I used redeye assist, and now cannot revert to orig. file so my picture looks like a raccoon....any helpful suggestion to gain original file again would be gratefully accepted...thanks!

  • Please Help -- Problem w/ ITunes Sharing & Linksys Router on PC

    Hi All I appreciate any feedback. 1. I'm no novice..I know how to set up sharing...I had it working before...did some stuff with linksys last week, and now nothing works. 2. I CAN see my other cpu's. I can ping them. I can go to a mapped drive and se

  • Very slow internet / safari

    Hello, My internet has been very slow recently -- both when I am running off my server and others. Does anyone have any suggestions of what to do? Many many thanks Melissa