Background music disappearing from menu

Hello,
I have created a menu in photoshop and imported it to encore. Then I clicked "import as" > "asset" and chose a .wav file, which I intended should work as background music for the menu.
I dragged the wav file on top of the menu and everything seemed to work when I previewed the movie.
I then rendered and burnt it to a disk and here a problem occured. The music plays back nicely for about 15-20 seconds or so - then it just stops.
Does anyone got a tip on how to fix this issue? :)
In case you need the information it is AVCHD clips I edit and build the iso in blu-ray format.
Thanks in advance.

I've just had the same problem - first time iTunes has been unreliable in many years! I bought and downloaded a music album to my iPad on Saturday morning. Listened to it all and then purchased a gift copy of the same album for someone.
But, having synced at least twice since Saturday, only one of the album tracks remains on my iMac and iPad.
First question is how and why this might have happened. Second question is: how do I get back the missing tracks I've paid for?

Similar Messages

  • How do you stop synched iTunes music disappearing from my iPhone 5?

    I have about 35G of music on my iTunes on my iMac, a good % of it having been purchased on ITunes.  The music sync setting for my iPhone 5 is automatic / everything. 
    For the past couple of months, I've been noticing music disappearing from my iPhone when it's offline (eg on the plane, when I listen to my music on my iPhone the most).  Such music would come back as "in the cloud" when I regain wifi / data access.  I would then download them onto my iPhone again.  And then they would disappear again!  How can I stop such annoying behavior?  Does switching music sync to manual help?  Thank you.

    Hello claire267
    In the Messages app, in the drop down menu go to Messages > Preferences. Once there click the Accounts tab and then remove the iMessage account and that will stop all messages associate with your phone number from showing up on your computer.
    OS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • View disappeared from menu bar in word and i don't know how to get back

    I clicked the wrong button and view disappeared from menu bar in word and I can't get it back.  I've tried to reinstate it from system preferences and I've tried everything in the help menu. Please help

    Hi Karen,
    Work through this and you should be able to get it back: http://support.microsoft.com/kb/2026220

  • IPhone glitch: Music disappears from iPhone...

    For reasons unknown to myself, music has disappeared from my iPhone. I set up iTunes to look for an external hard drive for my music. So, whenever I want to play my music through iTunes, I plugged in my external HD first, and then launched iTunes. This has worked fine for a long time. Then one day, I noticed an iTunes folder on my MacBook Pro's local hard drive that contained ALL of my music. The whole point of my putting my music on an ext HD was to free up my laptop hard drive. Simple enough, yes? Common choice? Yes.
    I recently changed my preferences in iTunes to NOT copy music from my iTunes Library after noticing that my entire music collection was being copied to my MacBook Pro's hard drive. Since then I've noticed music disappearing from my iPhone. Is this because of my preference change? Any ideas?
    Thanks in advance.

    My mistake. I think it's a problem with iTunes and not the iPhone. Music that I had added to my iTunes library has mysteriously disappeared.

  • Music disappearing from playlists after sync with itunes?

    So I have a bunch of songs that I ripped from CDs or got the MP3 files from friends. I add some of them to a playlist, that's fine. But when I purchase a few songs from iTunes on my phone and add them to the playlist, they appear there temporarily. The problem happens when I sync my phone with iTunes, then all of my purchased music disappears from the playlist. It's still on my phone, but not in the playlist. Why does it do this, and how do I fix it? This is really discouraging me from using iTunes. Any help would be greatly appreciated.

    its in the name
    iphoto
    only syncs photos but u can click and drag to itunes then sync

  • Just installed OSX Mavericks.Bluetooth disappeared from menu bar and system preferences. I have a magic mouse and my IMac no long recognizes it as such, nor can I scroll with it. What's wrong?

    Just installed OSX Mavericks. Bluetooth disappeared from menu bar and system preferences panel. I use a Magic Mouse but my iMac no longer recognizes it as such, and I can no longer use it to scroll screen. What happened?

    Since Mavricks installed: My Spotlight icon disappears from the menu bar, but the space stays there. If I click on the blank space where the
    spotlight icon is supposed to be - the spotlight menu opens. So, for me, the icon is there, it works except that it is invisible at times. IF I do a re-start it is there. If I let the computer set, sleep or other wise stay on for days, the icon will hide and re-appear at random.

  • Icon airport disappeared from menu bar,only see grey space

    icon airport disappeared from menu bar,only see grey space

    Open your System Preferences and go to the "Network" pane. Enable "Show Wi-Fi status in Menu Bar".

  • Music disappears from nano?

    why music disappears from nano 7th?

    thx.
    i didn't write well.
    music got transferred fine  between apples.
    tried to say music which disappeared & not purchased from apple is a problem since i mac has no slot for cd.
    possible stuff dumped when you near nano's capacity?

  • Sophos disappears from menu

    sophos disappears from menu, only stays up alittle while ,also disappears after updating, even changing thru user groups for startup

    Unless you're required to install Sophos by an organization, I suggest you remove it according to the developer's instructions. It serves no real purpose and is likely to cause instability and poor performance.

  • Sound / Music Disappearing From Backgrounds / Menus

    Please can anyone tell me as to why my music keeps on disappearing on my backgrounds?
    I am adding a music track from the 'media' tab into the dvd menu, chapters or extras sections of the dvd. Which plays fine once dropped into the audio drop zone.
    However when I click to a different tab and then return to where I originally added the music, the music has gone?
    Any ideas?
    Project Info shows I am only using 1 of 99 tracks...
    Many Thanks
    PB15 - G4 - Tit - 1ghz -1gig ram   Mac OS X (10.4.5)  

    Thanks for getting back to me.
    Yes I did press the apply button.

  • Recordsets disappear from menu when adding mysql_query ("SET NAMES 'utf8'"); below the connection in php

    I hope someone can help with this. I'm trying to create a
    dynamic site using dreamweaver CS3, with php5 and mysql5 in the
    background but I'm having difficulty with recordsets disappearing
    from the server behaviour menu when tweaking the code to allow set
    characters or set names for utf8.
    For a while, I've been having a problem getting my
    dynamically generated master list pages (eg lists of jobs) to
    display international characters like an accented french e (and
    other languages) and for these to display correctly when viewed in
    phpmyadmin also. So, I've placed headers at the top of the page for
    utf8 and created the content metatag for utf8 in the page code.
    Where needed I've added ENT_QUOTES utf etc for htmlentities and
    added accept-charset utf-8 in the <form> action area.
    (one thing I haven't done in the form action area is add
    <enctype="multipart/form-data">, but I'm not sure if this
    will make any difference)
    In the backend, the innoDB database is collated and built
    using utf8_unicode_ci. I'm on a shared host -so can't directly
    access php.ini or adjust the connection settings through
    phpmyadmin. But I can write .htaccess files (currently with the
    defaultcharset set to utf8 also).
    At this point - all list pages display the correct characters
    when retrieved from the database - indicating that the headers are
    working. But - in phpmyadmin the letters are garbled, and garbled
    on return on update forms (content management). I solved this by
    adding the &#xxxx; equivalents in insert and update forms to
    display the text correctly on the list pages - but again it's not
    convenient to see all of this in phpmyadmin, as I'd like to be able
    to read it there as it should be, and to dispense with the need to
    add &#xxxx references on the insert and update forms.
    So...a bit of searching, and I read that in order for the
    international characters to display in phpmyadmin correctly, I
    needed to amend my php page code so that for all instances where I
    see the connection to the database, before the SELECT, INSERT and
    DELETE queries, I need to add either mysql_set_charset('utf8',
    $connection) or use three lines of code referencing mysql_query SET
    NAMES, SET CHARACTER SET and SET COLLATION_CONNECTION for utf8.
    I did that, and it removed all of my recordsets in the
    sidebar menu! Not too good. I'm left with a task of rebuilding
    pages now.
    So I placed the mysql_set_charset line in the connection.php
    file in the DW Connections folder below the connection there
    instead. [I didn't precede the mysql etc line with a $ sign - I
    wonder if that's the issue?]
    With this change I could use the Insert forms to add the
    international characters directly into the database and see through
    phpmyadmin that all was hunky dory. But then the problems came with
    first loads of the master list page.
    So, I can get international characters into the database now
    (which is a step in the right direction for me), using an insert
    form on the website, but I still can't get the international
    characters to display on the returned page on first loading eg on a
    list of jobs. Note that the detail pages display fine when clicking
    the master links, and when I return from the detail page back to
    the master list - the characters are ok. They just don't seem to
    display when the master page loads for the first time which is
    really perplexing me.
    I suspect that I need to add the mysql_set_charset line below
    the $connection and before the selects, inserts etc at all
    instances on the webpage, but this just removes the recordset from
    the menu, so this doesn't seem to be a good option.
    Can anyone point me in the right direction as I'm been stuck
    on this for ages. It may be something simple like adding $ in front
    of the mysql_query, but then again maybe not.
    I've tried other forums - but people seem to be content with
    viewing but not offering assistance. I don't believe that what I'm
    doing here hasn't been done before....all I want is for my pages to
    display international characters and for these to display correctly
    in phpmyadmin so that when I insert, update and delete records
    using webforms I don't have to resort to using &#xxx inserts.
    Help please!

    .oO(08Green)
    > So...a bit of searching, and I read that in order for
    the international
    >characters to display in phpmyadmin correctly, I needed
    to amend my php page
    >code so that for all instances where I see the connection
    to the database,
    >before the SELECT, INSERT and DELETE queries, I need to
    add either
    >mysql_set_charset('utf8', $connection) or use three lines
    of code referencing
    >mysql_query SET NAMES, SET CHARACTER SET and SET
    COLLATION_CONNECTION for utf8.
    Usually you only need to send a SET NAMES 'utf8' right after
    the
    connection to the DB has been established. That way all data
    that is
    transferred between the DB and your script will be handled as
    UTF-8.
    > I did that, and it removed all of my recordsets in the
    sidebar menu! Not too
    >good. I'm left with a task of rebuilding pages now.
    >
    > So I placed the mysql_set_charset line in the
    connection.php file in the DW
    >Connections folder below the connection there instead. [I
    didn't precede the
    >mysql etc line with a $ sign - I wonder if that's the
    issue?]
    I've never used mysql_set_charset().
    Here in my applications it always works like this:
    * the default charset in my InnoDB tables is ISO-8859-1, I
    only use
    UTF-8 in the columns that really need it (text data, but not
    INT or
    DATE columns)
    * SET NAMES 'utf8' at the beginning
    * all files (HTML and PHP) are encoded as UTF-8 without BOM
    * all pages delivered as UTF-8 (my pages are
    script-generated, so I use
    an appropriate header() call to define the content-type and
    encoding)
    That's it. Oh, and I don't use phpMyAdmin ...
    > With this change I could use the Insert forms to add the
    international
    >characters directly into the database and see through
    phpmyadmin that all was
    >hunky dory. But then the problems came with first loads
    of the master list
    >page.
    In the first part of your posting it sounded as if it worked
    almost
    correctly, before you tried to fix the broken phpMyAdmin
    appearance.
    Is that correct?
    > So, I can get international characters into the database
    now (which is a step
    >in the right direction for me), using an insert form on
    the website, but I
    >still can't get the international characters to display
    on the returned page on
    >first loading eg on a list of jobs.
    They did display correctly first, didn't they? So it seems
    that you
    broke your script just in order to fix some PMA problem.
    Revert that.
    Make your script work for normal input/output from/to a
    website first
    and don't worry about PMA for now.
    What do you need PMA for BTW? It may have many other issues
    as well and
    should only be used if really necessary or if you're not
    familiar with
    the command line interface. The only thing that we are using
    it is to
    get a dump from a remote DB, where I don't have shell access
    to call
    mysqldump directly (yes, I could also write a little PHP
    script for
    that, it's already somewhere on my TODO). But here on my
    local system I
    always use the MySQL command prompt if I have to directly
    work on some
    tables or to import the dump from remote.
    Anyway, if you need PMA, your might try their group or forum.
    I'm sure
    there's an FAQ as well. Maybe it's just a configuration
    issue.
    > I've tried other forums - but people seem to be content
    with viewing but not
    >offering assistance. I don't believe that what I'm doing
    here hasn't been done
    >before....all I want is for my pages to display
    international characters and
    >for these to display correctly in phpmyadmin so that when
    I insert, update and
    >delete records using webforms I don't have to resort to
    using &#xxx inserts.
    The bug here is PMA itself. ;-)
    Micha

  • Over half of my music disappeared from my music library after updating to itunes 10.7

    I use a Windows 7 operating system.  Since updating my iTunes to the latest version, 10.7, over half of my music has disappeared from my music library.  All 851 songs remain on my iPod, but my library shows only 187 songs after syncing my iPod with iTunes.  Also, while trying to sync my iPod to my iTunes, I'm constantly being asked to authorize my computer (it's already authorized) and an unknown email address displays in the account sign-in window to sign in when trying to sync my iPod.  I did not have these issues with iTunes before updating to the recent version. Any help is appreciated!

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • 4.3 upgrade on 3GS, Music disappears from phone once you download a Podcast

    Anyone having the same problem? Since I've upgraded to 4.3, if I download a podcast on my phone via wifi, all my music disappears and so do my podcasts. They are still on the phone but it says "there is no music, download from iTunes"
    Music is easily restored if I connect the phone with my mac and play a song from my phone through iTunes.
    Anyone know how to "cure" this?

    The basics from the manual are reset, restart, restore.
    Have you tried any of these?

  • Purchased Music disappear from iphone and i must download it again.

    I purchased Music from itunes in my iphone. After 3-4 it disappear from iphone. I always must download it from itunes. Help Me Please.
    *I not good for english *
    Iphone 5 ios 8.1.1 Thanks.

    Not long ago my wife signed on to my Apple ID so she could get some of my songs. Maybe that has something to do with it? I double checked that my apple ID was the one that purchased the songs and is the current ID signed on to my phone. Also, just to see if it made any difference. I signed out of my ID and signed back in, now all of the songs that were listed and needing to be downloaded are gone completely. I went to iTunes and they are showing as purchased but not able to download. any suggestions?

  • Search Disappears from Menu (after expanding Mini Player)

    Hi there I'm on Android 4.3 mobile using Spotify version 3.1.0.1113.  The Search option disappears from the main top left menu every time I use the app. I have narrowed it down to happening right after expanding the mini-player from the bottom of the screen.  I can open the app and use it normally, but once I click the new mini-player (the new version that allows swiping to change songs) to bring up the main player screen, Search will disappear from the top left menu, leaving just Browse/Activity/Radio/etc.  I can bring back Search by closing the app and reopening it.  I have tried other 3.1 versions, including Betas, and this always happens. Any ideas? Thanks  

    After you search for the artist, *Ctrl click* the arrow after the artist name to see all items by that artist in yoru library, then play and open the mini player.
    Better yet, instead of search, simply turn on the browser (iTunes menu View -> Column browser) then select the Artist to see everything by that artist.

