The DVD's I'm burning are not compatible with common DVD players

what am I doing wrong?
I guess there has to be others that has the same problem, I have read this thread but can't find any good answer.
All I can find searching here and Google is that I should change the "playback" DVD player, that it's not good enough for me!
I've done a 2x DVD package and I get a lot of feedback that Disc#1 is unplayable.
About the system since everybody asks for that:
MacBookPro - a lot of ram
the prject is on a external drive with enough space
FinalCutExpress - exported to selfcontained MOV files
iDVD (iLife'08)
everything works fine in iDVD - Save as DiscImage - burned in DiskUtility
Errors:
PS2 - reading disc... for 2 minutes - disc error
a DELL pc hangs (that could of course just be a coincidence crash
a TOSHIBA or HITACHI dvd player (new - plays everything) just says LOAD... in display
I've used Toast on the last ones - and they seem to work fine ?:-)
Message was edited by: Børre Bratvold

I have this same issue and I don't get it!
I just got done burning a DVD for a friend of the family who died - a slideshow of her life that was supposed to be played at the funeral. The funeral home called 10 minutes before the ceremony and told me that it didn't work in their player! (I've had this problem before with other DVDs I've made using iDVD. What's going on?
I always check the DVDs in my own home player first, and they work just fine - and our home player is not anything fancy.
Anyone have any advice? This is unacceptable! iDVD is not doing what it is advertised as being able to do!!!
Thanks for any help

Similar Messages

  • I have a mac osx 10.4 and all the new versions of fire fox are not compatible with my computer, how can upgarade so I can get to my gmail account, etc?

    I can't access my email on firefox , it states that I am using an old version of firefox that is no longer compatible with gmail, however when I try to upgrade to a newer version I get a window that says that my computer is not compatible with the new version. Is there one that is??

    Current Firefox versions require a Mac with an Intel processor and OS X 10.6 (Firefox 16 runs on Intel Mac OS X 10.5).
    *http://www.mozilla.org/firefox/25.0/system-requirements/
    For an unofficial Firefox 17.0.10 ESR compatible version that runs on a PowerPC Mac with OS X 10.4.11 or OS X 10.5.8 you can look at TenFourFox.
    *http://www.floodgap.com/software/tenfourfox/
    *http://www.macupdate.com/app/mac/37761/tenfourfox
    *http://code.google.com/p/tenfourfox/wiki/ReleaseNotes1710
    See also:
    *http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    *http://code.google.com/p/tenfourfox/wiki/QuickTimeEnabler
    *http://code.google.com/p/tenfourfox/wiki/AAATheFAQ

  • HT201317 why the last photos in photo stream are not sync with my iPad?

    why the last photos in photo stream are not sync with my iPad?

    Photostream only syncs photos over Wi-Fi, make sure you are connected to Wi-Fi to begin with.
    Photostream only syncs when the camera app is closed, ensure it is closed.
    Photostream only syncs when the battery is above 20%, try recharging the device
    Try disabling photo stream on your device (settings > iCloud), restarting your device and then re-enabling photo stream.
    If this doesn't help you may need to reset photo stream. You can do this at icloud.com by clicking on your name in the top right corner and then the advanced settings in the pop-up dialogue box that appears.
    Note: disabling photostream and re-enabling it will result in any photos that are currently in the photostream album on your device, that are older than 30 days old, not being added back.

  • The security module of these banks: "Banco do Brasil", "Santander" and "Caixa Econômica Federal" are not compatibles with firefox 4.0

    the security module of these banks: "Banco do Brasil", "Santander" and "Caixa Econômica Federal" are not compatibles with firefox 4.0

    the security module of these banks: "Banco do Brasil", "Santander" and "Caixa Econômica Federal" are not compatibles with firefox 4.0

  • The new firefox 33.1 and 34 are not compatible with my school Blackboard account

    I have used Firefox since it was first introduced. I prefer it to MS Explorer. However the new Firefox, 33.1 and 34 are not compatible with my school Blackboard account, so I had to delete Firefox and use Explorer. I would prefer to use Firefox. Is an earlier version (Prior to 33.1) still available?

    It's been a few years since we have had many questions about Blackboard compatibility with Firefox, but overall the problems in that past had to do with either Blackboard not updating in a timely manner ''[which I don't think is the case any longer]'' OR the school wasn't running the latest version of Blackboard software ''[which considering the current state of many government budgets, may be the case now.]''.
    ''It appears that - http://www.blackboard.com/ - is a new or greatly modified website, as the bookmarks I have saved for reference pages on their website come as 404, so I can't find the information I have used in the past.''
    My advice is to install Firefox Portable ESR to your hard drive for use at that Blackboard website and continue to use Firefox 34 for other purposes. The "portable" version will instal and use a Profile that is totally separate from your regular Firefox installation - so you can have two separate Firefox versions installed without any problems.
    http://portableapps.com/apps/internet/firefox-portable-esr
    '''ESR''' stands for Extended Support Release.

  • Why are the application in the apple store are not compatible with the iPod touch 4g? Apple please realize there are some of us who still have the iPod touch 4g!

    Why are the application in the apple store are not compatible with the iPod touch 4g? Apple please realize there are some of us who still have the iPod touch 4g! I just want to know.

    Once I find the game i will truly screenshot that it states "not compatible for these models". I just find it RIDICULOUS that my iPod touch is in good condition and some of the applications that I want download sometimes are not compatible with my iPod touch 4g. I am not going to buy an ipod 5th generation if my 4g is still going strong since the year of 2010.

  • The product version and database version are not compatible

    The following simple program gets an exception {The product version and database version are not compatible} its very hard to proceed from here. Does anybody know what cause this?  
    Best Regards
    Jan Isacsson
    using System.Collections.ObjectModel;
    using Microsoft.MasterDataServices.Deployment;
    using Microsoft.MasterDataServices.Services.DataContracts;
    namespace MdsDeploy
        class Program
            static void Main(string[] args)
                try
                    ModelReader reader = new ModelReader();
                    Collection<Identifier> models = reader.GetModels();
                    foreach (Identifier modelId in models)
                        Console.WriteLine(modelId.Name);
                catch (System.Exception ex)
                    Console.WriteLine("Error: " + ex.Message);
                Console.ReadKey();

    Hi Jan,
    For the error "The product version and database version are not compatible", as Emma said, the version number of the Service does not match the database schema version.
    In your scenario, which version of database are you using? Please note that MDS update required after SQL 2012 SP1 installation, please refer to the links below to see the details.
    http://byobi.com/blog/2012/11/mds-update-required-after-sql-2012-sp1-installation/
    http://msdn.microsoft.com/en-IN/library/gg488708.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • My ears are not compatible with the iphone earbuds

    is there a way of adapting the iPhone5 erbuds to ears which are not compatible?
    I am not unique

    the earbuds supplied by Apple for the iPhone5 are of superb technology. I want to maintain them. The problem is with my ears which do not keep those earbuds in place. (there are many people with that preblem).  I wonder whether there is something that could adapt these earbuds to ears such as mine (and thousads other)
    Message was edited by: hoofer2012

  • "The source and output audio channels are not compatible or a conversion does not exist" - ?

    I'm trying to export from Premiere Pro for a f4v file that matches all source settings except resizing the video. I've done this a million times but today, when I hit EXPORT, I'm getting an error message from Adobe Media Encoder that says "the source and output audio channels are not compatible or a conversion does not exist." I'm using wav, mov and mts files in my audio tracks and everything plays happily in the timeline. Any ideas?
    Thanks for any help!

    Sounds like you unsuccessfully trying to output a 5.1 Master to a stereo or mono file.  Or something along those lines.

  • I just discovered my videos from my Canon digital camera are not compatible with imovie or idvd so I need new software. Any ideas?

    Hi. I just discovered my videos from my Canon digital camera are not compatible with imovie or idvd (I'm very disappointed about that.) The photos are stored in my iphoto and I can burn a dvd using idvd but there is no audio So.... I need new software. I have a Mac OS X 10.5.8 and my digital still camera is the Canon Cybershot These are home movies of my kids and the viedeos are precious. Thanks in advance!

    Canon Cybershot
    I can't trace a camera of that name. All that comes up is either the Sony Cybershot or the Canon Powershot!
    Please confirm excactly what camera you have, and what version of iMovie.

  • Old Bookmarks are not compatible with Firefox version 20+

    Background Information:
    I use the old client version 3.6 as there's an old utility addon that the author stopped updating and will not work with the newer revisions. Despite disabling the update feature both in about:config and in preferences, the browser still eventually updates (Originally I was using 3.4, and would prefer to use that, but no matter how much I try I can no longer roll it back from 3.6 to 3.4 even if I reinstall using a 3.4 installer). As a result I've had a habit of keeping a copy of my firefox directory in case it updates itself again without asking, which it has. This might help you guys out in answering the countless people who have lost their bookmarks due to the upgrades released this year, and will hopefully someone to investigate and release a patch/utility to fix the issue.
    Issue:
    I have verified that the newest clients from at least version 20 and onwards, are not compatible with the older bookmark JSON files. People who have been upgraded to the latest revision not only lose their bookmarks, but CANNOT restore them either, as Firefox will only return the error message: "Unable to Process the Backup File".
    I have confirmed that the files themselves are perfectly intact with no sign of corruption, and are as intended. They restore ok to older browser revisions (In my case specifically 3.6), but will not restore to the newer client revisions. This is not a fault with the bookmark backups, but with the newer clients (I'm guessing they changed the way they store the information in the JSONs at some point. I note in the code for the JSONs that GUID was never used in the older revisions, but it is in the newer revisions. Perhaps this is causing an incompatibility issue? You just need to adjust the client so that it looks for the GUID and if none can be found to ignore it rather than decide the file is corrupt.
    Old JSON Code snippet: {"title":"","id":1,"dateAdded":1306666129870000,"lastModified":1306670152435000,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","id":2,"parent":1,"dateAdded":1306666129870000,"lastModified":1381254048121000,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Recently Bookmarked","id":6,"parent":2,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"RecentlyBookmarked"}],"type":"text/x-moz-place","uri":"place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&sort=12&excludeQueries=1&excludeItemIfParentHasAnnotation=livemark%2FfeedURI&maxResults=10&queryType=1"},{"index":1,"title":"Recent Tags","id":7,"parent":2,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"mimeType":null,"type":3,"value":"RecentTags"}],"type":"text/x-moz-place","uri":"place:sort=14&type=6&maxResults=10&queryType=1"},{"index":2,"title":"","id":8,"parent":2,"dateAdded":1294868015246000,"lastModified":1294868015246000,"type":"text/x-moz-place-separator"}
    New JSON Code Snippet: {"title":"","guid":"5rkFafJ6AnRZ","id":1,"index":0,"dateAdded":1396387525168000,"lastModified":1396387525168000,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","guid":"m7vLM41-lzQi","id":2,"index":0,"parent":1,"dateAdded":1396387525168000,"lastModified":1396387526173000,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Recently Bookmarked","guid":"BEffyw6xva93","id":13,"index":0,"parent":2,"dateAdded":1396387526172000,"lastModified":1396387526172000,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"value":"RecentlyBookmarked"}],"type":"text/x-moz-place","uri":"place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&maxResults=10&excludeQueries=1"},{"title":"Recent Tags","guid":"WmnlbVv38Bjv","id":14,"index":1,"parent":2,"dateAdded":1396387526172000,"lastModified":1396387526172000,"annos":[{"name":"Places/SmartBookmark","flags":0,"expires":4,"value":"RecentTags"}],"type":"text/x-moz-place","uri":"place:type=6&sort=14&maxResults=10"}
    Solution?
    Well in my case I had a backup copy of the old revision directory. To restore I opened the copy, and exported the bookmarks as an HTML, which I restored in the newer client. If you do not have a copy of the old client, the best thing would be to try and reinstall an older revision of the client and either make a copy of the program folder and use another copy of that so you can use both the new and old clients and not worry about the loss of an older revision since you'll always have 2 copies of the old client (One you're using, one you use to restore if it upgrades). Or you export the bookmarks as an HTML, then upgrade the client to the newest and import the HTML instead of the JSON files.
    Please investigate and create an easier solution to a silly incompatibility issue. ^_^

    This happens if you create a backup and forget to add the file extension manually when Firefox didn't add it automatically or you may have removed it when modifying the suggested name.

  • Remote Speakers are not compatible with this version of iTunes

    My problem is simple to describe but seemingly impossible to fix.
    When I try to play music from my MacBook to my Airport Express I get this error "Remote speakers x are not compatible with this version of iTunes." I have been using this computer and AX in the past without problem but I can't remember exactly when this issue started so I'm not sure if it coincided with an update to either iTunes or AX.
    I am running up-to-date iTunes and AX firmware (8.0.2 iTunes, 7.3.2 AX), have restarted both machines multiple times, and reinstalled iTunes and reuploaded AX firmware. Here's the kicker: my roommate's MacBook running iTunes 8.0.2 works with the speakers perfectly.
    Thanks in advance for any help.

    Yes! Turning back on ipv6 and setting it to "auto" worked for me. Really strange - trying to get this to work for months (on and off) - almost tossed it - thank you very much!

  • Leopard TM backups are NOT compatible with Snow Leopard

    I just discovered while upgrading to Snow Leopard that Time Machine backups made in Leopard are not compatible with Snow Leopard at this time. So, for those of you who are considering upgrading to Snow Leopard using your TM backups to restore your data, the TM backup will not be recognised by Snow Leopard.
    I called Apple Care to check this when I went to restore my data as I had done an Erase and Install, and they confirmed that I would have to either:
    a) use the data on my TM drive as any other data only backup, or
    b) re-inslall Leopard, restore the TM backup, then upgrade to Snow Leopard rather than erase and install.
    For info

    Scott in MD wrote:
    Incidentally, yes, the "package" file is the in.Progress file. It seems to have the incremental updates, since it's a real big file, and has very recent entries. Again the last set of timestamped folders (i.e. a full backup) was over a year ago.
    No, something's very wrong. All (completed) TM backups are the same.
    Inside the Backups.backupdb folder should be a single folder with your computer name; inside that should be a series of folders with the date & time of each remaining backup, plus the Latest folder which is an alias to the most recent of the date & time folders, except an "in.Progress" folder.
    The "in.Progress" folder is an incomplete (failed or cancelled) backup, and is ignored in all TM displays, since it's unusable.
    In any event I have not deleted or changed any of the files. Also the stuff in the "Latest" folder is over a year old. But I've had TM running the whole time.
    So does that mean (I'm hoping) that my recent stuff will be recovered from the inProgress file if I can ever get this working? Or does it mean I'm screwed anyways, because the best I can get is the files from the Latest or most recent timestamped folder (again, both a year back).
    First, run +*Repair Disk+* again (and again) until it either fixes all the errors or can't fix any more. If it can't fix any more, it's barely possible a heavy-duty 3rd-party app such as +DiskWarrior 4.2+ can (it's about $100).
    Let's see if DU can fix it on a second pass. Hopefully it will, and the problem was preventing the more recent backups from appearing.

  • What applications are not compatible with Mac OS X 10.7 Lion?

    What applications are not compatible with Mac OS X 10.7 Lion?
    http://ow.ly/5Iz09
    This link covers many more apps. http://roaringapps.com/apps:table
     Cheers, Tom

    Lion upgrade questions and answers:  Apple Support Communities

  • When I sync my Iphone4 on Itunes I get a message saying that some apps cannot update because they are not compatible with my phone...also...Mail wont up/download...my provider adamant I have all the right settings..

    When I sync my Iphone4 on Itunes I get a message saying that some apps (eg Find Friends) cannot update because its not compatible with my phone.
    I also am not able to up/download mail even though my Provider is adamant the setting are correct...
    IOS 7.1.2
    would appreciate help with these issues :-)

    However after part of the Itune update completed a message came up on the screen
    saying   "The feature you are trying to use is on a net work resource that is unavailable.
    Which particular .msi file does the message go on to say cannot be found? (Several different .msi files might be mentioned in this context: itunes.msi, bonjour.msi, AppleSoftwareUpdate.msi, etc.)

Maybe you are looking for

  • BPM Sample Applications Released

    Hello All, I would like to announce the release of the new package of BPM sample applications using SAP NetWeaver BPM technology.  SAP customers and partners will find them ready-to-run in the [Enterprise Services Workplace|http://esworkplace.sap.com

  • Strange symbol on home screen

    About two days ago, a symbol I have never seen before showed up on my BB Curve 8530 homescreen. I have had this phone for about 2 years. It appears at the top of the screen next to where it shows an envelope and the number of unread emails I have. It

  • Not able to access ports through firewall

    I'm setting up our new server, and we want to run a Quark license server through port 1028. In the Server Admin, under Firewall->Services->Settings, I set up a service for the license server on port 1028 using TCP and UDP protocols. It's allowed for

  • What is root when converting AS3.0 to Create js?

    Hi All, Does anyone know what MovieClip(root).play(); is when converting to Create JS for Html5 Canvas? Many thanks.

  • Elements 4.0 Question

    I am using photoshop elements 4.0 and have a face shot but would like to add like an oval cloudy border around it. I'm new at using this program, did it several months ago to a different picture but now can't remember how to figure it out. Can anyone