Burns sound from other users project

I made an iDVD ad burned several copies fine
My wife made a slideshow and burned and iDVD under her user name
I went back later to make more copies of my iDVD on my user login, when I preview they look and sound find
When I burn the DVD created has the music from her iDVD and my video and on my DVD menu screen
Do I have to clear something before I burn my DVDs? I deleted encoded assets and reburned my DVD and it still has the music from my wife's project
please help

I would make a copy of your good DVD and then burn that. I've had some goofy audio situations that never got resolved...
http://docs.info.apple.com/article.html?artnum=42724

Similar Messages

  • Sound output from other user accounts

    It used to be that I would hear sounds from other logged-in user accounts; I'd hear my wife's new mail arrival sound, I'd hear her Skype ringing when calls were coming in, etc. I also used to be able to play iTunes in one account, fast-user-switch to another, and the music would still play.
    This has all gone away recently. I'm not exactly sure but I think it coincided with the 10.4.4 update.
    This is a big concern because my wife was used to hearing her incoming Skype calls ringing when I was using the Mac, but now she misses all her calls if someone else is logged in!
    I haven't found any other mention of this in any forum. Is this just me having this problem? Any way I can fix it?

    Okay, I just got off the phone with Apple support and they say that sound outputting from other user accounts was a "bug" that has now been "fixed." They said that this was patched sometime between the 10.4.3 and 10.4.4 updates. I'm surprised to hear that you are having this problem in 10.4.2 because I'm sure it worked for me under 10.4.3 at some point. None of the security updates released under either 10.4.3 or 10.4.4 make any mention of this patch.
    Apple support says that there's no preference for this setting and we've just got to live with it now.
    This is so irritating! I've got my Skype ring tone, she's got hers, and we'd hear it ringing and know who it was for no matter who was logged in. Now that functionality is busted, and when one of us is logged in the other misses all the calls, and if one of my kids is logged in then both of us miss our calls! I can't believe Apple considers this "bug" to be "fixed".
    There's got to be a way around this; maybe by using the "defaults write" command or something? That command sets a lot of preferences that Apple claims are not user-settable.
    eMac   Mac OS X (10.4.4)  

  • How to backup files from other user logged in as administrator

    RE: How to backup files from other user logged in as administrator AND/OR how to repair drive with "Invalid catalog PEOF"
    Hello,
    My MacBook Pro computer’s hard drive is not booting.
    I booted with the base operating system and ran Disk utilities and I got the following messages:
        Invalid catalog PEOF
        The volume could not be verified completely.
        This disk needs to be repaired.
        Disk utility can’t repair this disk. Backup as many files as possible, reformat the disk,
        and restore your backed-up files.
    The problem is that I have a couple of USERS set up on this computer, and it won’t let me backup the files of the second user.  The folders are locked and I can’t access them, even though I am logged in as the administrator.
    I made a boot disk on my other computer ( a MacPro Early 2008 ) desktop computer with the DiskWarrior 4.4 updater,
    but it won’t boot on my MacBook Pro.
    How can I backup these user files so that I can copy them back once I fix the drive?
    or better yet,  How can I repair the Invalid catalog PEOF on this drive?
    Thank you in advance for your time! 
    Bill
    THIS IS THE COMPUTER
    ================
    17” MacBook Pro 2.8GHZ 4GB Ram (purchased in 2009).
    Model: A1297
    Running Mac OSX 10.9.5

    Try using Disk Utility/Restore to copy the backup to a new location. Please note that this will reformat the destination partition which will erase all data.
    Do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option/alt key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions until you get no errors.  Reformat the drive using Disk Utility/Erase Mac OS Extended (Journaled), then click the Option button and select GUID. Then re-install the OS.
    OS X Recovery
    OS X Recovery (2)
    When you reboot, use Setup Assistant to restore your data.

  • Hide Site's profile from other users

    Hello Everyone,
    First, I know this is an odd question for a social feature in SP.  However I need to ask.
    Is there a way to hid a Site profile from other users in SP 2013?  Just like I can hide someone from the GAL in Outlook I want to be able to hide someone's Site profile.  For example, I have a user that created a Site profile but
    does not want anyone in the organization to see his profile.
    Thanks for any feedback....

    Hi  ,
    According to your description, my understanding is that you want to hide a user’s user profile property from other users in SharePoint 2013.
    For achieving your demand, you can modify the “ShowHide” Boolean field of the user profile using PowerShell script as below:
    $context =Get-SPServiceContext -Site http://mysite
    $upm =New-Object Microsoft.Office.Server.UserProfiles.UserProfileManager($context)
    $up =$upm.GetUserProfile("Domain\UserName")
    $up["ShowHide"].Value
    This returns True if its checked and False for uninitialized and unchecked.
    Update the value in PowerShell with:
    $up["ShowHide"].Value= $true
    $up.Commit()
    Reference:
    http://sharepoint.stackexchange.com/questions/77091/show-hide-and-change-user-profile-properties
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • How do I hide my mailbox and mail contents from other users, leaving other functions of my iMac accessible?

    How do I hide my mailbox and mail contents from other users, leaving other functions of my iMac accessible?

    You don't have to shut down the computer to switch accounts. All you do is click the Apple symbol in the upper left and choose Log Out and that's it. You can also set up Faster User Switching by:
    1. Open System Preferences - Accounts
    2. Click Login Options
    3. Check the box called "Show fast user switching menu as" then choose from either icon, short name or name.
    Then when someone wants to switch users they can. The advantage of this method is if you are have a document open and don't want to close it the document will remain open. If the other user attempts to shut down the computer they can't until you have logged out thereby saving all your data.
    A very simple and elegant solution.

  • Using the Import utility from other users and going to a different schema

    I has a user today with rights
    Insert into XXXX.TABLE values(); Works just fine for another schema's table which has select,insert,update,delete.
    We tried to utiile the import utility from OTHER USERS
    Insert failed ORA-00942
    Do you want ot ignore all errors
    Even though we have rights to the schema under OTHER USERS.
    When connected as the owner it works fine.

    I've be trying to find a work-around to this issue & found this old post -- I'm having the same problem.
    I'm using Oracle 11g and SD 2.1.1.64.
    I have user A with a table that grants select,insert,update, and delete privs to user B. Logging into user B I, of course, can do inserts, deletes, etc. on the the table in user A's schema.
    When I use the import data feature to load data from a CSV file I can't get it to work while logged into user B. It does work fine if logged into user A. It looks like the issue may be that it doesn't put the schema prefix of "A." on the insert statements.
    Has anyone found a way to get around this issue yet?

  • Is it possible to copy security Groups from other user in CMC

    Hi,
    Usually in SAP security we can create user ids with the option of copy the roles from other user. means we can create user id Y same as like X. then Y will get all roles and security same as X.
    it is possible the same in BO also, is there any way for this.
    Regards,
    Sri

    Not that easily - I agree. However, normally permissions are granted to groups - not users. So as long as User Y has the same group memberships as User X it should be the same.
    There are also 3rd party tools available that can make this work and of course if you like coding - using the SDK you can build a tool yourself .

  • When i use head phones i can hear sound from other people in the room

    when i use head phones i can hear sound from other people in the room

    Can you please tell us which notebook model do you have?
    Is some sound manager preinstalled on your notebook? You can find it in control panel. Is there something like Realtek sound manager?

  • Sleep processes from other users?

    Hi,
    I have noticed that processes from other users is still consuming ressources when I use my profile on my mac.
    If my girlfriend is logged in, and have used Firefox, and I switch to my user, Firefox is using cpu and large amount of memory.
    Is there a way to sleep other users processes?
    Regards
    Ronni

    No, you can't "sleep" other processes.  Well behaved processes from other users should be using little to no CPU, though they will use a fair bit of memory.  If you're paging out, then it's an issue.
    You could "kill" the other processes via Activity Monitor if you're an administrator, though you may have an angry girlfriend to answer to if you go that route
    Maybe better would be to enable "re-open applications that were running when I logged out" in system preferences and then just log her out.

  • I am logged on to a wifi and can see files from other users on this network.  Can they see my files as well?

    I am logged on to a wifi and can see files from other users on this network.  Can they see my files as well?

    Yes and no. It depends on your settings.
    Go into "System Preference" and click on "Sharing"
    If you have services checked such as "File Sharing" then others can see your computer on the network. But you really don't need to worry because others would need your username and password to have access to your files.
    What you see are just computers annousing themselfs on the network. To have access to said computers, Username and Passwords are required.
    Hope this helps

  • How to secure our program working folder from other users  and prog

    i want to secure my programme from other user and admin

    Yes that is always a good idea... Although you shouldn't do anything to upset your admin.

  • HT4922 Downloaded 5.1.1. to my iphone. Now, Safari will not connect to my server.  Can not download web pages and many of my apps. Running very slow sluggish! Is there a fix? Sound like other users are experiencing same problems.  Anyone have a solution?

    Downloaded 5.1.1 to my iphone. Now, Safari will not connect to my server. Can not download web pages and many of my apps. Email seems to be ok. iphone running slow and sluggish.  I have read several other users have experienced the same problem. Any solutions?

    Basic troubleshooting steps oultlined in the User Guide are restart, reset, restore from backup, restore as new device.
    You need to go through all steps in succession until your problem is solved.  If going through ALL these steps fails to resolve your issue, then you'll need to bring your phone into Apple for evaluation and possible replacement.

  • File Manager Pro.....Advice from other users please

    I uploaded much of my music collection to Skydrive in anticipation of iPad ownership.
    I planned to hold a small selection on the device and refresh/replace albums from Skydrive whilst on my travels using Hotel WiFi.
    I have discovered that even using the "Skydrive App" one can only stream such media content, not download it.
    Enter "File Manager Pro".
    ...This promised to be the answer to a maiden's prayer.
    ...alas, no.
    Though I can now download music using the App, it remains imprisoned within the application, only being playable on the "One Shot" rudimentary in-built player.
    Does anyone know of a way to transfer these music files to the iPad library where I could then access them from the iPad player?
    Alternatively, is there some other way of downloading music from Skydrive directly to the iPad music library?

    > Any other user please advice how do you transfer files
    to your Server
    > through
    > FTP from dreamweaver?
    All I've ever used is DW.
    > i am doing, like Save to Remote Server, just saves the
    page, not image.
    > what do you do , if you can advice, instead of not
    telling to to visit a
    > link
    > or help file or such, Just a Quick tip, shall help.
    If you are seeing Save to Remote Server, then your site is
    not properly
    defined. It should be defined as an FTP site, NOT as an FTP
    and RDS Server
    site (unless you REALLY know what you are doing).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "owaisrauf" <[email protected]> wrote in
    message
    news:ekg1ff$lql$[email protected]..
    > Any other user please advice how do you transfer files
    to your Server
    > through
    > FTP from dreamweaver?
    > i am doing, like Save to Remote Server, just saves the
    page, not image.
    > what do you do , if you can advice, instead of not
    telling to to visit a
    > link
    > or help file or such, Just a Quick tip, shall help.
    >

  • Importing TOC from other RoboHelp Project

    Is it possible to import a TOC from one RoboHelp project into
    another one? I searched the help file but couldn't find any
    information on it.
    TIA.

    Hi Rick,
    Thanks. I figured a way around it by importing the entire
    book again and not overwriting the files I already had in the
    project. Basically we have 4 manuals that share the same chapter.
    It's a long chapter with alot of sections and I didn't want to have
    to import that into each RoboHelp project and "clean" it up for
    each manual. So I did it for one manual and then just copied the
    files to the other manual folders and did a quick find and replace
    for text I needed to change (manual name). However, the TOC for
    that section wasn't being created because I omitted it from the
    book. And I was too lazy to create a TOC by hand for that section.
    But I think I have a workaround that will still have some clean up
    but saves time over creating the whole TOC. Make sense:-).
    Anna

  • How do I remove the sound from a video project and replace with music...?

    Hi there to all...I would like to know how you remove the original sound from a movie (using iMovie) so you dont hear it through any music added...?

    Select the video clip and open the clip inspector to the video tab. You can set the volume slider to zero.
    You can apply this to a bunch of clips at once.
    Do the first one.
    Then Edit/Copy.
    Then Select the clips to apply it to by select while holding command key. (or EDIT/SELECT ALL to get all clips)
    Then EDIT/PASTE ADJUSTMENTS/AUDIO ADJUSTMENTS

