Timeline size too large?

I exported a 3:17:00 Mpeg-2 DVD project from Premiere.  Right clicking and properties in Windows reveals the total size to be: 7.83GB
Within Encore CS6 I have transcode set to Don't Transcode. 
The project tab reports the size to be 7.3GB for video and 450.9mb for Audio.
The timeline size however reports 8.65GB
I am looking to burn this onto a DVD-9 and would like not to have to re-epxort this at a lower bitrate. 
I only have 4 pages of menus and nothing extra sitting in the project.
Any ideas?

In addition to John's point, Encore confuses size regarding bytes and GB. And remember, DVD-9 is not 8.5GB it is only 7.95 gigabytes.
See post 7 here:
http://forums.adobe.com/message/4838089#4838089

Similar Messages

  • What can I do for "File size too large"?

    Spent 9 hrs creating a slideshow that I saved.  Closed PSE 11 and reopened and can no longer find the slideshow.  When I select Find, Media type, Project, nothing appears, but there is a gray box in my grid that says "File size too large".  Is this my slideshow and if so how can I recover it?  I am sick as this was a large time investment for my daughter's wedding which is very soon!  Please help if you can.

    I don't know anything about slide shows but if a picture is too large this is just a warning message, if I click a pic with this message it does show up. Have you tried clicking the thumbnail?

  • Individual cache size too large: maximum is 10TB

    Hi All,
    When application is trying to open environment the following error occur:
    individual cache size too large: maximum is 10TB
    All BDB parameters are default. Environment created with the following flags: DB_CREATE | DB_INIT_TXN | DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_MPOOL | DB_THREAD | DB_REGISTER | DB_RECOVER;
    BDB version 4.8.24. OS Debian Linux 2.6.26-2-amd64
    What can cause this error?
    Modification of cache size in DB_CONFIG does not help.
    Thanks
    Edited by: user3578137 on Dec 17, 2009 7:54 AM

    No, cache parameters are not set, they are default. So it is strange.
    Here is the code:
    env_flags = DB_CREATE | DB_INIT_TXN | DB_INIT_LOCK | DB_INIT_LOG |
    DB_INIT_MPOOL | DB_THREAD | DB_REGISTER | DB_RECOVER;
    rc = db_env_create(&dbenv, 0);
    rc = dbenv->set_lk_detect(dbenv, DB_LOCK_MINWRITE);
    dbenv->set_event_notify(dbenv, db_event_callback);
    rc = dbenv->open(dbenv, work_dir, env_flags, 0);
    error checks are omitted.
    It works fine on machine with Fedora x64 and 1GB RAM, and error occurs on Debian x64 4GB RAM

  • -Xss: Stack size too large

    There is a requirement of high stack size in the application but when I try to set the stack size > 128m , I get the below error
    [ERROR] Argument error: -Xss130m
    [ERROR] -Xss: Stack size too large
    Could not create the Java virtual machine.
    Is there a upper limit of 128m on stack size. The Jrockit version is 64 bit.
    Please help

    Hi,
    Are you running OS in 32 bit or 64 bit.
    eg:
    O/S 32-bit Default 64-bit Default
    Windows 64 kB 320 kB
    Linux 128 kB 1 mB
    Please check your stack size you mentioned it is 128m please change to KB it will work.
    Regards,
    Kal

  • Help! VerifyError: stack size too large??

    I seem to have a class file with which the class file verifier has a complaint:
    D:\test\out>java Probe
    Exception in thread "main" java.lang.VerifyError: (class: Probe, method: main signature: ([Ljava/lang/String;)V) Stack size too large
    Can anybody point me towards documentation about what the algorithm is or should be to calculate the correct stack size. Or documentation on the message?
    I assume the meaning of the message is that the operand stack size is larger than used by the code for the static method main.  However, I haven't a clue as to the algorithm I should verify the size against. 
    Thanks for any help suggestions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for the suggestion. I am running a modified Class file and have read the jvm spec. I was hoping somebody would have a suggestion as to what the error message actually means...
    For example does this mean that the declared size of the operand stack is greater than that required by the code? Or perhaps that the declared size is too large for the code?
    The actual method is quite small (on the order of 500 instructions).
    I know that the jvm has a requirment that the operand stack have the same size along all control paths (loops, gotos, etc) to a specific instruction. I don't know what error the verifyer would give if this was the problem.
    Is there any documentation anywhere the verifier's error messages?
    Thanks for any help you can give.

  • MP3 file size too large ?

    Hi all,
    I purchased the C3 to replace my older 6300 a couple of days ago.
    It seems that my C3 problem discussed in another topic is almost similar.
    I placed a 1Gb memory card and works just fine. I can approach and play all MP3 files on it.
    But the option to use an MP3 as a ringtone is greyed out.
    Tried to get it to work through personalizing profiles gives me the error message : file size too large ! Everty time and no matter which MP3 I choose. The file size is 4.3 Mb.
    I tried editing the file, downsizing it to 770 Kb, but same error message occurs : too large.
    Any other suggestions before I decide to bring this phone back ?
    Solved!
    Go to Solution.

    updates vary by region and product code and if your handset is branded you may have to wait a bit longer as the network has to aproove the update
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • PDF file size too large

    Hi,
    I have a report (6i and 9Ids) which contains an image (stored as a blob in the database (8i)). The size of the image in the database (and as a file) is just 750k. The image is sized to fit on to the A4 report page. If I set the desformat of this report to PDF the resulting PDF output file is 10mb in size. I need to make this report available over the web so this is too large. Has anyone got any ideas as to reducing the output file size?
    I have tried the pdfcomp report parameter with no joy.
    Cheers
    Andy

    Hi Andy,
    The image you are using might be a JPEG image. In 6i and 9i, while generating the PDF file, Oracle Reports always converts the image to GIF and embed it. This image type conversion increases the file size of the outputimage and hence PDF file size increases. This is fixed in Oracle Reports 10g.
    In Oracle Reports 10g, you can select the outputimageformat based on your need, using either:
    1. commandline: OUTPUTIMAGEFORMAT
    (or)
    2. environment variable: REPORTS_OUTPUTIMAGEFORMAT
    If your image in the database is a JPEG image, set the outputimageformat to JPEG. Hence, there will not be any image type conversion and the PDF file will be very small.
    Please refer to the Publishing Reports manual to know more about the usage of these commandline/environment variable.
    Links:
    http://download-west.oracle.com/docs/cd/B10464_01/bi.904/b10314/pbr_cla.htm#644163
    http://download-west.oracle.com/docs/cd/B10464_01/bi.904/b10314/pbr_rfap.htm#644448
    Thanks,
    Regards,
    Siva B

  • Target File Size Too Large?

    Hello,
    We have an interface, that takes a Source File-> Transforms it in the Staging Area ->and outputs a Target File.
    The problem is the target file is way too large than what it is supposed to be.
    We do have the 'Truncate Option' turned ON, so its not duplicate records..
    We think its the Physical and Logical Lengths that are defined for the Target files.
    We think the logical length is way too large causing substantial 'spaces' between the data columns thereby increasing the file size.
    We initially had the Logical Length for the data columns as 12 and we got the following error:
    Arithmetic Overflow error converting numeric to data type numeric.
    When we increased the Logical Length from 12 to 20 the interface executed fine without errors. But now the target file size is just way too large 1:5
    Any suggestions to prevent these additional spaces in the target columns??
    Appreciate your inputs!
    Thanks

    Since 'File-system' does not have a property 'column length', ODI will automatically set a standard 'column length' according to the datatype of the column. In your case, as both your source and target is File, check the max length of each column in your source ( Ex: if your file is huge then open the file in excel and verify the lengths) and set the same 'Logical length' for your target file datastore.
    drop the temporary tables (set the 'delete temp objects' option to 'true' in the KMs) and re-run the Interface. hope this helps.
    Thanks,
    Parasuram.

  • .War file size too large on Sun One WebServer 6.1

    We are using Sun One Web Server 6.1. I am trying to deploy a .war file thru the admin interface, and it fails due to the .war file being too large (over 10 megs). I am new to this server and have been looking around to see if there is a config setting somewhere I can modify, but I can't find anything.
    Can anyone tell me if I can change the max size, and if so where?
    Thanks very much.

    Try this:
    Go to $SERVER_ROOT/bin/https/webapps/admin-app/WEB-INF/web.xml file and make a backup copy. Edit this file and in the servlet webappdeploy, insert an init param named maxUploadSize with a value in bytes specifying the maximum upload size. Example:
    <init-param>
    <param-name>maxUploadSize</param-name>
    <param-value>20000000</param-value>
    </init-param>
    Let us know how it goes.
    Thanks
    Manish

  • Font size too large on itunes summary page . Half the words are cut off.

    How to change font size on the itunes summary page? Currently font size is too large resulting in sentences being cut off.

    Did you increase the minimum font size?
    If you increased the minimum font size then try a lower setting (default is ''none'') as a too high value can cause issues like you described.
    Tools > Options > Content : Fonts & Colors: Advanced > Minimum Font Size
    Tools > Options > Content : Fonts & Colors: Advanced > "Allow pages to choose their own fonts, instead of my selections above"

  • Dual monitors: window size too large when opens in smaller monitor.

    I use Windows 7 with two monitors. When I open Firefox directly from my desktop, it opens on the larger monitor, and the window size is just fine. But if I click a link from an email, Firefox opens in the second, smaller monitor, and the window is too large for that screen.
    Please help me figure out how to either (a) make Firefox open with a smaller window; or (b) make Firefox open on the primary, larger monitor.

    oh,  forgot to say Mavericks   10.9.5    running on the mac pro..

  • Backup size too large??

    I have been using an external drive for my TM backup for a long time.
    Recently I did a reinstall of Snow Leopard on my iMac, then the problem arises.
    TM gives the warning of too large backups and not enough disk space in my external drive.
    I have tried to erase my TM drive but the problem still exists.
    I can see from the TM preferences->option that the "Estimated backup size" is 644 GB
    and my TM external drive has 750GB empty space, but the warning msg said I need 775GB of empty space on the ext.
    How could it be?? I just have around 600GB of used space on my internal drive to backup!
    Can somebody help??

    Your backup drive is too small.
    It varies greatly, depending on how you use your Mac, but Time Machine usually needs 2-3 times the space of the data it's backing-up to keep a few months of backups for you.
    The immediate problem is, Time Machine adds about 20% to the estimated size of the backup, for workspace, as mentioned in the message.
    Short term, you can "squeeze" your backups onto that drive by temporarily excluding some large items, per #10 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum). Then remove the exclusions, and run another backup. Since the 20% will be added to a much smaller backup, it should fit.
    Longer term, you need a much larger disk, preferably 1.5 TB or larger.

  • I have installed yosemite yesterday and photoshop elements 12 doens't work anymore: it opens, I can change doc size but no more... also screen size too large

    Yesterday I have updated my mac with Yosemite since I try to work on PHOTOSHOP ELEMENTS 12 but I cannot go further than opening documents and changing size. Screen is also too large but with Yosemite no mean to adapt it with the screen menu...
    How can I recover the photoshop tools?

    Unfortunately there is no option in PSE to vhange the UI fonts (other than switching to System Font' in preferences. So traditionally changing the Windows display font size has been the only workaround, and even that can cause problems with individual menus disappearing and being replaced with a hard to spot  >> drop-down menu.
    If you have a dual-display system you could have the menus on the lower resolution screen with images on the hi-res.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Imovie file size too large

    Created 22 min. film clip (from dvd camcorder tape.) in imovies and sent to iDVD, States file too large and need to delete some of it. Looked at project & file size, states it's 14,000 minutes long or 42GB. Have I duplicated something or what. Have been unable to get handle on this to complete project.
    Have thought I might have to go back and delete bunch of clips to try resending...but want to understand whats going on. help appreciated.
    iMac   Mac OS X (10.4.8)   20" iMac 2.16Ghz intel core 2 duo, MacOS 10.4

    Hello,
    I'm pretty new to using a camcorder and importing the footage it into iMovie and iDVD. I was wondering this: does it seem normal that a four minute video in iMovie would = 836MB? I knew video took up a lot of memory but I didn't think it was quite that large. I took the video with my Sony HandyCam MiniDV (model HC-48). It was recorded in the 16:9 format, SP mode.
    Second question, I agreed to record a wedding for a friend and she would like me to take quite a lot of footage. I'm thiking I could end up having 6 hours of video on MiniDV tapes by the time I'm done (before editing). I have a limited amount of HD space left on my iMac G5 (aprox. 36GB), would you recommend importing the video in smaller sections, editing it, burning it to DVD (as a themed movie) and then repeating that method? Or would it be a much better idea to get a 250GB external hard drive and set it up to be able to give me the extra 'head room' I need for the editing and finishing process? Do you have any good recommendations for an external (FireWire) hard drive brand that works well with Macs, but is also affordable (I'm not really hoping to drop a lot more money into this project)?
    Sorry to throw so many questions at you in one post. This project has mushroomed WAY beyond what I first thought it was going to be so I'm trying to get ready for this in a hurry (wedding is two weeks away).
    Thank you for any insights you can offer.

  • .flv file size too large

    I recently purchased the Premiere Pro CS3 upgrade in order to produce flash video for our website because I was told Flash is the way to go for video delivery. We have used Real Media for a while to provide our audience with both the option to stream the video or to download it, but for several reasons I wanted to move away from that format.
    However, I have to say I am disappointed in the results I've gotten with my first .flv encoded movies. The file sizes I'm getting for decent quality video are around approx 140 MB compared with approx 75 MB for the same clip when exporting to Real Media (.rm file). That's nearly twice the file size and the quality is even a little worse than the smaller Real Media file.
    I am running Win XP and exporting finished high quality 80 minute .avi clips (yes, very long, but shortening the clips is not an option)to Adobe Media Encoder>Adobe Flash Video (I'm using the "NTSC Source to 256kpbs" preset, using the "On2 VP6" codec, with a bitrate of 200). Our priority is High Quality video but at the same time it would be nice to have a reasonable file size too. I simply don't understand why the file size is so large compared with Real Media when the quality is roughly the same. Am I doing something obviously wrong. Please help.

    It's worth playing with keyframes, possibly increasing the number between them by a substantial amount. I'm also a little surprised that a 256k preset would have a video bit rate of 200. That strikes me as a little high by the time you add in audio and try and cram it down a congested 256k line.
    Do you have the settings you're using to export the Real files? Real 10 is a great codec as far as quality/bit rate. It's just a pity it lacks in other ways.

Maybe you are looking for

  • Photoshop is not showing up in my available programs list.

    Ever since I switched over to The Cloud I have noticed when trying to open with my photoshop is not showing up on the list or the sub lists, when I try to open it under adobe I cannot find the ext file to link it with .. the program seems to be worki

  • Consuming WS using X.509 certificate not working after NetWeaver 7.02 SP08

    Hi For more than two years we have had a solution that consumes web services over HTTPS using an X.509 certificate for authentication. Now, after upgrading to NetWeaver 7.02 SP08, the web services no longer work. Today, roughly a week after the upgra

  • Image quality when moving bitmaps around the stage

    Hey all, I am moving an image around the stage, and when it moves quickly, it becomes distorted and displays what I can only refer to as "banding". The image appear to be misaligned for some of the frames that it is moving. I have tried a number of t

  • Crs will not start on 10.2.0.3

    Hi All ! RHEL 4 AS U2, 2.6.9-42.0.3.EL After installation of a patch 10.2.0.3 it has ceased to be started crs. [root@racnode1 init.d] ./init.crs start Startup will be queued to init within 30 seconds Thus crs will not start cd /u01/app/oracle/product

  • Calling Tandberg endpoint from CUCM

    Hi I am having trouble establishing a video call between E20 registered to VCS running software version X6.1. I have a E20 and a 9971 registered to CUCM version 8.0.3. When I make a video call, the call gets connected but I dont get any video.  I als