Would anyone like to assist me in debugging an AC-3 audio problem?

I've been struggling for weeks to figure out why movies with AC-3 audio having a bitrate > 480 Kbps have no sound on my home theater setup. The same movies play fine on my Mac, which I presume is because of the Perian plug-in.
I have two theories, 1) The Apple TV is somehow choking on audio bitrate > 480 Kbps (even though AC-3 audio is pass-through), 2) My own A/V receiver can't handle the bitrate. My gut feeling is that it's my A/V receiver... but that's just a guess.
I'm hoping someone here on the forums will help me out. I've uploaded to rapidshare a 1-minute clip that has H.264 video and AC-3 audio at 640 Kbps. The video plays fine on my setup but I get no audio. If you have an Apple TV connected to an A/V receiver using optical connection (not HDMI) and are willing to download and test this file, please let me know. I'll post the link to the file.
I talked with Apple support on the phone and the guy was VERY helpful and courteous. His answer was that the Dolby Digital (AC-3) specification limited the bitrate to 480 Kbps. I took his word for it but did some research on my only only to discover that the AC-3 limits audio to 640 Kbps:
DVD - 480 Kbps
HD DVD - 505 Kbps
Blu-ray - 640 Kbps
Let me know if you'd like to help me get this figured out. I'm sure they're are plenty of people out there that would like to know if the Apple TV has a problem with AC-3 audio.

It may very well be that the Apple TV is limited to the DVD standard... I just wish someone at Apple could confirm that fact. The Apple TV specifications identify bitrate limits for other audio types, but not AC-3.
And yes, I do have 5.1 turned on. I have several HD movies that have been converted to H.264 / AC-3 with 448 Kbps that play fine on my Apple TV setup.

