Invalid Frame Size Error - Windows Media

I'm getting this "Preset Error - Invalid Frame size!" whenever I try to render my comp using any of the Windows Media presets. I got this error two days ago using my custom Windows Media preset (which I always use). I tried everything I found to solve this problem with no success...
I hope any of you can help me out with this.
Thanks for reading!

I've got same worning message and struggled to make it work.
It seems "windows media" encorder only accept certen ratio for video output.
I used following for resolution on composition setting
1679 x 1049 --> gets error
Now I changed it to following, then no error message.
1680 x 1080 ---> works fine
(Select composition then go to "Composition>Composition Settings", go to "Basic" tab, cahnge "Width" and "Height")
Some addioanl info.
http://forums.creativecow.net/thread/2/939829

Similar Messages

  • Java.util.zip.ZipException: invalid entry size error --  help required

    Hi all
    I am sure this error would have been posted many number of times, but I would really appreciate if someone could help me with my problem. I am working on reading data from a .zip file, which in it has ~5GB data. All I am performing is a read operation through the piece of code specified below. This code worked well for .zip files handling till ~2.5GB
    FileInputStream fis = new FileInputStream(filename);
    BufferedInputStream bis = new BufferedInputStream(fis);
    ZipInputStream zis = new ZipInputStream(bis);
    StreamTokenizer tok = new StreamTokenizer( zis );
    ZipEntry entry;
    while((entry = zis.getNextEntry()) != null)
    \\read from the zip file through the streamTokenizer
    I just print what I read through the program, on the console.
    But the error I get is
    java.util.zip.ZipException: invalid entry size (expected 4294967295 but got 2117536490 bytes)
    at java.util.zip.ZipInputStream.readEnd(Unknown Source)
    at java.util.zip.ZipInputStream.read(Unknown Source)
    at java.util.zip.InflaterInputStream.read(Unknown Source)
    at java.io.StreamTokenizer.read(Unknown Source)
    at java.io.StreamTokenizer.nextToken(Unknown Source)
    at ZipFileStreams.getMessages(ZipFileStreams.java:677)
    at ZipFileStreams.main(ZipFileStreams.java:814)
    Could anybody give me hints as to what am I missing and where am i going wrong. Any help would be appreciated.
    Thanks

    Hi,
    I get the same exception while reading a ZIP file. The size if the ZIP file is just 82KB but I am reading it over FTP not sure if it makes any difference. I am using JDK 1.4.2_05. Here is the code I am trying to execute.
    public class TestFTP {
    public static void main( String[] argv ) throws Exception {
    String inboundPath = "/transfer/inbound/";
    FTPClient ftp = new FTPClient();
    ftp.connect("123");
    ftp.login( "123", "123" );
    ftp.changeWorkingDirectory(inboundPath);
    FTPFile[] zipFiles = ftp.listFiles("*.zip");
    TelnetClient telnetClient;
    for(int i=0;i<zipFiles.length;i++){   
    System.out.println(zipFiles.getName());
    ZipInputStream zis = new ZipInputStream(ftp.retrieveFileStream(zipFiles[i].getName()));
    for (ZipEntry entry = zis.getNextEntry(); entry != null; entry = zis.getNextEntry()){           
    System.out.println(entry.getName());
    The error message is
    java.util.zip.ZipException: invalid entry size (expected 10291 but got 10233 bytes)
         at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367)
         at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
         at test.TestFTP.main(TestFTP.java:41)
    Exception in thread "main"
    Please let me know if you were able to fix the problem.
    Thanks

  • Error Items-90122: "Invalid Executable Size " the size of your app's executable file exceeds the maximum allowed size of 80 MB ,

    Hi,
    I am getting "Invalid Executable Size" error when i am trying to upload my app Ipa to iTunes , the same app was uploaded before without this issue, can any one help me to get out of this and to upload my app to iTunes ,
    Any help greatly appreciated....:)
    Thanks in advance..
    Thanks,
    HariKrishnan

    No , still i didn't get any reasonable solution, ,

  • Starz PLAY "Windows Media Player encountered a problem while playing this file" error!?!

    My laptop running Windows 7 is having the error, " Windows Media Player encountered a problem while playing the file." when trying to play downloaded movies whereas the "live Starz TV" works fine. My netbook is working properly though, anyone seen this before?

    -  if you're still having the issue, make sure you are running all the latest video/audio codec's for windows media player and win 7   and also take a moment to check this article from microsoft.
    http://www.microsoft.com/windows/windowsmedia/player/10/errors.aspx
     if you find an answer let us know what fixed it!
    buggin wrote:
    My laptop running Windows 7 is having the error, " Windows Media Player encountered a problem while playing the file." when trying to play downloaded movies whereas the "live Starz TV" works fine. My netbook is working properly though, anyone seen this before?

  • Oracle 11gR2 Installation Error "Invalid Entry Size"

    Hi Gurus,
    I am getting this error **"invalid entry size (expected 3486269263 but got 19496 bytes) "** during Oracle 11gR2 installation on Solaris 5.10.
    Here is the config log
    INFO: Extracting files to '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1'.
    INFO: Extracting files to '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: invalid entry size (expected 3486269263 but got 19496 bytes)
    SEVERE: oracle.sysman.oii.oiif.oiifb.OiifbEndIterateException: invalid entry size (expected 3486269263 but got 19496 bytes)
         at oracle.sysman.oii.oiic.OiicInstallAPISession.doOperation(OiicInstallAPISession.java:453)
         at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:973)
         at oracle.sysman.oii.oiic.OiicAPIInstaller.doOperation(OiicAPIInstaller.java:936)
         at oracle.install.driver.oui.OUISetupDriver.setup(OUISetupDriver.java:459)
         at oracle.install.driver.oui.SetupJob.call(SetupJob.java:166)
         at oracle.install.driver.oui.SetupJob.call(SetupJob.java:47)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    INFO: Update the state machine to STATE_READY
    INFO: isSuccessfullInstallation: false
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    SEVERE: [FATAL] invalid entry size (expected 3486269263 but got 19496 bytes)
    CAUSE: No additional information available.
    ACTION: Refer to the logs or contact Oracle Support Services
    SUMMARY:
    - invalid entry size (expected 3486269263 but got 19496 bytes).
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:5850
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -1
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    Please help me to solve this issue

    Hi Hans,
    Thanks for your reply, after downloading the new installer "invalid entry size" error is gone now.
    but once the installer reaches to 68% then its giving the error " Error in invoking target 'mkldflags ntcontab.o' of makefile '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'
    Here is the log info:
    INFO: (if [ "assemble" = "assemble" ] ; then \
    /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/bin/gennttab > ntcontab.s ;\
    /usr/ccs/bin/as -P -m64 -o ntcontab.o ntcontab.s ;\
    rm -f /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/ntcontab.o ;\
    mv ntcontab.o /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/ ;\
    /usr/ccs/bin/ar rv /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/lib/libn11.a /export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1
    INFO: /lib/ntcontab.o ; fi)
    INFO: /usr/ccs/bin/as: error: unknown option '6'
    /usr/ccs/bin/as: error: unknown option '4'
    usage: /usr/ccs/bin/as [-V] [-Q{y,n}] [-q] [-s]
         [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T]
         [-P [[-Yc,path] [-Ipath] [-Dname] [-Dname=def] [-Uname]]...]
         [-m [-Ym,path]] [-n] [-ul] [-xF] [-xarch={v7,v8,v8a,v8plus,v8plusa,v8plusb,v9,v9a,v9b}] [-xcode={pic13,pic32}] file.s...
    INFO: *** Error code 1
    INFO: make: Fatal error: Command failed for target `ntcontab.o'
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/export/home/perfuser/app/perfuser/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'. See '/export/home/oemora/logs/installActions2010-03-08_08-42-39PM.log' for details.
    Exception Severity: 1
    INFO: Adding ExitStatus STOP_INSTALL to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -4
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver
    Thanks
    Krishna

  • No speaker Sound, Mouse won't drag cards in Solitaire, Windows media Player error

    My computer is an HP Pavilion dv6 running Windows 7.  Suddenly, the following problems came up:
    1.  No sound from the internal speakers.  Only sound from headphone jack
    2.  Mouse Cursor won't drag cards in Solitaire game.  Mouse works OK otherwise
    3.  Windows Media Player shows error: "Windows Media Player encountered a problem while playing the file."

    Have you tryed to do a Windows Restore to a point in time before you were having this issue?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Sequence frame size/black border

    I created several sequences in Final Cut Pro 4, which all seem to have the same settings, but some of them have a black border around the picture and a smaller picture size. When I export a Quick Time Movie of the sequence, the boarder still exists in iDVD.
    How do I make the picture fill the entire frame?
    My footage was filmed on Mini DV.
    My clip and sequence settings are: 29.97 fps (video rate), 720x480 (frame size), DV/DVC Pro (compressor), NTSC - CCIR 601 (pixel aspect) 48.00 KHz (audio rate)
    Mac Mini   Mac OS X (10.4.6)  

    Hey Cala
    As you say, when you set your sequence as JPEG accidently, and keeping the aspect ratio and everything as you say, it shouldn't have to reduce your frame size of your media.
    Have you tried to make a new sequence with the preset settings for DV and put the referred clip on it? It should present it normally, filling all the frame.
    Checking on your screenshot, it seems to present it as if it were capture it like Photo-JPEG Offline edit. It is the same way appears the clips when are captured with that setting on a DV preset sequence.
    I don't know how much problem would be to recapturing that clip again, before put your sequence settings on the preset for DV, as the same for the Capture preset. Then, it must work all fine.
    About the configuration between Panther 3.9, QT 6.5 and FCP 4.5, in my case never have appeared some situation like this one. Even on Tiger-QT7-FCP 5.
    This is so odd. I can only think on recapturing checking all the presets pointing in DV/DVCPRO NTSC. Hope it works! (It ought to be)
    Best regards!

  • Windows Media Center - wont launch...due to Software Restriction Policy???

    Current system:
    Windows Vista x64 Ultimate RETAIL installed onto clean system.
    UAC disabled
    Using full administrator account w/ no restrictions
    Problem:
    Anytime I attempt to launch Windows Media Center or Media Center Extender I receive the following popup error and the program does not attempt to to even start:
    Error:
    [Windows Media Center
    "Windows cannot open this program because it has been prevented by a software restriction policy.  For more information contact your system administrator."
    Summary:
    When I initialy installed the OS, this problem did not exist.  I was able to launch WMC just fine.  Only after a couple month of reinstalling necessary base applications do I now get this error.  My family cannot even use it as an extender for the XBOX360 anymore. 
    From what i can tell there are a lot of people with this issue and NO SOLUTION from MS as yet.  I did see in one post that someone else had this error and was able to correct it by setting WMC as the default application in "Default Programs --> Set Program Access and Computer Defaults"  This did not work for me at all.  At this point I am at a complete loss.  Any insight would be appreciated.
    -J

    For Windows 8 here was the solution that FIXED it for us:
    http://windows.microsoft.com/en-us/windows-8/set-program-access-computer-defaults
    To start, open the Set Program access and computer defaults page:
    Swipe in from the right edge of the screen, and then tap Search.
    (If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then clickSearch.)
    Enter control panel in the search box, and then tap or click Control
    Panel.
    Under View by:, select Large
    Icons, and then tap or click Default Programs.
    Tap or click Set program access and computer defaults.
    Set program access
    If you want to make a program inaccessible without uninstalling it, you can set it so it doesn't appear where programs are typically listed.
    On the Set Program access and computer defaults page, under Choose
    a configuration, tap or click Custom.
    Clear the Enable access to this program check box next to the programs you want to make inaccessible,
    and then tap or click OK.
    Shawn Lafferty

  • Safari no longer runs windows media player files

    so I am running safari 2.0.4 (419.3) and OSX 10.4.8 and Windows Media Player 9.0.0 (3307)
    and I am going through the www.amazon.com pages to purchase a few CDs.
    I find that when I click the Window Media audio sample link - Windows Media Player does open and claims the error "Windows media Player" cannot play this file because the Player does not support this file format."
    Anybody know a work around to this issue.
    I reinstalled WMP but still the problem persists.
    Cheers,
    Noah

    Hi Noah-
    Windows Media Player will not play natively on an Intel Machine. The alternative is to install the free Flip4Mac. After installation, this plug-in includes its own preference panel in your System Preferences.
    Give it a try and post back.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • Error(7): java.util.zip.ZipException: invalid entry size (expected 813 but

    Hi All,
    Error(7): java.util.zip.ZipException: invalid entry size (expected 813 but got 817 bytes)
    Today I opened my working project in Jdeveloper 10.1.3 version and as I compile the project, it gives me this error in all Jsf - Jsp pages.
    The line that it shows the above error in my pages is follows.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    Any idea ? Till yesterday, I never got this error and all of sudden it started showing up.
    Your help appreciated.
    thanks,
    pp

    And just to add, nothing got checked out from repository (I mean CVS etc).
    I have this project and Jdev on my windows laptop. I just opened it and started getting this strange error. any idea ?

  • Error "Invalid Fetch Size" in ODi11g 11.1.1.6.0 version

    Hi Experts,
    I am doing Data integration from Excel (using mutltiple sheets data) to Oracle table and now I am facing an below issue
    Error:
    ODI-1217: Session EMP_ST1 (24202) fails with return code 8000.
    ODI-1226: Step EMP_ST1 fails after 1 attempt(s).
    ODI-1240: Flow EMP_ST1 fails while performing a Loading operation. This flow loads target table EMP_MULTI.
    ODI-1227: Task SrcSet0 (Loading) fails on the source MICROSOFT_EXCEL connection EMP_TEST.
    Caused By: java.sql.SQLException: Invalid Fetch Size
    Note: When i google it, I came to know that there is a patch Doc ID: 13528165 to resolve the same issue in ODI 11g (ver 11.1.1.5.0)
    Is there any patch to resolve same issue in ODI11g version 11.1.1.6.0 for windows 32-bit
    Thanks in advance
    Regards,
    PK
    Edited by: 917775 on May 21, 2012 11:37 PM

    Hi,
    You better get in touch with Oracle Support people and get it clarified .
    If there is no patch available for ODI 11.1.1.6 , but the bug is still there then they will create a forward porting request for the patch into ODI 11.1.1.6
    Thanks,
    Sutirtha

  • I am getting an error saying "Your computer doesn't seem to support any version of Media Player". When I look at my list of plugins I do see that I have Window Media Player Firefox Plugin 1.0.0.8. Why am I getting this error?

    I am trying to load a page & I get the error "Your computer doesn't seem to support any version of Media Player". I then go to the tools & to add ons & to plugins. There under the plugins is Windows Media Player Firefox Plugin 1.0.0.8. It is enabled. My question is what does this error mean? Do I have the Media Player I need or not?

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • Receive Error Window when Trying to Save "Current Frame" FCP X

    Anyone have a similiar experience with this error window message when trying to use the Save Current Frame feature? (Which used to be way easier in FCP 7)

    KK-
    Solution for now is as follows for anyone else who stumbles upon this bug.
    For .mp4 files, create optimized media before trying "save current frame"
    Drop all files into a main timeline to create/use "save current frame" feature- don't try and use it by selecting clips from the browser and entering the "open in timeline" option from the right-click drop down.
    Again, tested on two separate machines (mid-2010 Mac Pro and early 2008 Mac Pro, both with Lion and Compressor)
    Cheers,
    Dustin

  • Kernel Compile Errors - vt6655 frame size

    I'm trying to compile 2.6.31.4 but I'm getting this error:
    drivers/staging/vt6655/iwctl.c: In function 'iwctl_giwaplist':
    drivers/staging/vt6655/iwctl.c:895: warning: the frame size of 1296 bytes is larger than 1024 bytes
    CC [M] drivers/staging/vt6655/vntwifi.o
    CC [M] drivers/staging/vt6655/IEEE11h.o
    LD [M] drivers/staging/vt6655/vt6655.o
    make: *** [drivers] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Anyone else having / had similar problems or can otherwise shed some light?

    I wouldn't think that it would be a problem with any of the Parallels kexts, as I'm running Parallels 8 (make sure you've the latest version) using Mountain Lion and Windows 7 Pro... but you may want to hunt down these two kexts:
    com.jft.driver.PdaNetDrv          1.0.64
    at.obdev.nke.LittleSnitch          2.4.0
    ...and put them out of harms way and then reboot and see if you're still getting the kernel panics. LittleSnitch may be OK - I don't use it - but I've no idea what the PdaNetDrv is...
    Clinton

  • Listner is giving error for Oracle9i on windows Media centre Edition

    I have Installed Oracle9i Server on Windows XP-Media Centre Edition.
    Listner is not coming up.It is giving following error,Please help me
    TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production on 01-JUL-2006 07:33:56
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is C:\oracle\ora92\network\admin\listener.ora
    Log messages written to C:\oracle\ora92\network\log\listener.log
    Trace information written to C:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2400
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12532: TNS:invalid argument
    TNS-12560: TNS:protocol adapter error
    TNS-00502: Invalid argument
    32-bit Windows Error: 22: Invalid argument
    Thanks
    uday

    Hi,
    Is there any reason you have pipenames in your listener.ora? Make a backup of your original file, then try to remove extra entries by making it simpler. After each change, attempt to start the listener. Also, it may prove helpful to post your listener.ora.
    Regards,
    catalin.

Maybe you are looking for

  • Key Mapping / URL hiding etc

    Hi All APex Fans, I'm in the process fo deploying a public application . ( i.e. zero authentication) My URL is a typical HTMLDB URL which reveals certain key fields depending on which page of the application you are : https://xx.xx.xx/htmldb/producti

  • Tables for tracing the Maintenance Order Operation to Purchase requistion

    Hi Everyone, Can any one suggest appropriate table for finding the link for tracing Maintenance Order Operation to Purchase Requistion for Service Items. My requirement if I give the Order Number, I require Operations in it & PR Item associated if th

  • Mm-invoice verification

    hi gurus, pls guide me for these issues 1)   Error-Tax code does not Exist while creating Miro 2)   TDS Amount is not Captured at Miro entry. 3)    While Miro error occure that No suitable item found for Purchase     Order. rgds

  • Huge photo file

    I duplicated a photo file in iPhoto (5.0.4), and then did a little editing on the duplicate image- I cropped it so that I could use the image in the contact info on my iPhone. Today, I was preparing to update to iLife '08 and noticed that in the Find

  • Portal language refresh / reload (user data source ABAP stack)

    Hello, I'm on SAP NetWeaver Portal 7.0 with user data source on ABAP stack. I'm trying to create simple JavaScript links for changing the Portal language. I was able to change the ABAP stack user's logon language by BAPI call. But the newly set langu