Make iDVD Selection Menu into Main Menu

Please excuse me if this is a simple-minded question, but I have not found a solution yet.
I have a .mov file that I want to burn to DVD. It has 4 chapters - okay, okay, so they're cartoons; who doesn't want some favorite cartoons around? Anyway, the start of each cartoon in the .mov file is marked with a Chapter Marker (created via FCE.) When the .mov file is imported into iDVD 5.0.1, iDVD IMMEDIATELY creates a Main Menu page containing "Play / Submenu" and the Submenu screen containing the 4 cartoons. (And yes, they're Roadrunner vs. Wile E. Coyote, so there!)
What I want to do is ELIMINATE the current "Main" Menu page, and instead have the "Submenu" containing the links to the 4 cartoons BE the actual "Main Menu." Thus when the DVD is inserted into a player, the "Main Menu" shows the names of the 4 cartoons.
In the "structure" representation, I have tried dragging the Submenu icon over the Main menu icon; deleting the "Main Menu" icon"; dragging the first cartoon icon over the Main Menu. Nothing works.
I also have iDVD 7.0.4 on the MacMini, if there is a solution there. Any suggestions?

A million thanks for your solution.
And for others who have lots of VHS tapes that are slowly turning into Packing Material, here is a strategy:
Easy-VHS-To-DVD -> Basic Toast (included with EV2D) -> Disc Image -> MPEGStreamclip(Open_DVD:TSVideo) -> Quicktime file (will avoid rendering in FCE) -> iMovie or FCE -> iDVD.
I know, I know, it sounds like a LOT of work, but it is actually extremely easy. The slowest part is the EV2D capture (which is done in real time.) Everything else consists of: 1.Select parameters. 2.Go do something else for 20-30-40 minutes. You will end up with a (semi-permanent) DVD of a VHS that is decomposing day-by-day.
And as noted above: Please do not break copyright by making copies of VHS tapes that you do not own. But if you BOUGHT 'Em, you OWN 'Em.

Similar Messages

  • Select count into versus create table as in functions/procedures

    I am working on a dynamic PL/SQL script that will count the number of records in a remote database
    based on certain criteria and then if the number is "acceptable" will create a table in the connecting
    database with those records.
    My where clauses are supposed to be the same but I am presented with the problem, when I run the
    first code ... select in to rowcount I get 122000 records, when I later do the create table as
    with the same whereclause code, I get 77 records. So now I am attempting to validate that the two
    where clauses are the same ... you'd think it would be obvious, but it's not.
    My first operation does a select count(*) into rowcount with the where clause behind it.
    The second operations creates a "sql command literal' that gets executed and returns the less value.
    I build it like testscript := 'create table '||tablename ||'as select * from '||remotetablename||'@'||linkname;
    testwhere := ' xxxxxxx'
    then I do an execute immediate teststring ||' ' testwhere; which works but gives me 77 rows in the table.
    Since I believe my where clause might be different, how can I run the first operation ... select count into rowcount
    as a normal SQL statement in the script...
    When I attempt to just run it I get -- PLS-00428: an into clause expected in this select statement......
    I will provide the source code in my next posting. Working to get it moved to this system.. Once you see it you'll understand
    why I don't think, it's the same, but I need a way to run them exactly as they are written to understand the different results.
    so How can I make the select count (*) into rowcount from .... work just like a normal select

    Here is first part of the procedure --- I get returned value of 122000 records ....
    SELECT COUNT (*)
                   INTO ROWCOUNT
                   FROM A_K_A_D_TBL@FCA08_INGRES
                   WHERE (( "a_" = '1' OR "a_" = '6' ) AND
                             ( "d_t" <> '3' OR "k_c_s" = 'Y' ) AND
                             "d_d" < DATECUTOFFDATE AND
                        "k_c_d" < DATECUTOFFDATE )OR
    (( "a_" = 4 OR "a_" = 7 ) AND
                             ( "d_t" <> '3' OR
    "k_c_s" = 'Y' OR
    "r_t" = '0' OR
                        "r_t" = '2' OR
                   "r_t" = '3' ) AND
                        "d_d" < DATECUTOFFDATE AND
                        "k_c_d" < DATECUTOFFDATE AND
                        "r_d" < DATECUTOFFDATE AND
                        "s_d" < DATECUTOFFDATE);
    then I attempt to duplicate it for string literals.... when this runs ... I get only 77 records. So that makes me think that my strings are not
    done properly.
    So I want to try to run the first sql itself ... but then I get the errors about needing select into ..... etc..
                   TESTWHERE := q'[WHERE (( "a_" = '1' OR "a_" = '6' ) AND ( "d_t" <> '3' OR "k_c_s" = 'Y' )]'||
              q'[ AND "d_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[']'||
                             q'[ AND "k_c_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[')]'||
                             q'[ OR (( "a_" = 4 OR "a_" = 7 )]'||
                             q'[ AND ( "d_t" <> '3' OR "k_c_s" = 'Y' OR "r_t" = '0' OR "r_t" = '2' OR "r_t" = '3' )]'||
                             q'[ AND "d_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[']'||
                             q'[ AND "k_c_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[']'||
                             q'[ AND "r_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[']'||
                             q'[ AND "s_d" < DATE ']'||TO_CHAR(DATECUTOFFDATE,'YYYY-MM-DD')||q'[')]';
                        TESTSTRING := 'CREATE TABLE '||UCASEXTABLENAMETEMP||' AS SELECT * FROM '||UCASEXTABLENAME||'@'||XLINKNAME;
                        DBMS_OUTPUT.PUT_LINE(TESTSTRING);
                        DBMS_OUTPUT.PUT_LINE(TESTWHERE);
                        EXECUTE IMMEDIATE TESTSTRING||' '||TESTWHERE;

  • In scene selection mode, can you make iDVD return to the scene selection menu after playing that scene without continuing to play all the other scenes?

    After selecting one scene from the scene selection menu, the following scenes play automatically, as if it were in "play movie" mode. Is there a way to stop that behavior and have the DVD return to the scene selection menu after playing just the selected scene?

    OK
    So what You want is a "Play All" button resp. a "Play one Chapter at a time" one.
    Then
    BAD News - There are Non ! in iDVD
    GOOD News - it can in part be faked.
    read on
    Play all resp. one chapter at a time
    Play All Button 
    1. There are NO - Play All - button in any version of iDVD
    2. It can be faked in several ways
    • Easiest and most fault proof way is to make a doublet movie containing All and with
    Chapters set to match. It will take up x2 space but is easy to understand and produce.
    Cons: Tried this in iMovie’11 by Exporting out each part as a full Quality QT.mov then Importing back into new events and putting these into a new project (Play All project). Resulting DVD had Audio that was OK (as parts) - BUT the picture was very bad and standing photo were cut of in height. So the Play All movie has to be created from same material and exactly in the same way as the individual parts + then Chapters has to be set to match.
    • It's said that one can put all movies into a Photo/SlideShow and this will also
    give the function of a Play All button - Tested - and ONE HAS TO un-cheque - Scale pictures to TV-Safe area else it will be a black frame all around and a small picture !
    Mike Evangelist1
    You might be able to get close to what you want by using a slideshow in iDVD. (It's not widely known, but you can put videos in a slideshow.) If you set the slide duration to manual, playback will pause after each movie/slide, and you can continue with the 'next' button.
    3. Using another program to do this e.g.. Roxio Toast™ where there is a Play All button option.
    Summary
    a. Making a Play All movie with same care as the individual Part movies - gives a very Good Result
    b. Using Roxio Toast™ - also an usable way to go
    Yours Bengt W

  • Why does my iDVD project skip the main menu screen when starting?

    I just finished a movie in iMovie 09, chose iDVD from the iMovie menu, chose a theme, etc., all was fine, burned the DVD and it works great except it starts the movie instantly rather than showing the opening screen with the main menu.

    When you export to iDVD from iMovie 09, iMovie usually creates an iDVD project in which your movie plays automatically before the main menu is shown. As SDUser has said, you can get rid of that behaviour by going into the DVD map and dragging out the very first item.
    A hint: if you have chapter markers in your movie, and you are using a theme that has motion menus, open up the Inspector (the little i button bottom left in iDVD) and while you are in the Map view click on each menu. Take a look at the length of the menu loop. There is a bug in iDVD that often causes it to make ridiculously long menu loops (in one case 3 hours, even though the menu music clip was 30 seconds and the whole movie was under an hour). That will cause iDVD to take forever rendering your project, and will waste a lot of DVD space that you are need for your main movie. Just drag the slider back to a sensible menu loop length. But go back and check before you burn; as soon as you edit anything else in the menu (for example change the music background) the loop length will have to be fixed again.

  • How do I make a selection on a jump menu open in a "blank" or secondary window?

    Please (anybody) if you can help me with this issue, I would greatly appreciate it!
    I am attempting to use the jump menu form feature in Dreamweaver. Everything in the feature works fine until I get to "Open URLs in: ....". For some reason only the option for "MAIN WINDOW" drops down and not an option for "NEW WINDOW". At this point I have spent way to much time searching for a solution, even to the point of reinstalling Dreamweaver to no avail. Can someone please take a look at my code and tell me how I can alter the code to make each jump menu link items open in a separate (blank) window. I'm not the best with code, but if you tell me exactly where to put each line of code I can do it!
    Again, any help would be greatly appreciated. Trying to meet a deadline and ran into this unexpected issue.
    Here is the link: http://www.graphicmechanic.com/DEKALBCOUNTY/portals/visiting-dekalb/index.html
    Just in case it helps with the explanation of my problem, I've attached an image of what I'm seeing in the DW jump menu window.

    This technote may help:
    http://kb2.adobe.com/cps/161/tn_16166.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • List/Menu (multiple selected)  insert into MySQL

    I have been building a feedback form and I am running into a
    issue that when I place a list/menu that allows multiple selections
    when I submit my form in my MySQL database it collected the
    information but only on the last multiple selection.
    For example, this is what my list/menu looks like.
    <select name="occasion" size="5" multiple="MULTIPLE"
    id="occasion">
    <option value="Spur of the moment,">Spur of the
    moment</option>
    <option value="Family dinner">Family
    dinner</option>
    <option value="Special occasion (i.e.
    birthday)">Special occasion (i.e. birthday)</option>
    <option value="Office get together">Office get
    together</option>
    <option value="Romantic dinner">Romantic
    dinner</option>
    <option value="Night out with friends">Night out with
    friends</option>
    <option value="Business meeting">Business
    meeting</option>
    <option value="Other">Other</option>
    </select>
    And my MySQL database I have it set up as...
    Field Type
    occasion mediumtext
    I do not know why I cannot have more than one selection
    inputed into my field, what must I do to correct this? Everything
    works perfectly expect the multi selected list/menu. I want to
    place all that is selected in the list/menu in that one database
    field called occasion.

    .oO(MikeL7)
    >>You should also test with isset() and is_array() if
    $_POST['occasion']
    >>is available at all and of the expected type. The
    code above will also
    >>throw a notice if $insert_string is not initialized
    before the loop.
    >
    > I use both isset and is_array in my code, When you say
    notice, you dont mean
    >a script stoppiong error?
    Nope. An E_NOTICE error won't terminate the script, but
    shouldn't happen
    nevertheless. While developing, the error_reporting directive
    should be
    set to E_ALL|E_STRICT and _all_ reported problems should be
    solved. It's
    not only better coding style, but also helps to prevent real
    errors. In
    this particular case it was just a guess, because it was only
    a part of
    the code. But using an uninitialized variable with a '.='
    operator for
    example would lead to a notice, which should be fixed.
    >>But of course this is a really bad DB design, as it
    already violates the
    >> first normal form (1NF). Just some ideas for queries
    that might come to
    >> mind, but would be really hard to do with such a
    comma-separated list:
    >
    > A better table design would be to have column for |
    list_ID | user_ID |
    >song_ID | and do a insert for each song selected.
    Yes, something like that.
    >Thanks for the input, i like escaping the variables from
    a string as they
    >stand out more in code view, is the single quote method
    faster? And which one
    >will be or is already deprecated?
    All are correct and won't be deprecated. IMHO it's more or
    less just
    personal preference. It also depends on the used editor and
    its syntax
    highlighting capabilities. For example I use Eclipse/PDT for
    all my PHP
    scripts, which can also highlight variables inside a string.
    But if the
    above is your preferred way, there's nothing really wrong
    with it.
    Just some additional thoughts:
    Personally I prefer as less escaping and concatenating as
    possible,
    because such a mixture of single quotes, double quotes, dots
    and
    sometimes even escaped quote signs (for example when printing
    HTML)
    _really_ confuses me. I like to keep my code clean and
    readable.
    Something like this:
    print "<img src=\"".$someVar."\" ...>\n";
    not only hurts my eye, it is also quite error-prone. It's
    easy to miss a
    quote or a backslash and get a parse error back, especially
    in editors
    with limited syntax highlighting (or none at all). So I would
    prefer
    print "<img src='$someVar' ...>\n";
    or even
    printf("<img src='%s' ...>\n", $someVar);
    When it comes to performance issues, of course there's a
    difference
    between the various methods. But for me they don't really
    matter. In
    practice you usually won't notice any difference between an
    echo, a
    print or a printf() call for example, as long as you don't
    call them
    a million times in a loop.
    So I always just use the method that leads to the most
    readable code.
    In many cases, especially when a lot of variables or
    expressions are
    involved, (s)printf() wins. Not for performance, but for
    readability.
    But as said - personal preference. YMMV.
    Micha

  • How do I make a "Title Menu Button" that is an Arrow?

    I am using DVD 08 with iMovie 06.
    I set my chapters using iMovie 06. When I shared with iDVD 08 everything looked OK.
    I normally do six scenes however this time I wanted eight. In the past when using iDVD 08 (or iDVD 06) there is always a blue arrow in the scene selection menu that when selected would take you back to the main menu.
    For some reason I do not have the Blue arrow. I was able to create a new "Title Menu Button" but none of the options I can find is the default blue arrow.
    If iDVD defaults to the blue arrow in this location why can't I find it as one of the many choices iDVD gives for a Title Menu Button?

    Hello, Ziatron,
    I use the same, iM6 with iDVD 8.
    I am not sure I follow you. You mean that you make 6 or 8 chapter markers for this movie?
    What theme are you using? If you use a theme that places 6 scenes on a submenu, iDVD will automatically create a second submenu with the remaining 2 scenes. Each submenu has 2 arrows to allow you to go back to the previous menu, or to the next submenu, except the last submenu which has only 1 arrow to go back to the previous menu.
    If you want all 8 scenes on the first submenu, you can go to the submenu with the last 2 scenes and select them, then 'Copy' then go back to the first submenu and 'Paste' them. You may have to reposition the scene titles to accomodate the new ones. Be sure to go back once again to the submenu and delete the copied scenes. When you do that, go back to the previous submenu where all 8 scenes are, and you will see that the forward arrow to the last submenu is no longer present, since there are no longer any scenes to be in a separate submenu.
    I have made over 100 movies, each with many scenes, but I don't have any submenus that show an arrow to return to the main menu, unless there is only one submenu.
    If you want to add an entire submenu....say of extra photos/videos/etc. you can use the + button on the lower left of the iDVD screen to add. A folder will appear on the menu to which you have added the submenu, and when you open the folder, you will see the new submenu, with its return arrow.
    You can change the folder icon to just a title using the 'Buttons' tab, but you cannot create navigation arrows yourself.
    Please post back if I am missing your question.

  • How do I make the top menu a CHAPTER menu?

    Hi everyone - thanks in advance for any assistance.
    My DVD consists of 5 short scenes. Because this is a "portfolio" DVD, the scenes are not meant to be viewed sequentially. So when someone pops the DVD in, the first (and only) menu I want them to see is a Chapter selection menu.
    In iMovie, I put Chapter marks in front of each scene, which iDVD is recongizing nicely. So the content is working right - I just want to avoid that opening screen.
    I thought I'd be able to go into the Map and delete the "Play Movie / Scene Selection" screen, but the program won't let me. Can anyone suggest how I can do this? Thanks!
    BTW, I'm currently using the Shelves theme.

    Right now all 5 clips are in one iMovie project. But I can't access them anymore because when I put them in the Timeline, they disappear from the clips window. (I guess Apple thinks I'd never want to use the same shot twice?) I've found that I can drag the clip from the Timeline back into the Clips window, but then it's gone from the Timeline. So clips can't exist in both places? Wierd.
    If you Option-Drag the clips from the clips pane to the timeline, a copy of the clip will remain on the clips pane.
    You can get all five clips as separate movies by doing 'copy' and 'paste' of each clip (one at a time) into five different iMovie projects.
    But when I Share to iDvd, it doesn't add the new movie to the existing iDvd project - instead it seems to create a new project each time.
    Don't use the 'Share to iDVD' command from within iMovie. It will not do what you want this time, and even in the future don't use it because it causes double rendering of the movie clips.
    Close each iMovie. Then open your iDVD project and import each clip's movie by dragging and dropping them into the main iDVD screen. The movies will be under 'media'->movies.
    PS. F Shippey's name is Fred, not Frank!

  • Why no audio on scene select menu?

    Any ideas on why I get no sound after adding audio track from iTunes to scene selection menu?
    The track is shown correctly in the menu info/inspector well, but just does not play.
    The same track works OK as audio track on main menu, but is silent when "Scene Select" is clicked.
    I have experienced this problem using several templates (but not all) and presume either I am doing something wrong or that the template is bugged.
    I have tried all methods of adding audio to the menu.
    The background video runs OK, and scene select works OK, just without audio.

    With further experimentation, I find that the top menu and scene select menu audio works properly if I start a new iDVD project and import the iMovie into it, rather than letting iMovie pass it to iDVD automatically.
    Hope this may be of help to someone....

  • Adding Selection menu has caused burning problems

    I'm using iMovie9 version 8.0.4 with iDVD version 7.0.4. I first burned a project with only the Play button. Was able to change the title (ie, used a different title in iDVD than the one used in iMovie) with no problem. However, after adding chapter markers and having a Scene Selection menu I find that if I change the title of the DVD (the Play button) it will spit out the blank DVD when I try to burn. If I allow it to keep the title imported with the iMovie project it will do a burn. Has anyone else experienced this? I don't see a way to change the title of the iMovie project to match the one I want to use in iDVD without creating a new iMovie project. I thought of doing that then...what? importing my existing project to the new one and renaming it? Is that possible? Don't want proceed any farther without getting some advice because I fear losing the project that I have put so much work into and having to start anew. Any suggestions?

    Ah. File/Save as Disc Image. Too easy. After waiting about an hour I fired up the MacBook and tried again. Burn went fine. So I guess the limit, at least on this computer, is two consecutive discs. However, back to my original problem of changing the title in iDVD so that it differs from the one in iMovie. At that particular juncture I hadn't tried to burn any discs. I simply opened iDVD, changed the title, (same project I had burned the day previously using the same title from iMovie) tried to burn and the disc was rejected. If no one else has had a problem with a burn after changing the title when there is a Scene Selection menu, then maybe it's something else. However, it burned OK after I changed the title in iMovie to match the one I wanted to use in iDVD then republished (had to make a few minor changes first in iMovie because it wouldn't allow me to publish the same movie again with only a title change). I really appreciate your help and will give you "Helpful" credit for your responses but can't mark this solved until I'm certain that there isn't some kind of eccentric incompatibility issue using iMovie9 version 8.0.4 with iDVD version 7.0.4 involving the title change. Many thanks to you and all the people who have been so helpful in the forum.

  • How to make a sidebar menu with subsection?

    Hello
    I've been trying to make a sidebar menu with subsections you can expand and collapse both in muse and edge animate but I just can't. I've search the net for tutorials for two weeks now, it's like such a menu just doesn't exist even tho I've seen them on several sites.
    Thos is a picture of how I want it to look:
    As a default, you can only see "home" and the two "subject". Then when you click on the first "subject", the two "tutorials" expand down, when you click on the individual "tutorials" the parts of that tutorial expands down. When you click on the buttons that expand subsection again, they collapse.
    As I've said I've search for tutorials for weeks, the person I'm making the website with has also search without any luck at all. I've found a tutorial that lets me have 1 button with subsection expanding when mouse is over it, but nothing where there are buttons below the button you expand. I'm starting to thing it's just impossible, but I can't understand how it should be impossible. In case it actually is possible I need to re-thing the way I organise and navigate the entire site.
    There is gonna be a whole lot of content on the site, we expect it to grow with up to 100 pages a month, therefor the navigation is obviously very important.
    I really hope someone can help me! A link to a tutorial I haven't been able to find or a description on how to do it, thanks!

    Hi,
    I am relatively new to Muse and hardly an expert, but I just did what you are describing.  Go to the Widget Library, Compositions > Blank.  In the Target, insert a Vertical Menu (also in the Widgets Library).  In the Options menu, under Menu Type select All Pages.  If that doesn't work the way you want it to, you might have to select the Manual menu option.
    Here's a short tutorial on how to use the Compositions Widget:
    Adobe Muse Mega Menu Dropdown Widget | MuseThemes.com
    Other tutorials that may help:
    http://terrywhite.com/how-to-create-a-dynamic-sliding-menu-for-your-mobile-website-in-adob e-muse/
    How To Create A Sliding Menu for Your Mobile Website in Adobe Muse - YouTube
    You might also look at Panels > Accordion.  You can insert your menu into the Accordion Target.
    Hope this helps.
    John

  • Video in scene selection menu

    Hello: I've successfully created a scene selection menu using chapter markers. Looks good, but when I go into simulator and check out the scene selection menu, I noticed that the video begins to play from the marker points without stopping. How do I create an end or loop point for all the chapters that are displayed on the scene selection menu?
    Thanks in advance to anyone who can help!

    Thank you for your reply. However, I think I've done a poor job describing my issue. What I have is a motion picture that I want users to be able to choose "Play Movie" from the main menu, or "Scene Selection." If they choose "Scene Selection" they get the menu with the chapters laid out. If they choose a chapter, then they can jump to that part of the movie and watch it from that point on till the end. I've got all that working.
    My problem is on the scene selection menu itself. The video samples that are shown in each chapter window or button start up and don't loop back, so essentially, if you jump to the scene selection menu, you're watching the movie from several different start points, and it just runs on till the end if you don't turn it off. I like the fact that you can view a video snippet in each chapter window, but I want to be able to limit how much is played and have it loop back.

  • Scene Selection Menu Question

    I will try and make this question as unconfusing as possible. I have a DVD with a basic menu screen. It offers to play the whole film or go to the scene selection menu. When I go to the scene selection menu obviously I have the option to do just that. When I select a scene (or chapter) it will play it. My question is, if I have picked the wrong scene or I just want to go back to the scene selection menu, how do I make that happen? If I press menu it will just take me back to the main menu. It seems tedious to do it that way to keep having to go back to the main menu then to the scene selections menu. In short
    What do I need to do to make the dvd go back to the scene selections menu when it was the last one selected?

    What do I need to do to make the dvd go back to the scene selections menu when it was the last one selected?
    You can also program the remote control's functions specifically for your DVD. It's not easy to understand in the manual but it's all explained. For instance, you could program the TITLE or MENU keys to return specifically to the scene selection menu. The problem with changing the programming is that's how the key will work for your entire disk unless, of course, you can figure out how to use the user memory registers and write a little script that will have conditionals.
    bogiesan

  • Auto-Creating Selectable Menu Sets

    Is there a way to do this? In each scene selection menu, I'd like to have DVDSP automatically create a subset of selectable menus based on the total number of menus and the number of selections in each menu.
    For instance, you often see something like "1-8", "9-16", etc in each scene selection menu of a DVD. I thought there might be a way to automate this process, much like DVDSP already automates chapter connections and navigation buttons between menus in tracks with embedded markers.
    I suspect I'll have to do this manually, but I thought I'd see if anyone has come up with something. The reason I'm asking is that I have to create 6 dual-layer DVDs with around 50 chapters per DVD, 8 chapter selections per menu. Each DVD will have different content, but the menus will look the same. It would be nice if the user could jump from, say, menu 1 to menu 7 without continually pressing "Next" and this was process was automated to save me a little time.
    Any ideas appreciated.

    The closest I've come to this is saving a template.
    I do a lot of DVDs that are similar in content -- say, three tracks each with a basic menu -- so I saved the overall project without any assets and just with "place text here" for text placeholders. When I make a new DVD, I just copy that template project, rename it, then add my assets and enter in the text descriptions for each of the tracks.
    Even if you have a different number of tracks from disc to disc, if the basic layout is the same (especially the number and hierarchy of the menus), you could just have the maximum number of tracks and menus you'll need for the project and the maximum number of buttons you'll need on each menu. Then when you make an actual DVD, just delete the tracks/menus/buttons that aren't used.
    For example, say you always have one main menu and up to five submenus, and each submenu has up to four tracks. Make the template with the main menu, buttons pointing to the five submenus, and four tracks on each submenu. Go ahead and add the twenty empty tracks to the project, point all the submenu buttons at the tracks, set the end-jump and any other details on each of the tracks, the "back" button on each submenu pointing back to the main menu (or your "1-8", "9-16"), etc. Then say you make a DVD that only has three tracks on one of the submenus... Easy; delete the extra button on that submenu and the corresponding empty track.
    And if you're using a Photoshop layered file, save a template of that, too. Keep all the text stuff as text layers so you can edit it later. Then make a copy for a specific DVD, modify any text, etc. All the images should be in the right place, and assuming the text is in the same position and you have your buttons set up right in DVDSP, everything should still line up, even after you change the text (1-8, 9-16, etc.).
    I've found it saves me a lot of time since I don't have to remember to set the end-jumps, the custom "menu" remote option (when they hit "menu" on the remote while in the middle of watching a track), etc. All I do is drop the assets in, drop the right asset onto each empty track, and put in the text on the menus describing each track.
    I don't know of an automated way for it to figure out how many submenus you have, either. Which is why I put the maximum that I'll have on each menu for the template. It's much faster and easier to delete the extras on each new DVD than to try to line up new buttons and/or images consistently each time.

  • Changing scene selection menu action

    I'm trying to create a DVD with a particular theme. Everything works fine until I try the Scene Select button in the Preview Mode. When the Scene Selection menu comes up it is using a theme from a previous project. I am unable to change this to the theme being used in the first menu for this project.
    How can I cancel the old project theme out of the Scene Selection menu?
    Or how can I change it once I've started a project using a particular theme?
    Thanks for any help you can give!

    If you go to the main menu and then Advanced/Apply Theme To Project, it won't do that? If not:
    This frequently helps solve some problems. Quit iDVD. Search for the file named com.apple.iDVD.plist and trash it. (A new one will be created next launch of iDVD.) Or look in: User/Library/Preferences. This may solve project loading errors too. Restart and use Disk Utility to Repair Permissions.

Maybe you are looking for

  • MacBook Mini-DVI to Sharp projector

    HELP ! Need to connect new Apple MacBook Mini-DVI output - as shown in this link: http://support.apple.com/kb/HT1562 to Sharp projector XR-11XC with supplied RGB Cable as shown on pps 23 & 57 in this link: http://www.sharpusa.com/files/proman_XGMB55X

  • Can i buy a mac Laptop from Usa paying Monthly?

    Hello people , i'm going to buy a Mac laptop from the Usa .. i wonder could i buy it so i pay Monthly ? That's all i can say

  • Ignore step in package?

    Hi guys! I have another theoreticla question...suppose we have a package with a number of steps..and we want to ignore step and make package to run further steps...how to do it? I've tried with a simple package which was waiting for 10 rows in a tabl

  • SD  Returns Delivery issue

    After return delivery How i do the Credit Memo in the billing document?

  • Classification of SAP standard task

    Hi, I want to set up a substitution profile for Leave approval. I have setup new Substitution profile. I have setup new task class. We are on ECC 6.0 EHP7. We are using SAP standard workflow and the SAP standard task 12300097 for leave. Is it okay if