Error Message: Motion menus exceed maximum duration

Our iDVD has one Main Menu with Nine Submenu's. We used the Reflections Theme. All these have motion menus, for consistency. Each is set at a loop duration for audio of no more than 45 seconds. [10X45=450 secs or 7:30 mins]. The menu screeen allows for 8 image drop zones. We put a photo in each zone, and they scroll by repeatedly behind the menu titles/text.
[Each of the Nine Submenus contains one slideshow and one sub-submenu. These sub-submenus are not motion menus.]
When we go to burn the disc, we get the error message above. Our duration on the Best Performance setting is 29:53 mins vs. the allowed 7:30 mins.
Questions: Why does Project Info show motion menu duration at 29:53? Is there a way to reduce that by, for example, limiting the number of times the pictures loop behind the text in that theme? Or, should we be using Best Quality rather than Best Performance? (Note: the images are more important than the sound in this DVD.)
Mac OSX   Mac OS X (10.4.8)  
Mac OSX   Mac OS X (10.4.8)  
Mac HD   Mac OS X (10.4.8)  

We couldn't figure out how to turn the motion off on the submenus. How did you do it?
Unfortunately, I've deleted that project, but... You should be about to click on the Menus button and move the top slider (Loop Duration) all the way to the left. I think that does it. I also had to eliminate music too. I don't think clicking on the Motion button on the main window does it.