Maybe you are looking for

  • How do I run a table over multiple pages?

    Hi I write TV scripts using a simple two column table which can be many rows long - how can I get Pages to automatically run the table over multiple pages whilst still allowing me to cut and paste and rearrange the script? This is simple in Word and

  • HT1296 If my iPhone 5 is syncing to new computer?

    So my iphone 5 is synced to my grandparents computer, but i now want to connect it to my macbook. But im scared to! i dont have anymore space in my memory and want to put some of my pictures on my computer so that i can free up space on my phone. If

  • Farbmodus CMYK in Photoshop Elements 13

    Ist es möglich mit Photoshop Elements 13 RGB-Bilddaten in CMYK umzuwandeln? Ich habe auf meinem PC derzeit Elemets 8 installiert und hier gibt es nur die Modi RGB und Graustufen aber kein CMYK. Und Photoshop nur zu diesem Zwecke zu kaufen ist ein zie

  • RH8 crashing after opening project

    Boy, am I ever having problems with RH8!! I just posted a problem with one project today and now I'm having a big problem with another project. In this new problem project, I opened it and started getting long error message about topic files having i

  • Help! How to buy more strange by iTunes Gift Card?

    Hi everyone, I have a iPhone 4, and a iPod touch 4, using the same Apple ID, but iPhone use too many strange, so my iPod touch cannot backup... So I want to buy more strange by iTunes Gift Card, how to do? Thanks!