11.3.300.257 only has 2 channel audio

After update the player to 11.3.300.257 few days ago.
In IE8, all audio of flash video only has 2 channel left.
Before this, I have 4.1 channel.
There is no problem on Chrome or Firefox.
What can I do to have 4.1 back?
Thanks.

Could you take a minute and vote for the following bug and include a copy of your system's dxdiag report?
https://bugbase.adobe.com/index.cfm?event=bug&id=3211050
Thanks,
Chris

Similar Messages

  • Media Encoder CC 2014 export for UK DPP v1.1 AS-11 has only 4 channels audio???

    Trying to export an AS-11 UK DPP 1.1 with 10 channels. Export in AME has only 4 channels audio with no options to add more. The UK DPP spec allows for 16.

    You are correct. We are currently discussing this and are treating it as a feature request for a future update. In the future you can also submit feature requests here: Adobe - Feature Request/Bug Report Form

  • Macbook 2008 sound to Home Theatre System which only has optical audio.

    Trying to connect my macbook (2008) to panasonic home theatre system which only has optical audio. Tried using toslink optical audio cable with 3.5mm jack converter but still no sound, any ideas please? Thanks

    If I understand what you are saying then yes you are correct. If you want the sound from your tv to come out of your home theatre amplifier run an optical caple from the TV out to one of the inputs on your receiver. Then select that source when you want to listen to the tv. In order to get 5.1 sound though the program source will have to be broadcast in dolby digital. Other wise it will most likely be dolby pro logig or stereo depending on how your receiver is set up.
    It will probably also output sound for your blu ray player as well through the tv because hdmi carries audio to your tv. However the best possible sound will come from hooking the hdmi cable directly up to your receiver and selecting that source during dvd playback. Which is the way you have it if I understand correctly.
    Paul

  • Imported DV plays only left channel audio

    In working with iMovie HD 6, I've imported video from my DV camera and I'm only getting sound from the left channel (I used a lapel mic plugged into the camera while I was recording). Is there a way to mix the left channel audio into stereo, or at least two channel mono so that my movie and subsequent DVD project will play sound in both channels? I'd prefer to run the fix within iMovie, but will consider exporting if necessary. I can't recreate the original interview without a lot of work.

    Welcome to iMovie Discussions.
    Yep, you can do it in GarageBand, just setting it to move the mono channel into both channels.
    Or you could use the free, downloadable "Audacity", and just select the left channel, then copy it, and paste it into the empty right channel, like this.
    However, to use the wonderful "Audacity", you've got to find your original audio in iMovie, then remove it from within its hidden storage, whereas GarageBand just "knows" where to find the audio if you send your movie there, so click on Share and then GarageBand, where you can select the Movie Sound track, and just turn the little 'panning' control, in the Mixer column, to the centre.

  • MSI-Gm2-only one channel audio output

    Hi everybody ,
                       Its nice that guys are working hard to solve every one's problem. Keep it up !
    Recently I upgraded the bios version to 1.4 (the latest) also the Realtek HD audio drivers but not system chipset drivers (which is 170mb too big).
                       Now I am able to hear only right channel of my onboard audio (ALC 888, 8.1 channel i guess) as I am using 2.1 channel. what could be the problem. Is it hardware problem or bios problem. My system configuration is as follows:
                      CPU: Amd 3800+ X2
                      MOBO: MSI-GM2 (690v chipset)
                      MEM: Kingston 1GB 667Mhz
                      VIDEO: onboard (ATI X1200)
                      HDD: Sata 80GB Samsung                     
                     If you guys can help me figure out what it is? Thnx in advance !

    Quote from: Hans on 21-June-07, 18:23:04
    Hi!
    Chack audio settings in the Realtek console and in Windows Settings -> sound.
    Why did you update bios? Was there some compatibility problem with your system that required the flash? If not, then keep in mind that updating bios when it's not needed can cause many problems. So, if nothing helps, you may want to flash back to the old version you had. Same goes for the drivers.
    Now, please note: only flash back if nothing else solves this problem! I don't think that flashing the bios lead to this audio problem, so leave the bios alone for now. Try downgrading drivers. Newer drivers aren't always better ones!
    Hi Hans! first of all thanks a lot for your kind reply. I updated my BIOS for no such reason. I thought it is always healthy to update BIOS to avoid future compatibilities problem (silly move of me I guess) and be future problem proof. I checked all the possibilities in Realtek concole but no improvement. I now noticed that when I switch off my PC the channel which is dead produces weird sound like shrill noise as the power of speaker is on. As now I switch off the UPS after PC shutdown the noise from the speaker goes off with the noise like Siren fading from High to low.
                     What do you think this is ? Oh sorry please do not get mad at me as I forgot to mention that I used Audio Splitter at the Line-Out (2.1 channel) to drive independent Audio Systems e.g. 1) low wattage lower end music system. 2) High end Audio system with High wattage. They both were driven simultaneously.
                     Do you thank I screwed it up ? In any case I shall follow what you suggested i.e. Flash Back to older version. Problem is I do not have Floppy Drive and I do not know how to do it with MSI live update. Your insight solicited and awaiting your expertise. Thnx a lot buddy. You care !

  • PAL 32mhz and still only right channel audio

    hi
    i have captured first tape of 32mhz audio mini dv ape, and the auio playback is fine. It plays through both speakers on macbook.
    I started to capture the 2nd tape, which was a continuation of the first tape, and the audio only plays back through the right speaker...
    any suggestions?
    thanks

    Open the clip in the Viewer.
    Select the audio Tab and dial the PAN to 0 (zero).
    This will give you sound from both Speakers.
    Al

  • PP CS5, importing mp4's I only get 1 audio channel instead of all 4...?

    PC,
    PP CS5, importing mp4's I only get 1 audio channel instead of all 4...? I put the clips in Vegas & all 4 channels appear. What can I do? Going insane!!!
    Steve

    It's pretty simple... when you know how
    Get ffmbc - FFMedia Broadcast .   This is a customized build of FFmpeg that is more geared toward   broadcast formats and applications. The latest "official" release (0.5)   will work.
    Open the archive and find the "ffmbc.exe" file in  the "bin" folder. Drop it into the folder with the MP4s--or if you know  how to set up a custom path, you could do that too.
    Create a new  text file called something like "mp42mxf-4mono.bat" making sure that you can  see file extensions; you need to have the .BAT extension. Make this file  in the same folder as the MP4s and FFmbc.
    Paste the following into the batch file:@ECHO OFF
    for %%a in (*.mp4) do ffmbc -i "%%a" -vcodec copy -acodec pcm_s16le -f mxf -y "%%~na".mxf -acodec pcm_s16le -newaudio -acodec pcm_s16le -newaudio -acodec pcm_s16le -newaudio
    Save it--again making sure it has a .BAT  extension--and then double-click it to run it. It will rewrap all of the  MP4s as MXF files that will import into Premiere. It will also retain the original four mono tracks as four mono tracks in the destination MXF.
    That's all there is to it. Save that script, and you can recycle it whenever you get a batch of these types of problematic files in. Note that it's a completely lossless rewrapping, and should only take a few moments (or minutes, if you have a lot of footage, I suppose). Let me know how that goes.

  • Why does my nested sequence have only one channel of audio?

    Hi,
    Working in Prem Pro CC on my Mac Pro.
    I have  a number of interviews, each shot with 3 cameras and with audio from a separate audio recorder. The audio has two channels, Ch1 has the boom mic and Ch2 a radio mic.
    I created a sequence, placed the audio into channels 1 & 2 (they are linked) before placing the video tracks onto timeline tracks 1-3. Everything's synced nicely and so I nested the shots and then I enabled multicam on the nested sequence.
    However, now when I edit the nested sequence into my edit sequence, it has only one channel of audio. I tried Modify>Audio Channels but within that page, in the option to select 'Source Channels' the options are "None" and "Channel 1".
    How do I get my nested sequence to place both audio channels into my edit sequence?
    Any help much appreciated.

    Nevermind folks, I figured it out. I had my render control settings set to Apple Pro Res on some timelines.

  • Can I use the optical digital audio cable to connect INSTEAD of the hdmi?  My tv only has 2 hdmi ports, and they're both taken

    Can I use the optical digital audio cable to connect INSTEAD of the hdmi?  My tv only has 2 hdmi ports, and they're both taken

    I'm afraid that's very misleading and inaccurate.
    Firstly an adapter won't work, it would need to be a converter and then if it's a compliant converter it won't let you watch HDCP protected content such as that from netflix or from the iTunes Store.
    Secondly, whilst I'm not going to debate whether component or HDMI is better, component is certainly not better if it's been converted from an HDMI signal. You can't make anything better by simply converting it to another type of signal.

  • HT3275 My iMac harddrive only has about 100 gb of use on it. But my backup disk has over 300 gb used up on it. Why would this be?

    My iMac hard drive only has about 100 gb of use on it. But my backup disk has over 300 gb of usage on it. For instance, my iphoto library shows about 13 gb of photos but the backup disc shows almost 20 gb of photos in the iphoto library. Why would this be?

    Because you are using Time Machine which is an archiving backup utility. Any change that is made to a file will cause another fully copy of the file to be backed up. Over time a Time Machine backup will take up an entire hard drive no matter how large the drive may be.

  • Error message 'the selected file cannot be linked because it has 2 audio channels and the clip was created with 1 audio channel'

    Can anyone help with the error message I'm getting 'the selected file cannot be linked because it has 2 audio channels and the clip was created with 1 audio channel'. I had to move the footage to another folder and now am unable to link it - just getting this error message instead.... Has anyone had to deal with this before?
    Thank you!

    Relink to the correct media.

  • Error message: The selected file cannot be linked because it has 6 audio channel(s) and the clip was

    I recently purchased/upgraded from Premiere Elements 5 to Premiere Elements 9 and I cannot open the projects in version 9 that were created with version 5. It shows it as offline. I get a message to open up a file and when I do i receive the error message: The selected file cannot be linked because it has 6 audio channel(s) and the clip was created with 2 audio channels. Can someone help me or tell what I am doing wrong?  All of my projects that were completed in version 5 cannot be opened up in version 9.
    Thank you.

    Bill,
    I ran G-Spot on one of the files and here it what I have:
    DVD "VOB" format
    MPEG-2 Program Stream << { 1 vid, 1 aud }
    Sys Bitrate: 10080 kb/s VBR
    I guess I am really confused.  The project that I am trying to open PrE 9 was completed in PrE 3 w/templates , scenes, etc. The movie was burned to a DVD.  I cannot understand why I cannot open it with a newer version of PrE.  According to G-Spot (I am assuming this is what you mean above), it is already in 2 channels.  To me this should be ok.  I put many, many hours into these videos and now it seems all for not.
    Here is what I did so far:
    I uploaded the required media files to a new project in PrE9 and let them index and conform.  I saved the project with the same name in a different location.  Do I have to do this to the project files and/or the original media files?  Confusion starts here.
    The next step is where I am confused.  I do not know if I am proceeding in the right direction from here.  There is the share tab in the upper right hand corner.  Is this what you are talking about?  I am truly lost from here.
    Thanks.

  • Flash Player 11.3.300.257 has issues with Firefox 13

    Yesterday I did a speedtest on http://speedtest.ziggo.nl. My download value was the same as my upload value so I contacted my provider to see if there was a problem. Discovered myself that the problem wasn't my internet connection but the update of Flash Player I did some hours earlier. On Internet Explorer and Chrome I get normal download values when I do a speedtest, but on Firefox the download value is the same as the upload value. Also I get a lot of 'Flash Player is crashing' popup windows.
    I use Firefox 13 on Windows x64. Updated to Flash Player 11.3.300.257.
    I uninstalled Flash using Adobe's uninstaller and installed a previous version (11.2) and everything was working fine again. I got normal download and upload values when doing above speedtest. When I updated to 11.3.300.257 again, the download value was as low as the upload value again and besides that a lot of Flash error popups again.
    So apparently the Flash Player 11.3.300.257 plugin for Firefox has a serious bug of some kind?

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

  • The selected file cannot be linked because it has 6 audio channel(s) and the clip was created with 2

    I tryed to link MTS files to a project that I edited with AVI files. I got the message "The selected file cannot be linked because it has 6 audio channel(s) and the clip was created with 2 audio channel(s)". Does anybody know what I should do?

    Relink to the correct media.

  • Does FCP 4.5 have audio channel bug, and can only do 2 audio channels?

    I transferred my digibeta project with 4 audio channels (2 are Music & Effects) to an uncompressed QT at a dubbing facility. I can play the QT with all 4 channels heard on my G-5 Powermac, but when I import the QT file into FCP 4.5 (to do some re-cutting), it will only import two audio channels (the Music & Effects) and not my other two stereo tracks with dialogue. and it's not the timeline because I have four channels available -- it's the actual imported file losses two of the audio channels on import into FCP. I tried importing the same file into iMovie and it plays all four channels,unlike FCP. I have three computers with 4.5, and each of them have the same problem. Is there a setting that will change this, or should I just throw FCP 4.5 away. Will I have the same problem with 6.0?
    Bryan

    If you want to work with 4 Channels, throw out version 4.5 and get 6. Version 4.5 could only work with 2 channels. This changed with the 5.0 version. It's not really so much of a bug with 4.5 as just not being implemented in that version.

Maybe you are looking for