Adding audio to movie

Not sure if i am doing it right but it seems to me there is a lack of control with Lions version of iMovie.Previoulsy with Tiger it was easy for me to add soe  itines audio precisely where I wanted it which was normally at the end of any movie I made and running in tandem with the photos I included.With lion this does n ot appear to be possible.I add the the audio at the end of the last clip and it automatically starts at the beginning of the movie acting as some kind of background audio.Further iTunes I might include just follows on from the last one.
I dont want the audio to run in tandem with the video because, rather than act as background sound, it actually drowns any dialogue i might have on the film footage which defeats the object.Is this a flaw wirth Lions version of iMovie or is there another way of me being able to include iTunes exactly where i want it?

Not sure if i am quite understanding you. I am refering to movie which i set up in the project library.Whatever audio I transfer from Itunes has to be drop[ped after the last clip or photo.It then moves ot the beginning of the movie.I have tried moving it to where i want it but it wont let me

Similar Messages

  • Help with adding audio files to page

    I am using DW CS5.  I have had numerous troubles adding audio files to any page.  Please know that I am not at all computer savy when it comes to html codes etc.  But I have been working with DW CS5 and have a functional website and my pages validate.  That being said, please be patient with me if I am asking stupid questions or don't understand the solution.
    Now to the problem....I originally wanted to add mp3 files...but I am not sure how to work with plugins or which plugin to use.
    Therefore, I converted my mp3 files to swf and used the insert media file feature in DW CS5.  But when I look at the finished page...I only see a big white box.  Nothing happens when you click on it. 
    First question...which is the best method to add audio files?
    Second question...what steps do I need to follow achieve the desired result?
    Note:  there is one validation error on this page and I'm not sure why or how to fix it.  Any suggestions here would be greatly appreciated.
    Here is the code for the page (or you can go to this link:  http://02cada7.netsolhost.com//test2/cupotea.shtml):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>cupotea</title>
    <style type="text/css">
        body {
            margin: 0;
            width: 100%;
            background-color: #000; /* change this to whatever the background color should be for the sides (and the bottom) */
        #wrapper {
            min-width: 960px; /* this is how wide the actual content area will be (the centered part) */
            max-width:    1260px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 0 5 5; /* keep the first two values at 0, the others are for left and right space from the edge of the background */
            background-color: #000; /* this is the background color of the main content area */
            color: #FFF; /* this is the default font color */
        #top {
            height: 75px;
            font-size: 60px;
            font-style: italic;
            font-weight: bold;
            color: #FFFDE6;
            background-color:#750700;
            text-align: center;
        #left {
            width: 120px; /* this is the width of the side area. this will take some of the width of the wrapper, above */
            float: left;
            padding-top:10px;
        #main {
            min-width: 840px; /* this is the width of the main content area. This, plus the width of the side, should equal the width of the wrapper */
            max-width: 1340px;
        float:left;
        background-color:#000;
        color: #000;
    #body {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    #bodyleft {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyleft2 {
        width:425px;
        float:left;
        padding-top:70px;
    #bodyright {
        width:425px;
        float:left;
        padding-top:70px;
    #bodymiddle {
        width:853px;
        float:left;
        color: #fffde6;
        padding-right: 10px;
        padding-left: 10px;
    a img {border:none; }
    .standardparagraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
    .standardparagraph2{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: justify;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .standardparagraph3{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align:    center;
        font-weight: normal;
    .standardparagraph4{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #fffde6;
        text-align: center;
        font-weight: normal;
        border-top:thin;
        border-color:#666;
        border-bottom-style:solid;
    .pagetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
        color: #fffde6;
        text-align: center;
    </style>
    //<![CDATA[
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //]]>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical-2.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="lightbox/js/prototype.js"></script>
    <script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="lightbox/js/lightbox.js"></script>
    <link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
    <style type="text/css">
    a:link {
        color: #06F;
    a:visited {
        color: #06F;
    a:hover {
        color: #06F;
    a:active {
        color: #06F;
    </style>
    </head>
    <body onload="MM_preloadImages(''images/buttons/miscfamily2.jpg','images/buttons/home2.jpg','im ages/buttons/familytrees2.jpg','images/buttons/legacy2.jpg','images/buttons/polska2.jpg',' images/buttons/dziekuje2.jpg','images/buttons/calendar2.jpg','images/buttons/dziekuje2.jpg ','images/buttons/StasikEarly1800sto1870-2.jpg','images/buttons/JanikMid1800sto1866-2.jpg' ,'images/buttons/Stasik1857toPresent-2.jpg','images/buttons/1st-generation-2.jpg','images/ buttons/2nd-generation-2.jpg','images/buttons/3rd-generation-2.jpg','images/buttons/4th-ge neration-2.jpg','images/buttons/5th-generation-2.jpg','images/buttons/6th-generation-2.jpg ','images/buttons/7th-generation-2.jpg','images/buttons/january-2.jpg','images/buttons/feb ruary-2.jpg','images/buttons/march-2.jpg''images/buttons/april-2.jpg','images/buttons/may- 2.jpg','images/buttons/june-2.jpg','images/buttons/july-2.jpg','images/buttons/august-2.jp g','images/buttons/september-2.jpg','images/buttons/october-2.jpg','images/buttons/novembe r-2.jpg','images/buttons/december-2.jpg')">
    <div id="wrapper">
      <div id="top">
        <div align="center">THE STASIK FAMILY</div>
      </div>
      <div id="left">
    <!--#include virtual="includes/menu.html" -->
      </div>
      <div id="main">
       <div align="center">
        <br />
        <span class="pagetitle">CUP O' TEA</span><br />
        </div>
        <div id="body">
            <p class="standardparagraph2">When preserving family history, nothing can compare to sitting down with a Grandparent or Great Aunt or Uncle over a cup of tea; listening to them reminicse about the past.  Unlike handwritten accounts, there is opportunity to ask questions or delve further into the subject.  Even better, recording such conversations so they can be shared for generations to come.<br />
    <br />
    The following audio files were created by Virginia (Stasik) Zarow at the request of Laura (Stasik) Schmidt and Carrie (Stasik) Kot.  There were a total of five cassette tapes, ranging from 1 hour to a 1 1/2 halfs in length.  Scott Freeson converted each tape to digital format and then they were broken down into various segments for a total of 7 audio files.  It is recommended that you listen to each tape in the order presented to maintain the proper timeline and context.<br /><br /></p>
    <p class="standardparagraph">The first five audio files were recorded by Aunt Virginia in response to questions posed by Laura (Stasik) Schmidt and her sister Carrie (Stasik) Kot.  Aunt Virginia re-recorded her responses in August 2009 after noticing some mistakes in the original recording.<br />
    <br />
    Note:  Virginia refers to her father as "tata", which is the Polish word for dad.</p>
    <div id="bodyleft">
    <span class="standardparagraph">What are the recollections you have about your parents, in particular their interests, their hobbies, and their lives and faith?<br />
    What did your dad do around the house?<br />
    How did your mom relax?<br /><br /></span>
    <span class="standardparagraph">How did you celebrate holidays and birthdays? <br />
    Did you go on vacations?<br />
    What did you and your brothers do for fun?<br /><br /></span>
    <span class="standardparagraph">What do you know about Jacob Sikora and Catherine Dziwak, the extended family and their faith?<br />
      - Jacob Sikora and Catherine (Dziwak) Sikora<br />
      - Michael (aka Patsy)<br />
      - Magdeline (aka Chochi)<br />
      - Angeline (aka Nellie) - includes information about Frank &amp; their children<br />
      - Elizabeth (aka Diane)<br />
      - John<br />
      - Peter<br />
      - Walter<br /><br /></span>
    <span class="standardparagraph">  What was the house like?<br />
      - In the beginning<br />
      - The 1936 flood<br />
      - Renovations<br />
      - The final demise<br /><br /></span>
    <span class="standardparagraph2">Miscellaneous tidbits...<br />
      - Polish Proverbs<br />
      - Ancedotes<br /><br /></span>  </div>
    <div id="bodyright">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="50" height="25" id="FlashID" title="virginia1of5">
      <param name="movie" value="audiofiles/virginia1of5.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="audiofiles/virginia1of5.swf" width="50" height="250">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span> 
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph4">for the media file<br /><br /><br /><br /></span>
        </div>
        <div id="bodymiddle"><span class="standardparagraph">The second tape, also recorded in August 2009, consists of 2 clips and covers the years 1944 through 1947.</span></div>
    <div id="bodyleft2">
    <span class="standardparagraph">Summer of 1944 to December of 1945<br />
      - Meeting of Frank Zarow<br />
      - New Years Eve - 1944<br />
      - Prom Night - May 1945<br />
      - First boyfriend, Eddie Yesh<br />
      - First job as a hygienist<br />
      - Meeting of John Zarow<br />
      - Enrolled at Indiana State Teachers College<br />
      - Meeting of Ted Zaroff<br />
      - Thanksgiving - 1945<br />
      - Florian Stasik Airforce injury<br />
      - Christmas - 1945<br />
      - New Years Eve - 1945</span>
    <span class="standardparagraph">Note:  Per Virginia, Ted's name should be spelled Zarow, like most of his brothers.  There was a mixup with his birth certificate and his last name was mispelled (although it is phonetically correct).  He chose to keep this spelling as did one of his brothers.<br /><br /></span>
    <span class="standardparagraph">January 1946 to December 1947<br />
      - Takes job as cook/housekeeper<br />
      - Break-up with Eddie Yesh<br />
      - Frank Zarow passes away<br />
      - Christmas 1946<br />
      - Meets John Zarow again<br />
      - New Years Eve 1946<br />
      - John courts Virginia<br />
      - First date with John<br />
      - John's father passes away<br />
      - Christmas 1947</span>
    <span class="standardparagraph">Virginia mentions visiting cousin Helena in Poland.  She is referring to <a href="4-0-helenastasikguzik.shtml">Helena (Stasik) Guzik </a>and her trip to Poland in 1990.  </span></div>
    <div id="bodyright2">
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></span>
    <span class="standardparagraph3">for the media file<br /><br /><br /><br /></span></div>   
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </div>
    </div>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
      </script>
      </div>
    </body>
    </html>

    Woohoo! I was able to resolve the issue including the validation issue.  But I have a follow up question...
    Currently if you click on the play button another window pops up which has the play/control/stop buttons to control the audio file.  The attribute is set to new window.  If I change the attribute to parent window, then the page that has the control buttons overlays ontop of the page with the link.
    To get back to the original page, one must click on the back arrow near the address bar.
    Isn't there a way to not have a separate window appear?  In other words, the controls are embeded into the parent page?

  • Export Audio to Movie - where is that function in Logic 9?

    I have noticed that a very useful function in my Logic Pro 8 (version 8.0.2) options/movie/export audio to movie is not found in the Logic 9 version. One of my friends has this version (and an Intel Mac) but I cannot help him working with music and video - I cannot find it anywhere in the Logic 9 menus. Can you help?
    Best, Peter Danstrup

    I just opened a quicktime movie. Added an audio track, and am looking for the option indicated in the manual: "Choose File > Export Audio to Movie". Upstream it's indicated that this option only appears if a movie is present. My movie is present, but still this option does not appear?
    Ideas?
    -- Gerry

  • Exporting Audio to Movie, doesn;t export the audio

    When I try Option>Movie>Export Audio to movie It rendereds but doesn't actully put the music into the video. Worked in 7.1 doesn;t work in 7.2.1 any plans on fixing this?

    Indeed, thats what I do, but the time saving and
    simiplicity of the 'Export audio to movie..."
    function puts it at the top of the 'features that
    really should work' for us composers to picture!
    Hopefully it will be fixed soon with an update.
    It's not broken. To be sure I went and tried it myself
    and it worked fine. I did not even have to set the
    locators, which I thought I would have to. I just dropped
    the movie on a project and went to the menu. It did bring
    up some dialog box I had not seen before. Something about
    adding the tracks to use. It only showed track 1 but since I
    could not figure out how to add the tracks I just hit OK and
    it rendered all of them. Hope you get yours back up.

  • Adding audio to Video Demo: Captivate 7

    Hello, i have several questions about working with audio in a video demo in Captivate 7.
    I have a video demo that was captured without audio, then the intended script changed signifigantly so the timing is way off (sometimes the video doesn't hold on a screen long enough for the narrator to finish talking, sometimes it holds too long).
    Any tutorials out there for adding audio after the video demo is recorded, when the timing is all off and I need to hold on some frames longer than the movie does? I'm doing still screen grabs and inserting them as images for the duration of the hold, but there's got to be a better way!
    Is there any way to add text-to-speech in the Video Demo (other than adding it in slide notes, exporting the audio file and then importing it to the background of the video demo?)
    When adding audio to a Captivate 7 video demo, is it better to add it to the video (Edit Video Demo > Audio > Import to > Background) or to add it to the slide in the regular timeline? Pros/Cons? Best practice?
    Thanks!

    Are you un-checking "Edit Volume" before you play it?
    Sue
    Hi Sue, Thanks for your help, I am new to the Mac, so forgive me if I am slow!
    I cannot find "Edit Voume".
    I can find "Show clip volume" in the "View menu" is that the same thing?
    Thanks for your help. Chatch

  • How do I delete added audio?

    Is there a way to remove/delete added audio to a project that has already been sent to media browser?

    If you mean in an iMovie file then no you can't do that in iDVD.
    You would need to go back to the Movie in iMovie remove / add the audio and reshare the movie to iDVD.
    Ian

  • Crashing after adding audio clips

    So I have had to rebuild my 50 minute vacation movie 3 times now due to the files become corrupt after adding audio clips.  The audio clips are legit and not just downloaded from a random site.  Happens with different songs not just particular ones.

    Here is a good tutorial for how audio works. In your case, you want to drag and drop the music track on top of one of your video clips at the frame where you want the music to begin.
    http://www.apple.com/findouthow/movies/imovie08.html#audioclips

  • Adding Audio Consolidated Sceneline

    Seems each step forward in PE4 involves a step or two backward.
    I imported audio (a WAV file) to a newly-created audio track (Audio 4), and presto-change-o! my Sceneline contracted to a single frame that contains the video for the whole movie (3 mins. long). Previously, the Sceneline showed dozens of clips individually. If I clicked Play in either the Sceneline or Timeline, the movie still played normally.
    Realizing that the Soundtrack was empty, I figured maybe I should have added the audio there, and maybe adding it where I did, in Audio 4, caused the disruption to the Sceneline. (I couldn't imagine why it should, but still...)
    I deleted the recently-added audio, clicked on Audio 2 (the primary video track is Video 2, with opacity clips in Video 3), and clicked "Delete Empty Tracks," which got rid of my newly-created Audio 4.
    This did not restore the Sceneline to its previous state.
    In added the audio file to the Soundtrack. No change to the Sceneline.
    The movie plays okay, including the new audio track, but with the Sceneline all compressed into one frame, I can't move clips or do any of the other editing tasks that are fast and easy in the Sceneline.
    Anybody got an idea how I can restore my Sceneline?
    John B

    YES! That did it. Thanks, Robert. I had no idea pressing the backslash compresses the Timeline to show the whole movie, or that you could lasso a track. Nice to know.
    What I did know, and what gave me brief trouble, is that when you try to drag a clip or a track vertically in the Timeline to a track or position that's not visible, dragging up or down does *not* force the tracks to scroll in the direction you want to go.
    But I found that once I had the primary video/audio track lassoed, if I hit Ctrl-C (Copy) with my other hand, it did in fact copy what I had in the lasso. I then clicked the empty Video 1 / Audio 1 track, typed Ctrl-V (Paste), and the primary video/audio track copied into place.
    And yes, with the primary video back in Video 1, all the clips once again display normally in the Sceneline, solving my original problem.
    Thanks to Bill, Steve and Robert for contributing to the solution.
    PROBLEM SOLVED, and important lesson learned: Don't let anything displace the primary video from Video 1.
    John B

  • Audio to movie: in the saved movie the audio isn't treated by plug-ins

    After having put some plugins on the track where there is audio region to export to the movie, I select "audio to movie" (after having selected the region). I can view the "bouncing alert box", then the "converting audio" box and then the "saving" box. But when I open the saved movie the audio isn't treated (like if no plug ins were on the track).
    What I miss?

    Indeed, thats what I do, but the time saving and
    simiplicity of the 'Export audio to movie..."
    function puts it at the top of the 'features that
    really should work' for us composers to picture!
    Hopefully it will be fixed soon with an update.
    It's not broken. To be sure I went and tried it myself
    and it worked fine. I did not even have to set the
    locators, which I thought I would have to. I just dropped
    the movie on a project and went to the menu. It did bring
    up some dialog box I had not seen before. Something about
    adding the tracks to use. It only showed track 1 but since I
    could not figure out how to add the tracks I just hit OK and
    it rendered all of them. Hope you get yours back up.

  • Export Audio to movie causes loud static

    Hello,
    If I import a movie (.mov) file into Logic pro 9, add some extra music tracks and then try to "export audio to movie" to my desktop, when I open the exported file in quicktime player I get horrible static. I am also running Logic in 32bit mode.
    Just on accident I found that if I export the file to my SDCH card that i use for my Canon T3i camera and not to my Desktop the file opens fine, I hear the extra tracks I added and the actual audio of the original file.
    Can anyone explain why I can't export the file to my desktop without the file opening with static?
    Just for a bit more information, I can also export to a jump drive with no problem. Does the the way my hard drive is formatted  have anything to do with this feature?
    Computer specs:
    MacBook Pro
    2.4 Ghz Intel Core i7
    4 GB 1333 Hz DDR3
    Intel HD Graphics 3000 384 MB graphics
    750 GB SATA Disk
    Jump Drive: MS-DOS (fat32)
    SDCH crad: MS-DOS (fats32)
    Mac HD: Mac OS Extended (Journaled)
    Thanks
    Darian

    What is really odd is the Jump Drive and Secure Digital card are both formatted Fat32 MS-DOS, while your Mac drive is formatted (correctly) as Mac OS Extended.
    Go back to your original formatting... what happens if you move the noisy file from your desktop to the jump drive and play it from there, is there still static, if so that eliminates a playback problem and places it on the record function. Best to narrow things down.
    De-Select Floating point and set the sample size to 16, leave everything else the same.

  • Adding audio to fcp

    I added audio to my movie from itunes, but when I tried to add a song I had purchased from Apple, there was no sound. I am on dialup at my home in the country, and I established a connection with
    the Apple store and had it re-confirmed ( or whatever it does) to my computer. There still isn't any
    sound and you can't see the soundwaves either. Any ideas??

    To those of us that are not as informed as you on the complexities of copyright music, we expect to be able to listen and use these songs on a personal basis WHEN WE PAY FOR THEM. The fact that you found this so laughable tells me enough about your character to know that I won't be needing any help from you in the future.

  • Adding audio to menu

    Using Reflection White theme and having problems adding audio to opening menu. Been successful adding audio to submenus.
    I would like to have audio when dvd is played and waiting for user to select submenus and also have same audio play when user returns to main menu (title)

    Thanks for the reply.
    Bit confused.
    Where is the "audio well"? What does it look like?
    When I select the music and click "apply" nothing
    seems to happen. When I then click on 'Menu" the
    duration is set to max - 3.31 and volume is set to
    mid way.
    I usually drag and drop audio clips from the iTunes
    directory.
    The audio well is that little rectangle that is just to the left of the 'Menu Volume' slider. Be sure you have iDVD back to your main menu screen. After you go to 'Media->Audio->iTunesLibrary and select the audio, click on 'Apply' You should begin to hear the music you selected. Go back to the 'Menu' tab and look at that audio well rectangle. You should now see a little icon of an audio file.
    Is the any function that shows what is attached to a
    submenu? I can see the movies and slideshows that I
    have dropped onto the menu/submenu.
    Yes, just under the main screen there are three circular buttons. The left one is for activating the sound in the menus. It should be blue when it is on.
    The middle button is a 'play' button that allows you to play your movie from the iDVD menu.
    The third button is the Map button. Click on this one to see a diagram/outline of the structure of your menus showing what is within each submenu.

  • Pointer when adding audio to clip

    When adding audio/music to a clip (not background) it sits below the clip with a small arrow/pointer pointing to the clip. What does that pointer indicate? Why does it move? Can someone point me to resourcs that explain that in detail?
    Thanks

    I think you are right that the marker "stays". I don't have any special insight to how this was coded by Apple, but it appears to me that you initially attach the audio to a certain frame in a certain clip. Later you can drag the audio forward or backward, and it may remain attached to the initial frame, but be given an offset. For example, the audio is attached to frame five of clip three, but the audio actually begins at -30 or 30 frames to the left of the anchor frame. 
    I think if you experimented with it, you might find that if you delete the clip with the anchor frame, the audio is deleted, too, but I don't have time to test this right now.

  • A method to extract audios in movies to be as cell...

    Have you ever thought of setting the amazing background music or movie songs to be as your cell phone ringtones? Actually, besides directly adding audio files to be as ringtones, it has been already workable to extract audios from video files, such as general DVDs, Blu-rays, camcorder footages, web videos, or other common videos to make cell phone ringtones. As long as you grasp a correct method, you will do it absolutely easy. Now I’d like to introduce you guys a nice way to make it possible, no matter you are using the powerful iPhone, Blackberry, other smart phones or general cell phones, like Nokia, Motorola, Sony Eric, Samsung, etc., you can totally take advantage of this way to make your own preferred ringtones.
    Required software:
    Pavtube Ringtone Maker
    Step 1: Load video files
    Click “Add” button to import video files which you want to extract audios to make ringtones into Pavtube Ringtone Maker.
    Step 2: Select output format and set destination folder
    Click the drop-down list of “Format” to select an output format according to your cell phone compatible ringtone format. There are lots of output options, including MP3, M4R, MP2, MPA, WMA, AAC, AC3, MKA, OGG, AIFF, RA, RAM, WAV, APE, and FLAC. Here I choose .m4r for iPhone as an example. Meanwhile, you can click the folder icon at the end of “Output” to specify where to locate the generated ringtone files. Additionally, Pavtube Ringtone Maker allows you to extract audios from a certain video clip, and you just need insert your wanted start time and end time into the textboxes after “Start” and “End” respectively.
    Step 3: Set advanced settings
    If you have interest to adjust audio parameters like codec name, sample rate, bit rate, and audio channels, you can click “Advanced” button to enter the following interface.
    Step 4: Start ringtone making
    Once the above steps are finished, you can click “Generate” button to begin ringtone making. See, even batch conversion can be done simultaneously.
    After finished, you are able to find out the generated ringtone files via clicking “Locate” button easily.

    Nice post!

  • A method to extract audios in movies to be as cell  phone ringtones

    A method to extract audios in movies to be as cell phone ringtones
    Have you ever thought of setting the amazing background music or movie songs to be as your cell phone ringtones? Actually, besides directly adding audio files to be as ringtones, it has been already workable to extract audios from video files, such as general DVDs, Blu-rays, camcorder footages, web videos, or other common videos to make cell phone ringtones. As long as you grasp a correct method, you will do it absolutely easy. Now I’d like to introduce you guys a nice way to make it possible, no matter you are using the powerful iPhone, Blackberry, other smart phones or general cell phones, like Nokia, Motorola, Sony Eric, Samsung, etc., you can totally take advantage of this way to make your own preferred ringtones.
    Required software:
    Pavtube Ringtone Maker
    Step 1: Load video files
    Click “Add” button to import video files which you want to extract audios to make ringtones into Pavtube Ringtone Maker.
    Step 2: Select output format and set destination folder
    Click the drop-down list of “Format” to select an output format according to your cell phone compatible ringtone format. There are lots of output options, including MP3, M4R, MP2, MPA, WMA, AAC, AC3, MKA, OGG, AIFF, RA, RAM, WAV, APE, and FLAC. Here I choose .m4r for iPhone as an example. Meanwhile, you can click the folder icon at the end of “Output” to specify where to locate the generated ringtone files. Additionally, Pavtube Ringtone Maker allows you to extract audios from a certain video clip, and you just need insert your wanted start time and end time into the textboxes after “Start” and “End” respectively.
    Step 3: Set advanced settings
    If you have interest to adjust audio parameters like codec name, sample rate, bit rate, and audio channels, you can click “Advanced” button to enter the following interface.
    Step 4: Start ringtone making
    Once the above steps are finished, you can click “Generate” button to begin ringtone making. See, even batch conversion can be done simultaneously.
    After finished, you are able to find out the generated ringtone files via clicking “Locate” button easily.

    Reported as 'spam'. Everyone else fell free to report this as well.

Maybe you are looking for

  • Error receiving IDOC in BPM

    hi all I'm doing a BPM scenario in which i want to receive an IDOC. The scenario goes like this: an IDOC is sent from source(from SWCV1) and an interface mapping(done in SWCV2) is done before the IDOC is received in the BPM.I have made an abstract as

  • Ignoring cRIO Host Control via Network Variables

    I have a PC Host application that defines the operating state of my cRIO using Network Variables.  In some cases the cRIO must ignore the Host control and define its own operating state.  As an example, think of a simple boolean ON/OFF front panel co

  • Changing email settings

    I have received an email from Verizon telling me I need to change my email settings to the following in order for my email to contine working after September this year. I have changed them and now my email does not work. Is this a legitimate message?

  • No service for 45 minutes

    For the last 45 minutes or so I've had no service on my iPhone. Fortunately this is the first time that this has happened in the month that I've had my phone. How often does this tend to happen? John Link

  • TS4337 Why are the colors for my calendar reseting to a color I never chose?

    Why are the colors for my calendar in iCal reseting to a color I never chose?  It won't stay blue when I choose that color and keeps changing to a custom lavendar color on its own....  Incredibly annoying...