Maybe you are looking for

  • Firefox won't open and neither will Profile Manager.

    I running Windows 7 Professional. So about two weeks ago I had suddenly was unable to open Firefox and since then have been trying to solve it myself to no avail. the Firefox process opens in the task-manager, however, the browser window does not app

  • Page transition is little delayed

    have anyone noticed this problem? when I click from menu to menu, page transition looks like getting sluggish. it's short delay. I also have experienced when I eject ipod video, icon quickly disappears from itunes. but ipod itself shows still 'do not

  • Missing and Unassignable Artwork

    Has anyone found that with OS X Mavericks that they are missing the file images on their desktop for videos?  Also, now in iTunes I can no longer assign a video artwork with iTunes?  I use Handbrake to import my movie collection onto my Macbook Pro. 

  • Delete from two tables in one statement

    Hi, Is there a way to delete from two tables in one statement? Actually I have two tables: 1. Base table (id, name, age) 2. Person table (id, city, street) The id in both tables is identical. I would like to delete using something like a join: Delete

  • Ipod Nano - unable to upload photos

    hi. I recieved an ipod nano 8g for Christmas. I have been unable to successfully upload photos onto it. I do not have any songs on it yet so space shouldn't be an issue at all. I have a folder in my 'picutre' file designated for the photos I would li