Similar Messages

  • Would anyone like to win a Dreamweaver CS5 Professional Training Course CD?

    Hello everyone, I run a website called  http://dreamweavertutorial.co.uk and I create video tutorials and articles showing people how to use CSS, HTML, jQuery and more.  I would like to give away a copy of a Dreamweaver CS5 Professional Video Course CD as part of a promotion. 
    The Give-away Competition is simple to enter and involves watching one of my tutorial videos on YouTube and adding Dreamweaver Tutorial as a friend on Facebook.
    The course includes 121 individual tutorial videos and 10.5 hours of tuition. and is worth £70
    For anyone who is interested then please click the following link which will take you to the promotion on my website.
    http://bit.ly/Dreamweaver-CS5-Course-Giveaway
    I would like to wish everyone the Best of Luck!
    - James Brand

    Registration forms are a combination of files. Usually you will have the html form itself that attaches to some server scripting and, possibly a database. DW only handles the html part and the scripting if you know how to write it by hand (there's nothing built into DW that handles that aspect of it for you).
    I have no idea what bridgeelement is or what it allows you to work with, but if you can edit html and whatever scripting you have your form attached to (most likely a .php file of some sort), it shouldn't be an issue.
    If your server script is offered through your hosting company and you're also moving hosts, there could be a problem.
    It's hard to say without more info on what you currently have.

  • Would anyone like to help me with my difficult MBP decision?

    Hello!
    I make my living as a graphic designer, but I am also a touring musician. I am often working from the road. I use CS4 on a Dell, and its finally time for me to purchase a mac. My upcoming tour is one month, and I will need to work as much as I can, and I need my new mac asap. I was going to buy a refurbished 2012 2.8ghz i7 13" MBP, for $1200, and I would of course get applecare. But then, my fiance offered me his 2010, 17in 2.6 ghz i7 macbook (which he has only lightly used), I told him I would give him 1200 for it (Id feel guilty if I didn't give him something). I wouldn't be able to get apple care for it, as it is already almost 2 yrs old. Also, I would need to go through the process of clearing it for new ownership and installing snow leopard. I don't have any clue about that stuff.
    Does anyone have any opinions on which choice is best for graphic design, for working on the road, or as to whether or not its bad for me to spend the same amount on a mac that is two years older? My friend said there werent many changes in MBPs between 2010 and 2012, but I wanted some other opinions.
    Sorry for such a long post, but thank you so much for reading

    My, my - what a quandry!
    I find it difficult getting by with a 15" screen for graphic design (which is why I've purchased a larger monitor) - I can't imagine trying to get by with a 13" screen! And not having a discrete video card on the 13" would be a big problem when working in Photoshop or any other graphics-intensive application.
    However, I can't imagine getting a new computer with no warranty. If your friend has purchased AppleCare, you'd have at least a year or so of warranty remaining that could be transferred to you.
    Is $1200 your budget? If you could go a little higher you could get a refurbished 2011 15" machine that would probably better suit your needs. And you'd have a years warranty, during which you could also buy AppleCare. I don't know if this is a viable option or not, but I'd look into it.
    Clinton

  • Would anyone like to help a very experienced, new-to-Flex guy?

    Hi Folks,
    I've been developing GUI apps, on Mac (SuperCard, Omnis, 4D), Windows (VB6), Web (Dot Net C#) and iPhone for a looong time.  I am now considering using Flex/AS to write an in-browser commercial application. Without going into it, let's just say it will have many "screens", will collect both textual data and multimedia content from the user, store it all on a server (dbms), and then output it in multiple ways (back to screen, pdf, flash movie, etc..).
    I am trying to understand Flex's "application flow".  I have spent a few hours in a bookstore.  I have spent a bunch of hours in "Tour de Flex" and watched a whole lot of "build an app in an hour" type videos.  I am now coming to you all to ask the basic, but big, question:  How does a sophisticated, multi-screen Flex App "flow".  With standard web stuff, the answser is:  You have a bunch (dozens) of web pages, each their own file; The user "starts out" on one of those pages and then uses navigational widgets to "go to" the other pages.  Don't worry about the back end stuff, I'm not worried about that.   With a standard Mac/Windows app, there are "windows" that you create - each a seperate file.  The user starts out on one of them and then either opens others or "replaces" the current one with another one.  With the iPhone, there are multiple "views", and one or more "view controllers".  The user starts out on one view, and via that view's controller, "goes to" some other view and/or view controller.
    How does it work in Flex?  I see only one "stage" thingy.  I understand I can create additional mxml files - are they "other stages"?, or, how does one "go to" them, i.e., replace the current "screen" with the other screen?  I am not interested in using the "States" mechanism - it is great for demos and maybe small-ish apps, but not larger apps, and, I don't like the notion of "mixing" multiple "functional groups of UI/logic" on one "page" thingy.
    I have no doubt that I have simply missed some big concept so far...but please, tell me, how does a large, multi-function app "move around"?  How can a big app be "split up" and "dynamically loaded", if and when necessary?  I have no doubt that many of you have done this kind of stuff.  I have no doubt the language and the technology can handle it.  I just haven't "seen" how yet.
    Thanks folks.  Based on what I hear back from you all, I'll come back with other questions having to do with the whole skinning controls thing, and questions about "architecture", i.e., seperation of functions (data input/output, business logic, presentation logic).
    -David

    Martin,
    Thank you for your most excellent suggestion!  I have now gone through a bunch of the videos and they are terrific.  I can now see that this is one powerful product/architecture.  As I learn more about Flex, and begin to play around a bit, I am sure I will find the right approach - what's good is knowing that there are several available.
    Thanks again,
    -David

  • Would anyone like to reommend a procedure for installing a RAID?

    Hello everyone,
    We have a G5 Xserve with three 500 GB drives in it. Currently, these drives are set up in in a RAID using Disk Utility's software RAID. In a recent server meltdown (not this one, thankfully), we discovered that Apple more or less does not support software RAIDs. Due to this and several other reasons, such as performance, we have purchased a hardware RAID controller. The major question is how to go from the software RAID to the hardware RAID without losing any data.
    I understand that installing the hardware RAID requires a complete wipe of the drives and for everything to then be reinstalled. I suppose my question is what do people feel is the best way to go about backing up system configurations, particularly all user data? This server contains all of our users' home directories, Open Directory data, and handles DNS and DHCP services for us - you might say it is crucial I have every intention of creating a disk image using Carbon Copy Cloner and also verifying that backups are up-to-date before proceeding, but any specific ways of quickly restoring user data in particular would save me a ton of time.

    Are you using the Apple Hardware RAID card? If so, be aware that it has a firmware bug in that it fails to fully flush the write cache under some circumstances during a graceful power down (doesn't happen on restart) because the card disconnects from the drives before the write caches have been fully flushed. LSI Logic (the Apple card is a rebranded LSI Logic megaraid card) fixed this bug in a firmware release after Apple split from the LSI Logic code tree with its own firmware for the Xserve. I turned in a RADAR report (# 4350243) back in November 2005, still open. Only known workaround is to turn the write cache off for all LUNs. Doubt it will ever be fixed because the Xserve G5 and the Apple Hardware RAID card are EOL.
    Russ
    Xserve G5 2.0 GHz 2 GB RAM   Mac OS X (10.4.8)   Apple Hardware RAID, ATTO UL4D, Exabyte VXA-2 1x10 1u

  • Hello like would anyone like to help me. I can,t get the control pallete to open so that I can chose a theme background ect. what am I doing wrong

    i CAN,T GET THE CONT PALETTE TO OPEN SO THAT i CAN CHOSE A THEME,BACKGROUND BORDER ETC.WHAT AM I DOING WRONG
    PLEASE HELP

    Duplicate post
    See my reply in other post

  • Would anyone like to buy a Samsung brightside?

    >>comment deleted; selling of items is not allowed on this site<<
    Message was edited by: Verizon Moderator

    Are you using the Apple Hardware RAID card? If so, be aware that it has a firmware bug in that it fails to fully flush the write cache under some circumstances during a graceful power down (doesn't happen on restart) because the card disconnects from the drives before the write caches have been fully flushed. LSI Logic (the Apple card is a rebranded LSI Logic megaraid card) fixed this bug in a firmware release after Apple split from the LSI Logic code tree with its own firmware for the Xserve. I turned in a RADAR report (# 4350243) back in November 2005, still open. Only known workaround is to turn the write cache off for all LUNs. Doubt it will ever be fixed because the Xserve G5 and the Apple Hardware RAID card are EOL.
    Russ
    Xserve G5 2.0 GHz 2 GB RAM   Mac OS X (10.4.8)   Apple Hardware RAID, ATTO UL4D, Exabyte VXA-2 1x10 1u

  • I don't have the up to date system requirements to run iCloud on my mac but would still like to access my email on my mac.  I think I need to update my settings, but am not sure what to do.  Can anyone help.  thanks

    I don't have the up to date system requirements to run iCloud on my mac but would still like to access my email on my mac.  I think I need to update my settings, but am not sure what to do.  Can anyone help.  thanks

    Welcome to the Apple Community.
    If you haven't done so already you need to migrate your mail account to iCloud first and do so IMMEDIATELY at the website Move
    Then
    Delete your mail account from Mail preferences and set it up again using the Mail Server Information.
    Some users have apparently encountered issues using this information in pre-Lion set ups (I haven't), Roger Wilmut has kindly provided instructions for those who find themselves with this problem.
    Entering iCloud email settings manually in Snow Leopard or Leopard
    Entering iCloud email settings manually in Tiger

  • Would anyone else like to see an auto-hiding Dock in full-screen mode?

    Would anyone else like to see an auto-hiding Dock in full-screen mode?

    Well, it doesn't work consistently here.  I have Dock Hiding on.  When a screen does not contain a full screen app, it works fine.  Moving the mouse to the bottom of the screen (where I have the dock) pops up the dock as expected.  If the screen has a full screen app in place (usually Mail or Safari), the behaviour is very inconsistent.  Moving the mouse to the bottom of the screen, waving it back and forth, up and down, with the odd click, will bring up the dock in maybe 10 to 15% of attempts.  Take the app out of full screen, and it works perfectly.  Put it back in full screen, stops working.  This is a new MacBook Pro with 10.7.1
    Any ideas welcome.  Meanwhile, Im getting used to the four finger squeeze to bring up the Launcher.

  • Like idk how to ask but would anyone know why my iPod touch 4g will not connect to a computer to my apple account but yet it will only charge I have tried numerous cords and pc's and still the same

    Like idk how to ask but would anyone know why my iPod touch 4g will not connect to a computer to my apple account but yet it will only charge I have tried numerous cords and pc's and still the same occurs

    Here:
    iOS: Device not recognized in iTunes for Windows
    or
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X

  • HT4221 I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    I really want my Apple TV, iPad and iPhone to sort them in date taken like in iPhoto on my iMac. How do I do that? Sorting on date modified seems so stupid to me, why would anyone need this? Date taken gives a timeline in your event.

    The unix commands you need are:
    GetFileInfo
    SetFileInfo
    and maybe find
    for cryptic details use the man command
    Macintosh-HD -> Applications -> Utilities -> Terminal
    man SetFileInfo
    You may use the SetFileInfo command to set the file type & the program which will open the file.
    # This little gem will do a get info on all files in a directory.
    mac $ ls  | xargs -I {} GetFileInfo "{}"
    file: "/Users/mac/playdoc/oddadocodd"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:53:22
    modified: 05/01/2011 14:53:22
    file: "/Users/mac/playdoc/one.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:48
    modified: 05/01/2011 13:57:48
    file: "/Users/mac/playdoc/oneLineFile"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:17
    modified: 05/07/2011 14:27:17
    file: "/Users/mac/playdoc/oneLineFile.txt"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/07/2011 14:27:49
    modified: 05/07/2011 14:27:49
    file: "/Users/mac/playdoc/three.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:58:03
    modified: 05/01/2011 13:58:03
    file: "/Users/mac/playdoc/two.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    file: "/Users/mac/playdoc/weirder.doc.docx"
    type: ""
    creator: ""
    attributes: avbstclinmedz
    created: 05/01/2011 14:50:03
    modified: 05/01/2011 14:50:03
    # well, ! is a funnie character so we escape it.
    mac $ SetFile -t TEXT -c \!Rch two.docx
    mac $ GetFileInfo two.docx
    file: "/Users/mac/playdoc/two.docx"
    type: "TEXT"
    creator: "!Rch"
    attributes: avbstclinmedz
    created: 05/01/2011 13:57:56
    modified: 05/01/2011 13:57:56
    mac $
    mac $ date
    Sat May  7 14:40:56 EDT 2011
    mac $

  • Has anyone used Migration Assistant to move services from one system running Server to a new system?

    So, I've purchased a Mac mini to replace my aging Mid 2009 mini on which I've been running Mavericks Server.  In trying to answer the question of how best to move services from the old machine to the new, I've stumbled into the fact that Migration Assistant can apparently migrate not just user data for workstations and laptops, but also service data for servers.  The problem is there isn't much detail in the docs about how good a job it does when going from one machine to another without changing OS releases.  There's a very detailed document in the KB about going from older versions of Server to new (OS X Server: Upgrade and migration from Lion Server or Snow Leopard Server) and a general doc on migrating from another Mac under Mavericks (OS X: How to migrate data from another Mac using Mavericks) but that has no details about Server.
    Has anyone used Migration Assistant to move services from one system running Server to a new system?  Are there any details that are particularly important to get right?  Are there things that require manual steps after Migration Assistant is done?
    There are other ways I could tackle the problem, of course.  I could simply swap drives between the systems, but the new system has two drives that are bigger, faster, and I intend to mirror them.  That would complicate such an approach.  I'd really like to keep the conversation constrained to a discussion of Migration Assistant as the primary method.

    yes. I migrated a server frm lion to mavericks following these notes a while back:
    OS X Server: Upgrade and migration from Mountain Lion
    i do not recall having any problems with it.

  • Need lightroom 4.4 asmac is 10.6.8 and not compatible with anything higher. Does this come with the creative cloud? Would really like a disc but that doesn't seem to happen anymore. Currently have cs4 and d7100 hence need 4.4 to open raw Any idea

    need lightroom 4.4 asmac is 10.6.8 and not compatible with anything higher. Does this come with the creative cloud? Would really like a disc but that doesn't seem to happen anymore. Currently have cs4 and d7100 hence need 4.4 to open raw Any ideas? Is this now customer service or does adobe have a customer service team . Site not user friendly. Thanks

    Graham Giles wrote:
    Have you seen this type of problem before? I think it could be a serious issue for anyone in a similar position.
    No; but then, I've not had occasion to use TDM. I've been using firerwire drives for over 10 years, both FW400 and FW800, with no issues except a bit of instability using a B&W G3 machine.
    TDM should be safe. Using cautious, manual copying of files from the Target machine to the Host machine should not result in unexpected loss of files or damage to the Target drive's directories. It should behave exactly the same as if it were an external (to the Host) firewire drive.
    •  I don't suppose there is anything I can do to 'put back' lost items from a separate Time Machine drive which has an up to date backup on it.
    There is probably a way to do that - seems to me that's one of the reasons for a Time Machine volume.
    On the other hand, if the Time Machine volume is rigidly linked to the now-absent OS on the original drive, there may be no way to effectively access the files in the TM archive.
    I know that using a cloned drive would work well in this instance.
    I have no experience with Time Machine, so perhaps someone who has will chime in with suggestions.
    With the machine in TDM with the other machine, have you tried running Disk Utility to see if you can effect repairs to the drive?

  • On some of my files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?" Then when I click "Locate", I get nothing.

    I'm really dumbfounded on this one and it's driving me bonkers!!!! On some of my music files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    This began to happen when Chuck made playlists2burn on2CD-and then he would delete the playlist; sending all the song files into oblivion. Certain songs have a ! right next to the file name, and as I stated before, i get that error message:
    "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    So I click on "Locate". No help. I get a menu with folders that say "catroot" and other folders which names I cannot remember, but I scroll PAST the file folders, & it's just a bunch of ".DLL" files.....I don't understand what any of the names of the folders mean...it's frustr8ing-coz this is my 2nd iTouch, my 1st one got stolen & I can't afford2buy my music back at this time & i NEVER before had a single problem with losing song file locations.
                  Is there anyone out there who has been through this frustrating game of chasing your tail?....<that's how I feel>
    If so I would be ever so gr8ful if maybe someone with the knowledge would be so kind as 2 tell me how/where 2 retrieve these songs & how to put everything back where it belongs, I would be 4ever gr8ful !!!
    I can't afford 2 replace the songs just like I'm unable 2 buy back my old music from my stolen iTouch....man that was an awesome collection-someday I'll be able 2 afford 2 do that & I would like 2 have all the new music that I paid 4 but cannot find when I got my new iTouch....that would just be  wonderful.
                 I hope someone sees this post that can help me retrieve these files....losing $100.00 of iTunes is a REAL BUMMER!!!!!!
                                                      ThanQ SO very much!
                                                                             [email protected] or [email protected] or [email protected] .
                                                                                               You can also find me on Facebook, my given name is Tiffinie Trimmer, &
                                                                                                that's my Facebook "handle".    ThanQ 4 taking the time 2 read all of this!
                                                                                                hope 2 get a reply someday....I'll B checking all my emails & my Facebook, as well
                                                                                                as marking this page in my FAVORITES so I can find it fast! Take Care!!!

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

  • How can I DISABLE the pop up 'Would you like to copy it to Library', preventing this message from bothering for each and every book, again and again, time after time? (Windows 7 64bit US).

    How can I DISABLE the pop up 'Would you like to copy it to Library', preventing this message from bothering for each and every book, again and again , time after time? (Windows 7 64bit US).
    I guess this may be a feature request. Adobe may think this is a good message for every new eBook.
    I sure would like to decide about that myself.
    Thanks in advance if this will be changed.

    singmk wrote:
    Decided to setup the mail for exchange on my N8 so I could see my work emails. Worked like a charm but after a couple of hours decided I didn't like being that contactable so deleted the mailbox.
    Now to the problem, during setup I was forced to enable the phone lock and had to pick a 7 digit alphanumeric code. Fair enough I thought and went ahead. When I removed the mailbox however the lock remained in place with the default auto time of 30 minutes. When I checked in Phone management there is no option to disable this lock so I thought I could at least change the default time to something bigger but when you try, it remains at 30 mins. You also can't disable the auto time as it pops up an error message saying can't unlock phone.
    Does anyone know if I'm missing something obvious here or is this something which can't be disabled once it's switched on? I've done a soft reset back to factory settings with no luck and the only other thing I can think of is re installing the firmware which seems a bit extreme.
    Would like to hope there is some way to have control over this. Can someone help?
    Which firmware your N8 having now? You can check firmware by choosing Call, then type *#0000#.
    My N8 works fine on security setting and able to define Phone auto lock period, by choosing Menu>Settings>Phone>Phone management>Security settings>Phone and SIM card>Phone auto lock period>User defined>Lock after(minutes)
    You will prompt to enter Lock code each time u define auto lock priod or enable/disable auto lock.
    Hope this can help you.
    If you find this post helpful, please show your appreciation by clicking the Kudos star at the left. If it provides you the solution, please click on the GREEN Accept as Solution button at below

Maybe you are looking for

  • How to create a sort of drop down menu at mouse location please?

    Hello, I would like to create a sort of drop down menu. When the user right clicks, I would like to create something similar as if you right click in your browser, or right click in this forum text box area (you get "undo", "copy", "paste".. that app

  • Tape Drive Upgrade

    I'm running a SunFire v440 with a IBM 3584 tape library. Solaris 9 is the OS and Veritas NetBackup 5.1 is the App. Currently the IBM 3584 has LTO-2 drives in it and the backup team wants to upgrade to LTO-3 drives. They are planning on using the same

  • How do I set an alarm

    I need to set a alarm for school but I have no idea, it's not like they have the clock app like iOS 4 did! Please help

  • Error #1023: Stack overflow occurred. null

    I am entering data inside a datagrid and I have an update button which sends data to a web service.  But when I click the update button, I get this error: Error #1023: Stack overflow occurred. null.  I filled in the info using SOAPUI and sent it to t

  • CS5: Rounded selection with image dimension?

    Hello, I wanted to create images with roundes corners. Therefore I am using the roundec rectangle tool to create a mask. But how it is possible (the shortest way) to have this rectangle the same size of the image? In some layout programs you can doub