IDVD Submenu Colours

Hi guys, i'm making a dvd in idvd and i've just clicked on add submenu and typed text and used a shape that's basically a rectangle. All that i see on the screen is the text but when i play the dvd to test it all i get is an orange rectangle blocking the text out. Can you guys help?

If so, how would I do that?
From the File menu in iDvd .... like this:
By sdmacuser at 2007-11-06
Thereafter you'd use Apple's DVD Player app to test for proper playback like this:
By sdmacuser at 2007-03-17

Similar Messages

  • Movie Files to behave as Chapters - Help

    Hello,
    I am facing a problem with FC and iDVD and I hope you could help me to figure out a solution.
    How can I get my individual movie files to play continuously one after another as if they were chapters in iDVD?
    I don’t want to build up a “longer than life” timeline with chapter markers to be then exported and sent to iDVD, which I believe would definitely work. I rather do my chapters as individual “sequencies” or projects that will end up being individual movie files. However, when I place those in a iDVD submenu and click on them, they play but do not do it one after another. In other words, once the chapter you clicked on ends, it won’t go up to the next one but will stop and take you back to the submenu screen.
    Nero 6.0 has always allowed me to do that. I would just import the video files and Nero would recognized them as chapters. There’s got to be a way to do this with iDVD. Help please,
    Thanks,
    Message was edited by: Juan Huerta
    Message was edited by: Juan Huerta

    Does this help?
    http://discussions.apple.com/thread.jspa?threadID=1404748&tstart=50

  • Change the colour of my submenu in spry-UI-1.7

    hello,
    as the title says, how do i change the background colour of my submenu (the one that collapses)  and the hover action background.
    i created it with the widget browser, but found out this colour doesnt work so well.
    in my spry-UI-1.7>css>Menu>basic i have two .css files
    SpryMenuBasic.css
    this is the css:
    @charset "UTF-8";
    /* SpryMenuBasic.css - version 0.5 - Spry Pre-Release 1.7 */
    /* Copyright (c) 2010. Adobe Systems Incorporated. All rights reserved. */
    /* This is the css for a basic Spry 2 MenuBar.
    * The first section is basic layout, and should in general not need to be  modified.
    * The final section of this file specifies images to use for arrows for the menu. These
    * are either down or right-pointing as required by horizonatal or vertical layouts. You
    * can either replace the referenced images with your own, or you can modify these rules to
    * point to your won images.
    * These rules are supplemented by those specified in the OAM file for inclusion in the html document,
    * or alternatively, the file SpryMenuBarBasicSkin.css which is included with this widget. */
    /* Resets for ul and li in menus */
    .MenuBar  .MenuBarView, .MenuBar  .SubMenuView {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    /*** Layout Rules for Basic Menu ***/
    /* Top Level MenuBar
    * Because we float the MenuItemContainers in the MenuBar, we have to make sure the menubar wrapper expands to hold them all.
    * The simplest way is to float the widget wrapper
    .MenuBar { /* overridden by .MenuBarVertical version of this rule */
    float:left;
    width:100%;
    .MenuBarVertical {
    float:left; /* Used to make menubar shirink to fit contents */
    width:auto;
    /* SubMenus */
    .MenuBar .SubMenu {
    display:block;
    position:absolute;
    top:0;
    left:-10000px; /* By default, all non-visible submenus are hidden by moving way to the west */
    padding:0;
    /* First level of submenus - pulls down from horizontal menubar, right from vertical */
    .MenuBar .SubMenuVisible{ /* overridden by .MenuBarVertical version of this rule */
    top:100%;
    left:0px;
    .MenuBarVertical .SubMenuVisible {
    top:0px;
    left:100%;
    /* All submenus below level 1. All pullout to the right */
    .MenuBar .SubMenu .SubMenuVisible {
    display:block;
    position:absolute;
    top:0px;
    left:100%;
    /* MenuItems, MenuItemLabels, and MenuItemContainers */
    .MenuBar .MenuItem {
    display:block;
    text-decoration:none;
    .MenuBar .MenuItemLabel {
    display:block;
    .MenuBar .MenuItemContainer {
    position:relative;
    white-space:nowrap;
    float:left; /* overridden by .MenuBarVertical version of this rule */
    display:block;
    margin:0;
    padding:0;
    .MenuBarVertical .MenuItemContainer {
    float:none;
    .MenuBar .SubMenu .MenuItemContainer {
    float:none;
    /* Layout Rules needed by IE6 - excluded from other browsers */
    .SpryIsIE6 .SubMenu .SubMenu {
    width:100px;
    height:1%;
    .SpryIsIE6 .MenuBar .SubMenuVisible .SubMenuVisible {
    width:auto;
    /* End Layout section */
    * Arrows - This section specifies arrow images for a submenu dropdowns in Basic SpryMenu.
    .MenuBar .MenuItemLabel{
    background-image:none;
    /* For all arrows used here, we depend upon the image to push itself away from right edge, or the user can add right padding to the MenuItem */
    .MenuBar .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuDown.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuDown.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBarVertical .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBarVertical .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .SubMenu .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .SubMenu .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    /* IE6 rules for Arrows */
    .SpryIsIE6 .MenuBar .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuDown.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .SpryIsIE6 .MenuBarVertical .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .SpryIsIE6 .MenuBar .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    and i got "SpryMenuBasicSkin.css"
    with this css:
    @charset "UTF-8";
    /* SpryMenuBasicSkin.css - version 0.5 - Spry Pre-Release 1.7 */
    /* Copyright (c) 2010. Adobe Systems Incorporated. All rights reserved. */
    /* This is the skinning css for a basic Spry 2 MenuBar.
    * You can use this CSS as a starting point for skinning an instance of the SpryMenuBar widget */
    /* The rules in this file  assume the following widget classes for menu layout:
    MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical. 2nd level subs
      and beyond are pull-right.
    MenuBarVertical - vertical main bar; all submenus are pull-right.
    These should be set as the 'WidgetClass' in the widget constructor. If the menu is to be vertical, pass both names,
    space-delimited. For example: WidgetClass: "MenuBar MenuBarVertical".
    You can also pass in extra classnames to set your desired top level menu bar layout. They only apply to horizontal menu bars:
    MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
    MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
    MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned. 
    MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered',
    and centered in its parent container.
    MenuBarFullwidth - Grows to fill its parent container width.
    eg: WidgetClass: "MenuBar MenuBarLeftShrink"
    .MenuBar  {
    background-color:#cccccc;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
    MenuItem, and MenuItemLabel
    at a given level all use same definition for ems.
    Note that this means the size is also inherited to child submenus,
    so use caution in using relative sizes other than
    100% on submenu fonts. */
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
    display:none;
    .MenuBarLeftShrink {
    float: left; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarRightShrink {
    float: right; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarFixedLeft {
    float: left;
    width: 80em;
    .MenuBarFixedCentered {
    float: none;
    width: 80em;
    margin-left:auto;
    margin-right:auto;
    .MenuBarFixedCentered br {
    clear:both;
    display:block;
    .MenuBarFixedCentered .SubMenu br {
    display:none;
    .MenuBarFullwidth {
    float: left;
    width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    .MenuBar  .MenuItemContainer {
    padding: 0px 0px 0px 0px;
    margin: 0; /* Zero out margin  on the item containers. The MenuItem is the active hover area.
    For most items, we have to do top or bottom padding or borders only on the MenuItem
    or a child so we keep the entire submenu tiled with items.
    Setting this to 0 avoids "dead spots" for hovering. */
    .MenuBar  .MenuItem {
    padding: 0px 24px 0px 0px;
    background-color:#cccccc;
    border-width:1px;
    border-color: #cccccc #ffffff #cccccc #ffffff;
    border-style: none solid none solid;
    .MenuBar  .MenuItemFirst {
    border-style: none none none none;
    .MenuBar .MenuItemLast {
    border-style: none solid none none;
    .MenuBar  .MenuItem  .MenuItemLabel{
    text-align:center;
    line-height:1.4em;
    color:#333333;
    padding: 6px 15px 6px 39px;
    width: 6em;
    width:auto;
    background: #cccccc;
    .SpryIsIE6 .MenuBar  .MenuItem  .MenuItemLabel{
    width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    .MenuBar .SubMenu  .MenuItem {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    background-color:#ffffff;
    padding:0px 2px 0px 0px;
    border-width:1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    /* Border styles are overriden by first and last items */
    border-style: solid solid solid solid;
    .MenuBar  .SubMenu .MenuItemFirst {
    border-style: solid solid solid solid;
    .MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
    padding-top: 6px;
    .MenuBar .SubMenu .MenuItemLast {
    border-style: solid solid solid solid;
    .MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
    padding-bottom: 6px;
    .MenuBar .SubMenu .MenuItem .MenuItemLabel{
    text-align:left;
    line-height:1em;
    background-color:#ffffff;
    color:#333333;
    padding: 6px 12px 6px 5px;
    width: 7em;
    /* Hover states for containers, items and labels */
    .MenuBar .MenuItemHover {
    background-color: #999999;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    .MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
    background-color: #999999; /* consider exposing this prop separately*/
    color: #000000;
    .MenuBar .MenuItemHover .MenuItemLabel{
    background-color: #999999;
    color: #000000;
    .MenuBar .SubMenu .MenuItemHover {
    background-color: #cccccc;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    .MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
    background-color: #cccccc;
    color: #333333;
    /* Submenu properties -- First level of submenus */
    .MenuBar .SubMenuVisible {
    background-color: #ffffff;
    min-width:0%;  This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    .MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
    top: 100%; /* 100% is at the bottom of parent menuItemContainer */
    left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
    and your personal taste.
    0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0
    on MenuItemContainer and MenuItem on the parent
    menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
    the dropdown with the left of the menu item label.*/
    z-index:10;
    .MenuBar.MenuBarVertical .SubMenuVisible {
    top: 0px;
    left:100%;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    .MenuBar .MenuLevel1 .SubMenuVisible {
    background-color: #ffffff;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
    top: 0px; /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
    that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
    vertically 'centered' on its invoking item */
    left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
    negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
    to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
    * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
    .SpryIsIE6 .MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
    background-color: #999999; /* consider exposing this prop separately*/
    color: #000000;
    .SpryIsIE6 .MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
    background-color: #cccccc; /* consider exposing this prop separately*/
    color: #333333;
    .SpryIsIE6 .MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
    margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    what is the rule i nedd to change? i think the background colour of the submenu is lightgray #CCCCCC right now, and the hover one is a darker colour.
    thanks!

    I am sorry to have to point out to you that you have changed SpryMenuBasicSkin.css so much that it is impossible to render any assistance.
    To start with, the menubar has an ID of MenuBar, yet in the CSS I only see this referenced as a CLASS as in
    .MenuBar  {
    background-color:#cccccc;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
    MenuItem, and MenuItemLabel
    at a given level all use same definition for ems.
    Note that this means the size is also inherited to child submenus,
    so use caution in using relative sizes other than
    100% on submenu fonts. */
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    I would suggest to start again.
    Once you have done that, supply a link to your site and we will assist you further.
    Gramps

  • Washed out colours in DVD SP, but not in iDVD?

    I was using iDVD to burn my projects and decided to go pro and use DVD SP 4 at work. I had some help putting the project together and burnt off a DVD. All works fine, but the colours are definately more washed than when I burnt the same quicktime through iDVD 6.
    The footage was captured from PAL DIGI Beta, using the blackmagic capture card and codec and used uncompressed in both projects.
    Even the title screen of the DVD SP project is washed out compared to the iDVD one. I've viewed both DVDs on an LCD imac and a CRT sony trinitron.
    Any ideas?
    Powerbook G4   Mac OS X (10.4.9)  

    I am not sure if the two applications encode the same - iDVD may use different settings to encode the video when compared to the settings in DVD SP or using Compressor which can change the output/how it looks - that may be what is happening.
    You can take the exact same movie and place it in different encoders, or the same encoders with different settings, and the end result will look different.
    Compressor overview
    http://dvdstepbystep.com/qc.php
    http://dvdstepbystep.com/fasttrackover.php

  • Screen colour temperature changes (bluer) when running web video, iDVD

    An odd intermittent issue I noticed since upgrade from Lion to Mountain Lion.
    Noticed on MacBook Pro 15" (high resolution), Early 2011 (MacBookPro8,2).
    When I launch iDVD the screen turns brighter and a more blue-ish hue. It reverts when I close iDVD.
    Issue is not isolatied to iDVD, for example it also occurs when running BBC Olympics web video content:
    http://www.bbc.co.uk/sport/olympics/2012/live-video/bbc_one_2012_hd
    Anyone know the cause or have a workaround? Driving me crazy!

    kbtan wrote:
    Hi guys, this thread seems to solved my MBP's problem:
    http://forums.macrumors.com/showthread.php?t=1392978
    http://www.macrumors.com/2012/07/10/gfxcardstatus-allows-easy-control-of-macbook -pro-graphics-cards/
    gfxCardStatus by Cody Krieger: http://codykrieger.com/gfxCardStatus
    Preventing the MacBook from dynamically switching from integrated (not blue) to discrete (blue) is not really suitable for me. What is posted in above links are only workarounds that limit the functionailty of my device. I want to use the features of my Mac as intended by Apple to preserve battery life. I want both display drivers to show the same colour.
    PRAM reset never worked for me.
    Booting Mac, logging in then off and on again is also a workaround -- I think mentioned here somewhere previously. This is a major pain though, as you can imagine.
    Thanks for drawing my attention to display mode switching as being the potential cause however.

  • Audio tracks in own submenu in IDVD 06?

    Hi i have just started to use IDVD and am very impressed by what it is capable of achieving.
    My problem is this, i am a sound engineer and have many tracks created in both dance music and also live band recordings. As a way of showing my skills and also a promotional tool for my studio i was trying to make a dvd of some video clips and also a slideshow (this works fine).
    However i also was wanted to make two sub-menus labeled DANCE TRACKS and LIVE TRACKS to place my two kind of tracks in so the viewer could listen to them at there own leisure, kind of like a audio CD but will a visual menu.
    Is this possible or am i fighting a loosing battle?
    Any help would be greatly received, thank you.

    Welcome to the forums.
    Rich's suggestion sounds good. As you get more comfortable with the software, as a sound engineer, you may wish to think about some other options:
    - higher quality audio is part of the DVD standard, but not accessible through iDVD (check to see if there are options besides DVD Studio Pro$$$).
    - Roxio Toast can create something called a "music DVD." Might be something to investigate.
    - if ultimately you'd like some video with your music tracks, software like SnapZ Pro can do a screen capture while your audio is playing (eg, visual effects).
    John

  • Choppy video in iMovie/iDVD from Sony HDD Camcorder

    I feel like I must be doing something wrong here, I've just moved from a windows XP machine to a nive shiny iMac which is lovely and I just want to hug it a lot, but.....
    My DVD's just aren't coming out right, here's me thinking Macs were renowned for their video editing, but all my stuff is looking better from windows.
    To explain further, I connect my Sony DCR-SR32 to the mac via USB (the Sony is a hard disk camera which records to mpeg2) iMovie recognises the camcorder and allows me to import all my clips. I spend hours putting together some holiday footage with appropriate fades, titles and cuts. I then import the finished project into iDVD and spend more hours messing with the motion video menus and getting everything looking right.
    I then burn to a DVD and it looks horrible, the frame rate looks like it's about 10 fps and it's jumping around all over. After some research, I find that Perion is probably to blame, and I can work around it by exporting from iMovie as a DV file or removing Perion which I've creating a DVD.
    So the output is better, not so jerky, but something is not quite right, while it's not jerky its not quite as smooth as if should be, and the colours seem to be a little more pixelated a bit like when a divX movie struggles in an area of low contrast.
    I'm comparing this to running XP in a parallels session, attaching the camcorder and hitting the "Disc burn" button which burns a lovely smooth and colourful DVD without a problem.
    I thought this must be an issue with the conversion, convert to h.264 when the file is pulled off the camcorder, and then again into mpeg to burn must be missing something, but I took the raw mpeg files and got Toast to burn a DVD and that was the same "not quite right" result. I've read a lot about OSX's difficulties with mpeg2 and suggestions to use Streamclip with the MPEG quicktime plugin - will this do anything better, it just seems that with any conversion you're going to lose some quality, and converting several times to get something into iMovie then again when iDVD prepares the disk seems to be asking for more trouble ?
    I've double checked all the obvious things, like is it set to PAL, and is the DVD burning at the best quality. I'm even burning to disk images to take the physical DVD out of the equation.
    But still the results are not satisfactory. I really don't want to have to run windows still, iMovie and iDVD - although fairly basic were really nice to use, and the overall result is great... if I could just get it to look right.
    Any idea on what might be wrong in all this, or how I can get a better quality movie to burn ?

    Ok, this time I tested it in playback mode.
    Connected USB. Chose HDD connect. NO NAME appeared on desktop. Opened iMovie (started my stopwatch at this point). Detected camera - scanning. Generating thumbnails (at this stage it is generating thumbnails for all the clips I have on my camera. For the record, I have 6 clips of 52secs, 22secs, 40secs, 27secs, 29secs and 1min). Finally, after around 1m50s, the 'Import From' window pops up showing me the thumbnails for each clip. I stop the stopwatch.
    I only want to import the 1min clip this time, just for timing reference. To import this 1min clip on my imac (see my mac profile below) took 2m30s. This includes generating the thumbnails too, although I'm not quite sure why it does this again. I think 2m30s is very slow considering that DV would/should import in real time.
    Anyway, those are my findings today and I for one now have a better understanding of how to connect my camera...playback mode only!
    Thanks.
    Lee

  • Cannot edit chapter names in iDVD after importing movie from iMovie

    I have no trouble customizing iDVD (version 5.0.1) menu page after importing iMovie directly (instead of going to QT as interim step). But the names of the chapter markers are file names for video clips, title pages and transitions. The iMovie help says to change the names in the space next to the 'thumbnails' of chapters found in iDVD. THERE ARE NO THUMBNAILS. And there is no way I could find, using menu options or clicking on the chapter frames shown in 'map' mode to type in anything.
    There are other problems, like getting rid of the default "Travel Cards' stuff...like I can drop a still photo in for a custom background, but the default 'celluloid design' banner still rolls up in previw mode. If you can also help with that, great. But the main thing right now is getting these chapter names change.

    VJK,
    You are the third person who has taken a crack at this. I don't know if you read my last reply which detailed the situation. But if you did and the 'menu' you refer to is the main menu page, that is not the problem; I can change text there. I am talking about the submenu for 'Scene Selections', which I have only been able to access via map mode.
    In map mode I cannot highlight the names. Period. Can't do it no matter where I place the cursor or carefully click.
    In preview mode, when the Scene Selection sub-menu page appears whenever you drag the cursor over a chapter name it automatically highlights so any clicking will either do nothing (if a real careful click, trying to highlight text and not trigger off play of the movie chapter) or just start play for the movie chapter.
    So...how does this newbie get to the 'menu' you mention where I can click on a chapter name in order to type new text?
    You will be able to change the names in the menu, but
    depending upon your mouse, etc, it can be a little
    particular.
    Place the cursor at the very beginning of the word
    you want to change. Click once .. this should hi-lite
    the word. Click again, it should make the word go
    blue (or in a blue box) then you can delete and
    re-type.
    Be sure to save the proj
    I have found that even after saving and successfully
    burning the project, if I return to it later the
    changes seem to have gone away ... so if you go back
    to it later, just double check that everything is
    kosher

  • IDVD 704 issues: chapters, save-as crashes, theme elements getting "lost"

    I'm using iDVD 7.0.4 on a mid-2010 13" MBP with 6Gb of RAM, running OSX 10.6.5 . I created a new project, and applied an old theme I created in iDVD 5 or 6. The theme is basically empty, apart from a single backdrop image and a few font specifications. (I like things simple...)
    I then imported a QT movie created with Final Cut Express HD 3.5.1 from 16:9 (anamorphic) PAL DV material. The movie contains about 9 chapter markers and was corrected back from 720x576 to 1024x576 in QuickTime Player 7.
    The movie imported correctly, but chapter titles with accented characters were lost (issue 1)
    Issue 2: Doing a Save-As of an open project provokes a crash - immediately if I use the keyboard shortcut, delayed if I use the menu. Yet it has worked a single time.
    Issue 3: After finalising the project, I decided to do a final edit on the chapter title text colour. Impossible to consolidate that to disk: if I save a project changed in this manner, it will no longer open correctly. iDVD will complain about missing theme elements, and force the default theme on me.
    I tried rebooting, but that didn't resolve issues 2 & 3 (didn't check issue 1 but that one seems a true bug or omission).
    Any ideas? A quick peek on here didn't serve any similar stories, so am I the only one experiencing this?

    I'm using iDVD 7.0.4 on a mid-2010 13" MBP with 6Gb of RAM, running OSX 10.6.5 . I created a new project, and applied an old theme I created in iDVD 5 or 6. The theme is basically empty, apart from a single backdrop image and a few font specifications. (I like things simple...)
    I then imported a QT movie created with Final Cut Express HD 3.5.1 from 16:9 (anamorphic) PAL DV material. The movie contains about 9 chapter markers and was corrected back from 720x576 to 1024x576 in QuickTime Player 7.
    The movie imported correctly, but chapter titles with accented characters were lost (issue 1)
    Issue 2: Doing a Save-As of an open project provokes a crash - immediately if I use the keyboard shortcut, delayed if I use the menu. Yet it has worked a single time.
    Issue 3: After finalising the project, I decided to do a final edit on the chapter title text colour. Impossible to consolidate that to disk: if I save a project changed in this manner, it will no longer open correctly. iDVD will complain about missing theme elements, and force the default theme on me.
    I tried rebooting, but that didn't resolve issues 2 & 3 (didn't check issue 1 but that one seems a true bug or omission).
    Any ideas? A quick peek on here didn't serve any similar stories, so am I the only one experiencing this?

  • Setting the order of my mov.s in idvd?

    editing in the latest final cuts express/ exporting fce sequence to mov.s/ dragging mov.s (currently 3) into idvd "revolution main" box/ adding chapters at 5 min. intervals/ cleaning the silly menus (noxious music, whirling things, 38 minute loop duration)/ burning.
    if i have 3 mov.s in the idvd project, idvd chooses the order not me. that's unacceptable. how does it chooses the order and why?
    i suppose there's a way to put it all in a single timeline in final cuts express, make chapter markers in fce to delineate the 3 parts of the project, the doing something with even more submenus in idvd then add the 5 minute chapter markers in there. or is there away to do that?????????????????????
    none of this is " new apple laptop WORKS RIGHT OUT OF THE BOX"!!!

    My experience is that if I drag the movies into an iDVD menu screen one by one, the “tab” order will be the order that I create the movie buttons. By “tab” order, I mean the order in which the buttons will be selected when I use the down-arrow button to go from one button to the next. I assume that's the “sequence” you are referring to.
    Last night I figured out how to change the tab order, albeit in a simple case. I had used an old project as a template for a new one. The old project had three movie buttons on the main menu, and a fourth “?” button that opened a submenu containing some “about” text with no buttons. The tab order was
    Movie1->Movie2->Movie3->?
    I saved as a new project, deleted the existing 3 Movie buttons, and dragged in a single new MovieX. The menu looked fine, with the MovieX button centered in the menu, and the ? button in the lower right corner. But when I ran the DVD simulator, I saw that the tab order was
    ?->MovieX, so that when the DVD menu first appeared, the ? button was selected by default -- not what I wanted.
    I figure I could have just deleted the ? item and recreated it from scratch. I suspect that would have corrected the tab order problem, since the new version would be the last button created. But I was too lazy to retype the About text.
    I went into the Map window (horizontal layout), and I noticed that the order in which the movie and About submenu appeared, to the right of the main menu item, reflected the tab order - the About submenu was above the movie. Looking at the original project showed that its 3 movie items were above its About submenu.
    I tried just dragging the movie to another position -- that didn't work. Here's what did work -- I selected the About submenu, right-clicked it and selected Cut from the popup. The About submenu disappeared, and the movie moved up into its position. Then I selected the main menu item, right-clicked it, and selected Paste from the popup. The About submenu then reappeared to the right of the main menu, but now BELOW the movie.
    Sure enough, when I went back to the DVD simulation, the MovieX button was selected as the default at startup. The final physical DVD also worked as intended.

  • IPhoto 6 Colour Problems

    Having just upgraded to iPhoto 6, my iPhoto library thumbnail colours have all become v. high chroma and lurid. All photos look fine in Preview and Quicktime players, but not in iPhoto, which makes them impossible to edit correctly, as the colours do not come good in edit mode. My last import was exactly the same, but on responding to a "Rebuild thumbnail caches?" most (but not all) of the new thumbnails became normal, and ALL pictures looked normal in edit mode. Success! Oh no. On importing the pictures to iDVD to make a slideshow, most (but not all) of the slides are wan, pale, low chroma and frankly useless. The ones that do look OK are the ones that still have a high chroma thumbnail in iPhoto library. The import was from a shop CD with Colour Sync Profile ON. I did a comparative import with it switched off, with no change. My question is:- How can I adjust iPhoto so that images look "normal", as they do in Preview and Quicktime, and resumably iDVD too, so that what I see, I get. I am convinced that it is an iPhoto 6 issue, as it was fine before upgrading. Good as it is for editing, at the moment it is totally useless, as there is no way you can second guess such a massive colour shift so that it comes out ok on DVD. Probably some simple setting in preferences, but nothing has worked so far. As far as I can ascertain, all my settings are correct. Can this effect be reversed without re-importing the whole library (I have backed it up in DVD).....Please help me!

    The page for the 7.0.1 reinstaller is to remove 7.0.3 and then install 7.0.1 but should work with the current version. If it won't it should tell you so. Also there's a new QT update out today, 7.1.1. Here's what it says on the download page:
    "QuickTime 7.1.1 addresses an issue with 3rd party start-up items on Intel Macs. This release also fixes an issue exporting to Keynote presentations to iDVD. Also delivers numerous bug fixes, support for iLife06, and H.264 performance improvements. This update is highly recommended for all QuickTime 7 users. "
    That might help.

  • VHS Captured With DV Converter Judders In Compressor/DVDSP, OK In iDVD.

    This is more a statement than a question.
    Some people will be familiar with my inability to produce judder-free DVDs from HDV or AIC footage burned in iDVD ........ which I have previously described +ad nauseam.+
    Well here's something entirely different!
    Yesterday I copied an old, very poor quality VHS tape to DV via my DAC 100 converter.
    Apart from the lousy colour and pictorial quality, the video played OK in the timeline so I exported it to Compressor and burned in DVDSP.
    The DVD exhibited the same kind of judder I get when I try to encode HDV in QT Movie and iDVD.
    I wasted another DVD getting the same result, so in desperation I exported my project to QT Movie and burned it in iDVD.
    The results - PERFECT - at least as far as image steadiness was concerned!

    iDVD 7.0.1 and Compressor 3.0.3
    I was hoping this would crack the old problem, but no.
    I used a 40 second sequence with the camera panning very slowly across a street of houses with strong contrasty vertical and horizontal lines formed by windows, doors, drainpipes and rooflines etc. in the first half and a person walking across the frame etc. slowly in the second half. The 6' walker was a fair distance away only filling about 45% of the height of the frame.
    4 test QT Movies were exported and burned in iDVD on one DVD. These were the straight video and then 3 versions with the Shift Filter in the +1, None and -1 settings.
    They all looked the same, with jitter not so much on the vertical lines as the horizontal ones, which was a little surprising. The person walking across the frame definitely exhibited jitter.
    All these problems disappear when encoded in Compressor or down-converted to DV by the camera during capture and burned in iDVD.
    Still, it was worth a try.
    I'm wondering whether it is possible to hack into iDVD and maybe alter field etc. settings in there!
    There has to be some simple reason why there is a dramatic difference between Compressor/DVDSP and iDVD and it's nothing to do with quality or power or cost.
    Incidentally a friend of mine went on a world tour, using an identical HV20 and rough-editing on her MBP as she went. The resulting rough edits were burned in iDVD and the DVDs sent back to her family. These DVDs apparently were jittery but the family didn't mind!

  • How can I control the order of iDVD menu items using the Arrow keys?

    I have a submenu screen containing 10 selectable buttons plus the Return Arrow button.  I have ordered all the slideshows in the correct order in the DVD map.  However, when I run the program, the arrow keys jump the selection focus in an apparently random sequence.  How can I control the order of the selection focus?
    I'm using iDVD v 7.1.2
    TIA.
    Ron

    Hi
    There is one thing You might miss in iDVD - So do I - the ability to re-arrange in the DVD map (block diagram)
    The order things will be pplayed or addrssed is same as the order each item is introduced into iDVD.
    To my knowledge ther is no way around this.
    Yours Bengt W

  • 2 Out Of 9 Short FCE Videos Mysteriously Stretched In iDVD.

    I posted this in the iDVD forum yesterday but have received no response and it now appears it could equally be an FCE problem.
    Yesterday I made 9 short slideshow videos in Final Cut Express, exported them as QuickTime Movies (NOT self-contained) and dragged them into a 4:3 PAL iDVD project. (The pictures were hi-res JPEG scans of 35mm slides so have an aspect ratio of 3:2 and appear letterboxed in the 4:3 sequences in FCE).
    On playing the project in iDVD, 2 of the 9 videos were stretched and had the statement "Widescreen Preview" in green.
    Yet all the videos were created identically.
    Thinking it was maybe an FCE problem I checked all the project/sequence data in FCE and it was all OK. They also played back normally in both FCE and QT Player.
    Can anyone suggest how this has happened?
    This morning I trashed both FCE’s and iDVD’s preferences to no avail.
    I have also re-exported the videos as self-contained QT Movies but still no luck.
    One other, more sinister “problem”, is that last night I let the cursor hover over the iDVD playback button and the iDVD monitor suddenly started giving a fantastic display of brightly coloured geometrical shapes ...... mostly triangles, I think.
    Then when I switched back to FCE there was a strange interface break-up just under and around the cursor looking like lots of small black squares or mosaics. I switched both apps off immediately and went to bed!
    A failing video card?
    So far this morning, after trashing preferences, repairing permissions and disconnecting the power cable for several minutes, both programs appear to be OK, but I am expecting the worst!

    Hi Ian, try looking over these two threads:
    The short and seemingly useful one:
    http://discussions.apple.com/thread.jspa?messageID=8995428
    The long and somewhat unhelpful one:
    http://discussions.apple.com/thread.jspa?threadID=1475310&start=0&tstart=0
    The key in the first one seems to be re-saving the movie as a self-contained movie using QT Pro. I wonder if the same thing would work if you exported as a self-contained QT movie from FCE?
    The second one toys around with the AIFF audio being the problem, and suggests a workaround using a program called Inverse-Anamorphicizer. I'm not sure if I believe the conclusion about the audio these people came up with...
    You might try the QT Pro approach first and see if that fixes it, especially because the second thread is quite long.
    Also, take a look over this MacFixIt link:
    http://www.macfixit.com/article.php?story=20080612095355771
    Apparently you are not the only one with this problem!
    Message was edited by: skalicki`

  • How do you create subfolder in IDVD?

    I want to create a folder in iDVD so when I click over on a folder other subfolders can be seen. Ex. Folder "Months" click over this and now below appears:
    months
    Jan
    Feb
    power mac G4   Mac OS X (10.3.2)  

    Brian,
    In iDVD 4 it's Project>Add Folder and in iDVD 6 it's Project>Add Submenu
    I don't have iDVD 5 running on a machine right now so I'm not sure what it's called in iDVD 5.
    F Shippey

Maybe you are looking for

  • How do i find the email address that my redemption code is attached to?

    Hello My name is Yakira and I'm a fashion design student. My school sent out emails that had links for students to follow in order to download a free copy of Adobe Suite.  I followed the instructions and Creative Cloud only allows me to use TRIAL ver

  • Validation of G/L account during ME51n

    Dear Sir, Using Me51n , We are creating PR having Item-Category as "D" and we need to validate the G/L code before saving of PR to ensure that correct G/L is mentioned . To perform the desired validation , I request the forum members to guide me abou

  • Oracle JDBC Jar Error in DtSQL

    I installed Oracle in Windows and used a DB Tools ( DtSQL ) connect Oracle. It receives error. I checked the error message, it failed when it call the driver to connect the db and does nothing with DtSQL. Do you guys ever test Oracle JDBC jar file li

  • Is it possible to manage 3 units of measure (not just 2) using IS CWM

    Our customer requirement is to handle the stock in 3 different units of measure. We have read that with the EHP7 CWM (Catch Weight Management) this is possible but we are not sure if it's possible with  3 units of measure. If not any other alternativ

  • Can't open AperatureTrial3.1.dmg from app store('not recognized') on iMac 10.6.7

    I don't loaded the AperatureTrial3.1.dmg from app store and when I click on it in the download folder I get this error message: Anyone have any idea of what to do now? Thank you, Andy