Similar Messages

  • HT1338 Hi, Is there a way to increase the maximum size of a download? I'm trying to download Adobe premiere pro (1GB) and I'm getting an error message that says my maximum download is 10 MG

    Hi, Is there a way to increase the maximum size of a download? I'm trying to download Adobe premiere pro (1GB) and I'm getting an error message that says my maximum download is 10 MG

    That's between you and your internet service provider.  By the way, you posted to the 10.3 forum.  10.3 can't run on your MacBook Pro. Don't forget the following facts:
    b= bit
    B = Byte
    8 bits in a byte
    A typical DSL connection has 1 Mbps speed or 128 kBps speed.
    At that speed
    1 minute gives you 7.5 MB
    10 minutes gives you 75 MB
    100 minutes gives you 750 MB
    A typical cable connection can be 5 times faster although some are 30 times faster.
    A typical fiber connection is 15 times faster and some are 50 times faster.
    Ask what your speed is rated at.

  • Ctxload error DRG-11530: token exceeds maximum length

    I downloaded the 11g examples (formerly the companion cd) with the supplied knowledge base (thesauri), unzipped it, installed it, and confirmed that the droldUS.dat file is there. Then I tried to use ctxload to create a default thesaurus, using that file, as per the online documentation. It creates the default thesaurus, but does not load the data, due to the error "DRG-11530: token exceeds maximum length". Apparently one of the terms is too long. But what can I use to edit the file? I tried notepad, but it was too big. I tried wordpad, but it was unreadable. I was able to create a default thesaurus using the much smaller sample thesaurus dr0thsus.txt, so I confirmed that there is nothing wrong with the syntax or privileges. Please see the copy of the run below. Is there a way to edit the droldUS.dat file or a workaround or am I not loading it correctly? Does the .dat file need to be loaded differently than the .txt file?
    CTXSYS@orcl_11g> select banner from v$version
      2  /
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> host ctxload -thes -user ctxsys/ctxsys@orcl -name default -file
    C:\app\Barbara\product\11.1.0\db_1\ctx\data\enlx\droldUS.dat
    Connecting...
    Creating thesaurus default...
    Thesaurus default created...
    Processing...
    DRG-11530: token exceeds maximum length
    Disconnected
    CTXSYS@orcl_11g> connect ctxsys/ctxsys@orcl
    Connected.
    CTXSYS@orcl_11g>
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             1
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> exec ctx_thes.drop_thesaurus ('default')
    PL/SQL procedure successfully completed.
    CTXSYS@orcl_11g> host ctxload -thes -user ctxsys/ctxsys@orcl -name default -file
    C:\app\Barbara\product\11.1.0\db_1\ctx\sample\thes\dr0thsus.txt
    Connecting...
    Creating thesaurus default...
    Thesaurus default created...
    Processing...
    1000 lines processed
    2000 lines processed
    3000 lines processed
    4000 lines processed
    5000 lines processed
    6000 lines processed
    7000 lines processed
    8000 lines processed
    9000 lines processed
    10000 lines processed
    11000 lines processed
    12000 lines processed
    13000 lines processed
    14000 lines processed
    15000 lines processed
    16000 lines processed
    17000 lines processed
    18000 lines processed
    19000 lines processed
    20000 lines processed
    21000 lines processed
    21760 lines processed successfully
    Beginning insert...21760 lines inserted successfully
    Disconnected
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             1
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
          9582
    CTXSYS@orcl_11g>

    Hi Roger,
    Thanks for the response. You are correct. I was confusing the terms thesaurus and knowledge base, which sometimes seem to be used interchangeably or synonymously, but are actually two different things. I read over the various sections of the documentation regarding the supplied knowledge base and supplied thesaurus more carefully and believe I understand now. Apparently, the dr0thsus.txt file that I did ultimately load using ctxload to create a default thesaurus is the supplied thesaurus that is intended to be used to create the default English thesaurus, which supports ctx_thes syn and such. The other droldUS.dat file that I mistakenly tried to load using ctxload is the supplied compiled knowledge base that supports ctx_doc themes and gist and such. In the past I have used ctx_thes.create_thesaurus to create a thesaurus, but using ctxload can also load a thesaurus from a text file with the data in a specified format. Once a thesaurus is loaded using ctxload, it can then be compiled using ctxkbtc to add it to the existing compiled knowledge base. So, the knowledge base is sort of a compilation of thesauri, which is what led to my confusion in terminology. I think I have it all straight in my mind now and hopefully this will help anybody else who searches for the same problem and finds this.
    Thanks,
    Barbara

  • Error message--Outlook Calendar-exceeding iCloud limits

    I am on Windows 7 and Outlook 2010. I synk with my iPhone with iCloud. As I try to save new events in Outlook (desktop) I get an error message: "could not save item. Exceeding iCloud limits" I checked my desktop iCloud and I am using a fraction of the 5GB. Anyone else has this problem?

    I have the same issue
    WIndows 7, Outlook 2010, all the latest win updates loaded. including apple and microsoft OS/apps.
    I use iCloud with iPhone IPad, Macbook Air w/Outlook 2011 Mac and PC with the above config.
    I also tried Google Apps, but that doesnt seemt to work well for calendar & contacts, email no problem
    The exchange server worked great, but looking to move off that service, but keep the ability to use outlook.
    Working with the apple team, they suggested moving to iCloud. 
    "Exceeding iCloud Limits!" - which doesn't seem to be clear what they mean for two caledar items added in outlook PC.

  • Error : Summary String length exceeds maximum

    I just got an error while trying to Update a User on my IDM instance.
    com.waveset.util.InternalError  :  Summary String length (3003) exceeds maximum (2048)
    I already checked this forum for similar issues, and I found a couple of threads. However, for some reason, I was unable to VIEW those threads (something about not having the rights/access to read those threads)
    So, I am posting my issue here.
    Any help will be greatly appreciated

    Roman,
    if you are using NETBEANS, this is what you do :
    (a) right-click on the name of your instance (in the Projects Tab)
    (b) select IDM
    (c) then select "Download Objects"
    (d) From the list that appears, choose "Common Configuration Object Types"
    (e) Next, choose "*Repository Configuration"*
    Somewhere in this file, there is a clause which states : *"Maximum Summary = '2048'*
    Change this value to something higher (but, *NOT* too high !)
    This should solve your problem

  • Error message your project exceeds the max content duration to burn dvdchange encoder setting

    How do I change the encoder settings to burn this movie from iTunes it's only 1 movie 1:23 long

    iDVD encoding settings:
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/11417.html
    Short version:
    Best Performance is for videos of up to 60 minutes
    Best Quality is for videos of up to 120 minutes
    Professional Quality is also for up to 120 minutes but even higher quality (and takes much longer)
    That was for single-layer DVDs. Double these numbers for dual-layer DVDs.
    Professional Quality: The Professional Quality option uses advanced two-pass technology to encode your video (The first pass determines which parts of the movie can be given greater compresson without quality loss and which parts can’t.  The second pass then encodes those different parts accordingly) , resulting in the best quality of video possible on your burned DVD. You can select this option regardless of your project’s duration (up to 2 hours of video for a single-layer disc and 4 hours for a double-layer disc). Because Professional Quality encoding is time-consuming (requiring about twice as much time to encode a project as the High Quality option, for example) choose it only if you are not concerned about the time taken.
    In both cases the maximum length includes titles, transitions and effects etc. Allow about 15 minutes for these.
    You can use the amount of video in your project as a rough determination of which method to choose. If your project has an hour or less of video (for a single-layer disc), choose Best Performance. If it has between 1 and 2 hours of video (for a single-layer disc), choose High Quality. If you want the best possible encoding quality for projects that are up to 2 hours (for a single-layer disc), choose Professional Quality. This option takes about twice as long as the High Quality option, so select it only if time is not an issue for you.
    Use the Capacity meter in the Project Info window (choose Project > Project Info) to determine how many minutes of video your project contains.
    NOTE: With the Best Performance setting, you can turn background encoding off by choosing Advanced > “Encode in Background.” The checkmark is removed to show it’s no longer selected. Turning off background encoding can help performance if your system seems sluggish.
    And whilst checking these settings in iDVD Preferences, make sure that the settings for NTSC/PAL and DV/DV Widescreen are also what you want.
    http://support.apple.com/kb/HT1502?viewlocale=en_US

  • "Content generation error. The article exceeds maximum file size limit"

    We are building a single edition app for our univesity's literary and arts magazine and have no problem previewing it through the adobe viewer app, but when we try to create a folio so we can begin the App Store process, we keep getting this pesky error. It refuses to export a folio.
    The links folder associated with the indesign file totals 474mb.
    The folder containing all the Indesign files associated with the app is 537mb.
    So how are we exceeding the 1gb file size?
    Details:
    115 pages within a single article (we converted from the print edition, rather than placing each piece into an article of toys own. Is that a problem?).
    All images (about 50) are png files of under 1mb and the videos have been exported to mp4 (total 370mb of video--do we need to switch to streaming?)
    Every page has a button linking back to the home screen. And at least one, and sometimes two, MSOs (to full-screen an image or to pop up the author's bio.
    3 mp3 audio pieces are insignificant in size.
    We removed extraneous states from the MSOs.
    Our PNG files are sized to a maximum width of 2048px.
    The .indd file itself is 58mb
    No HTML overlays, but we do have 5 or 6 hyperlinks that launch the browser.
    Any guesses why we are unable to generate a folio with this article?
    Is there a way to audit our project to see what the problem is?
    We've scoured these forums and applied the advice that seemed pertinent , so your patience and recommendations would be a great help.

    Thanks to both of you for your replies.
    We watched Adobe's tutorial videos and read the guides on Adobe's site before starting our project (a first app for our lit-mag), and never found the kind of overview that would have made the built-in functionality of the Folio system evident. Are there beginner videos you recommend we screen for the editorial board next year? It has been a great learning process for us this summer, but one involving many errors along the way.
    It seems like it won't be difficult to break up the journal into "articles," but in order to make the TOC work correctly it really is a one piece to a page thing (none of our pieces extends beyond one screen because we used scrollable overlays). Do you think we'll run into trouble with 100+ articles in our folio?
    Thanks again for taking the time to respond!
    --Clamor

  • Content Exceeds Maximum Duration

    Well, admittedly, I've made a really long movie in iMovie. It's over 4 hours, which I am gathering exceeds the limit of a double layer disc set to Professional Quality. I was expecting to be able to save it as a Disc Image or a Video TS folder anyways. My solutions were 1 of the following:
    -- save a VideoTS folder and use a video compressor like DVDtoOne to get the file size down.
    -- Everyone I made the movie for has a Mac and could just save the file on their computers, if I could export something that is watchable. I'd basically just be using iDVD for the theme.
    -- Cut the movie in halves in iMovie...but there are soooo many transitions, I don't want to redo half of it.
    Any ideas? Did I just inadvertently dig myself into a hole?
    Thanks!

    Hi
    As I see it there are only five possibly sloutions (anyone more ? )
    • Cut Your movie into 2. By first exporting out as a full quality QuickTime .mov
    re-import into new project, then cut this in halfs should keep transitions etc. in place
    • Edit it down to under 4 hour and use a very simple menu and no menu-animation.
    • Save it as a DiskImage - then copy this on a Mac OS Extended hard disk and distribute this image as is. (USB memorysticks - I don't think it'll work)
    • From the DiskImage - Copy with a program Roxio Toast™ and set "Fit on one Disk"
    (With a quality loss)
    • Or do it from scratch in Roxio Toast™ (not via iDVD) - This can also squees in more. (Still to a quality loss)
    Yours Bengt W

  • Error message - image exceeds size save for web was designed for

    When I try to Save to Web in Illustrator CS3, I get the following error message: "the image exceeds the size save for web was designed for". Even when I click that I want to go ahead and save it, it sends another error that reads "could not complete this operation. the rasterized image exceeded the maximum bounds for Save for Web".
    Earlier in the day yesterday, I saved for web with no issue. NOw, it doesn't matter how small my design is, it is giving this error.
    Please advise.

    > So in CS3 Save for Web grabs the Artboard, neither the artwork nor the Crop Area/Marks area?
    Creating a new document using "Basic RGB Document" and then "Save for Web & Devices" crops either to the artboard or to the artwork as selected from the "image size" tab in the save-for-web window.
    If your artwork extends beyond the artboard, selecting "clip to artboard" will obviously eliminate everything outside the artboard. Unchecking it will crop the image to the artwork in the file (and thankfully not any artwork that is hidden).
    If you make crop marks in the file, you can choose to either clip to the artboard or not. Not will clip to the crop marks, acting as kind of a secondary artboard.
    ETA:
    You can choose which type of on-screen file type you want your output to be. From GIF, JPG, PNG-8, PNG-24, SWF, SVG, and WBMP. And whether or not you want transparency in those formats that support it.

  • Column name length exceeds maximum allowed

    Hello,
    I get this error when am trying to create a table. ERROR: Column name length exceeds maximum allowed length(30).
    Is it able to extend this length to be more than 30 ? By the way I am using Oracle 11g
    Regards,
    Moussa El Tayeb
    about.me/MoussaEltayeb

    Hello,
    also Oracle has some limits. For more Information see the logical limits
    http://docs.oracle.com/cd/E14072_01/server.112/e10820/limits.htm
    regards
    Peter

  • Error message in db02

    Hi,
    We have migrated our test system from windows(ms sql) to linux(maxdb).
    All our products data was there there were no issues with that system.
    when i try to execute TX DB02 i get the following error message saying
    Name and Server : DE5 - sgtr-s-devde5
    DBMRFC Function : DBM_EXECUTE
    Command : dbm_version
    Error : DBM Error
    Return Code : -16
    Error Message : command timeout exceeded
    The instance is not accessible for MaxDB CCMS.
    The instance might not be correctly integrated.
    Check the integration in transaction DB59.
    You shoudl also perform the connection test there.
    can any one please help me in solving this issue so that i can view the table spaces.
    Thanks!
    Vardhan.

    Hi Sahil,
    I have checked the permissions of both the folders every thing is fine
    here i paste the log file of knlmsg
      </MSG>
    </MSGL>
    <MSGL _NO="883824" _PROCESS="25864" _THREAD="0x6597" _TASK="157" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="12929" _COMP="MsgOutput" _TEXT="Task T157 started">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="TASKING "
        />
      </MSG>
    </MSGL>
    <MSGL _NO="883825" _PROCESS="25864" _THREAD="0x6597" _TASK="157" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="11007" _COMP="MsgOutput" _TEXT="wait for connection T157">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="COMMUNIC"
        />
      </MSG>
    </MSGL>
    <MSGL _NO="883826" _PROCESS="25864" _THREAD="0x654B" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="11561" _COMP="MsgOutput" _TEXT="Connecting T157 sgtr-s-devde5.highradius.com 30427">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="COMMUNIC"
        />
      </MSG>
    </MSGL>
    <MSGL _NO="883827" _PROCESS="25864" _THREAD="0x6597" _TASK="157" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="11561" _COMP="MsgOutput" _TEXT="Connected  T157 sgtr-s-devde5.highradius.com 30427">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="COMMUNIC"
        />
      </MSG>
    </MSGL>
    <MSGL _NO="883828" _PROCESS="25864" _THREAD="0x6597" _TASK="157" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="11560" _COMP="MsgOutput" _TEXT="Releasing  T157">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="COMMUNIC"
        />
      </MSG>
    </MSGL>
    <MSGL _NO="883829" _PROCESS="25864" _THREAD="0x6597" _TASK="157" _TIME="2011-07-18 06:56:27.000">
      <MSG _NO="1" _ID="12827" _COMP="MsgOutput" _TEXT="wait for connection T157">
       <MSG_ARGS
         FILE="MsgOutputKnlDiag.cpp"
        _LINE="407"
        _TIME="2011-07-18 06:56:27.000"
         _LABEL="COMMUNIC"
        />
      </MSG>
    </MSGL>
    Thanks!
    Vardhan.

  • AI CS error message

    Just launched my AI CS6 for the first time.  I get the following error message "Unable to set maximum number of files to be opened"  Tried a un-install and a re-install.  No luck.  Same message.  All other CS6 apps are working.  Suggestions?

    Moved from the Creative Cloud to the Illustrator forum. They will be able to help you here.

  • When i go to burn a dvd, it gives an error message "menu duration exceeds 15 minutes." how can i fix this??

    When I go to burn a dvd, imovie displays an error message, "menu duration exceeds 15 minutes.  How do I fix?

    You may have too many chapters (scene selections), or perhaps one or more of the menus are looping for too long. Each menu in its standard form generally runs for no more than 30 seconds before repeating. In any of the menus have you inserted your own music that runs for a much longer duration? If so, using the Inspector, reduce the music time to 30 seconds (there is a slider you can adjust).
    Regarding chapters - how many do you have in the project? You may need to delete some markers in your iMovie project. In most of the iDVD themes each scene selection page allows up to 6 scenes. So, for example, if you have 50 scenes marked, the theme would require 9 scene selection pages. I really don't know what the maximum is, but clearly you've run over the 15 minute limit for the iDVD menus. It may be a combination of too many chapters and music looping for too long on one or more of the menus.
    John

  • Error message "Maximum number of drilldown characteristics exceeded"

    Hello,
    an user created a Web report. In the navigation block there are nearly 100 selection fields. If you make either "drilldown in the rows" or "drilldown in the columns" you recieve after 50 drilldowns the error message "Maximum number of drilldown characteristics exceeded" and it is not possible to proceed further. Does anybody has got an idea what this can be?
    Thanks!
    Regards,
    Christian

    Hi Check SAP Note No -
    Note 144478 - BEx: Termination/Message at 10th/20th drilldown characterstc
    1. Terminations occur when you drill down a large number of characteristics at the same time during interactive navigation in the Business Explorer Analyzer (Excel).
    2. In the global query definition, the system displays message 'Termination: the maximum number (10/20) of drilldown characteristics is exceeded' if the total of the characteristics and structures you are using exceeds
                  - 10 objects in Release 1.2B
                  - 20 objects in Release 2.0A/2.0B/2. 1C
                  during the definition of a query.
    Hope it helps
    regards
    Vikash

  • Customize Error Message: Exceeded configured maximum number of...

    I realize the "Exceeded Configured Maximum..." error message results from a certain threshold being passed. But would anyone know where I would start to customize that message to add some more user-friendly information, such as "Use more specific criteria to filter the results".
    I assume it is housed in java file but didn't know if any one has tried to customzie this message?
    Thanks.

    Just in case try to set other views and see how it works
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHEB
    In WebLogic FMW Control or EM:
    http://server.domain:7001/em
    Click on Fam_bifoundation_domain -> Business Intelligence -> coreapplications -> Capacity Management -> Performance
    Maximum Number of Rows Processed when Rendering a Table View
    Number Of Rows:
    Maximum Number of Rows to Download
    Number Of Rows

Maybe you are looking for