Bizzare export issue

Here is a very weird export issue. Windows XP.
Project is set at h264 1920x1080 mono audio 29.97 fps
I have 30 shots that make up the sequence. Each shot is exactly 90 frames. I exported each sequence at h264 1920x1080 with one channel of audio. The first shot exports just fine and is 5 MB. The second shot exports at 10 MB. The third is 15 MB, the tenth shot is 50MB. But the picture is still 90 frames for each shot. BUT, when I export without audio each exported file is just 5 MB. If I look at the properties of each clip the duration of the video and audio is just 90 frames. If I open one of these clips in QuickTime Pro and re-export it as source then the files size goes back to 5 MB; same video, same audio yet with the correct file size.
Anyone seen this before?
Is there a setting that could be incorrect?
-cablet

Weird, man. Not sure what might cause that.

Similar Messages

  • Crystal JRC PDF Export Issue

    We are experiencing a PDF export issue with Crystal JRC version 12.2.202.  The PDF report shows 1 of 3 pages but ONLY the first page is generated.  When this occurs, ALL other users that are exporting to PDF experience the same issue with any multiple page report.  I can't find any errors in the log that would indicate what the problem is.  To resolve the issue, I have to recycle the WebLogic application server that hosts  the JRC, which would indicate something gets "locked" in memory and gets cleared when the app server is bounced.
    Any ideas on how to resolve this ?

    Hi Ted,
    Thanks for the response!
    Though, the mentioned Sun JVM Bug explains the root-cause, the Bug status also state that it is not fixed yet.
    Also, we are reluctant to change the JVM Option to -Xint due to unknown impacts on JVM optimizations.
    Is there a patch released for CrystalReports to deal with this behavior? We are using CRJ runtime 11.5.7.620 and seeking for a patch on this version.
    Thanks.

  • PP CS5.5 FLV To MP4 Export Issues / Problems

    I just upgraded from Production Premium CS5 to CS5.5. I do a fair amount of converting/exporting of imported FLV files (downloaded from internet news sites) to H.264/AAC w/ MP4 wrappers using Premiere Pro (PP) and Adobe Media Encoder (AME). My equipment is a 1+ yr. old HP Win 7 Pro w/ an Intel i970 Quadcore, 12 Gb RAM and MSI nVidia GTX 470 GPU. I have never experienced any queue or export issues w/ CS5 (at least that I noticed), but I am experiencing noticeably degraded queue export and direct export problems with these files in CS5.5.
    Description: (1) The queue export times for the exact same imported FLV clip(s) using the exact same sequence settings and H.264/MP4 export settings are noticeably slower in CS5.5 (sometimes 2x, depending on the export settings, e.g. using maximum render quality) than in CS5; (2) My MSI Afterburner GPU monitoring software indicates 5-10% GPU usage during queue/export in CS5, while indicating 0% GPU usage (flatline) in CS5.5; and (3) When I attempt to direct export these files using CS5.5 I get the following error message: "The source and output audio channels are not compatible or a conversion does not exist."
    I suspect that it may have something to do with "conforming" anomalies when the FLV file is imported into PP, but I would put that squarely in the category of rank speculation on my part.
    Has anyone experienced the same or similar problems or have any insight into what may be the problem(s)? Of course, thanks for any help/insight you can provide.
    Jim

    What do you mean by a better routine?
    A better compression routine than H.264.
    Is the quality better than H.264?
    Yes.
    Does this use an MOV wrapper?
    Yes.
    Also, would it import correctly into PPro?
    Yes.
    we would import files into PPro exported out of FCP and would get a red pixelated glitch during preview and export. Does this codec solve this problem as well if it is an MOV wrapper?
    I don't know anything about FCP.
    Sorry for all the questions, just want to get things right before diving into a new codec.
    It's harmless, and free.
    Download it and run some tests.

  • Simple flash export issue

    hello
    I'm trying to export a flash video using Adobe media encoder from Premier Pro, but when I do I get this error " there are no clips to build".
    I have another file that I am able to export and it does not have this problem.
    They are Windows Media files and play in Premier fine. I am using Premier Pro CS3.
    Lastly, I'm not a video expert but I really need to get these up on the web for work, there is a lot of pressure and I need to get it done.
    Regards,
    Tom

    fixed the exporting issue.

  • Exporting ISSUES! Help

    I am a relatively new user to lightroom.  I haven't had any exporting issues until today.  I am attempting to export a photo/photos to a specific folder with a custom name.  When I do this it exports the WHOLE library and NOT the edited photo.  What am I doing wrong??

    Lightroom usually exports all images that are highlighted. If you only want to export one image then make sure it is the only image that is highlighted.

  • Exporting issues after 4.2 upgrade

    Has anyone else experienced exporting issues after installing the 4.2 upgrade? It used to be a breeze but now I keep getting the message that a destination folder has not been specified even though I've done that. Any feedback would be greatly appreciated! Thank you.

    Are you using an Export preset, or setting the Export up manually each time? 

  • Reporting Export Issue from Taleo

    Can anyone help?  We have a work around for the Exporting Issues into Excel 2010 regarding figures and dates only reading as text, however, a new issue has arisen.   In one field we have Aggregated Agencies assigned to any particular Job Code.   In the legacy reports, every agency name exported into one cell in Excel, now they export into individual rows, this causes a report to be too long and there is no way to amalgamate them into one cell.    Has anyone found a workaround for this?

    is there someway that it was reformatted by the Iomega drive being daisy chained to it?
    No. That is not possible -anyway, reformatting erases everything on a drive.
    You would have noticed that first.
    You can download the [NTFS-3G driver|http://macntfs-3g.blogspot.com> which will let you read, write and even reformat the clients drive as NTFS on the Mac. All reasonably modern Windows PCs work with this disc format and you won't run into the file size limitations associated with FAT formatted drives.

  • Using 128bit key Blowfish and any export issues

    Hi,
    I want to use blowfish (symmetric key algorithm) in my product and which will be shipped outside US. Reading Sun's documentation I am bit confused and I am not sure if the jce package is going to be available outside the US.
    Has anyone used the default available symmetric key algorithms in the JCE package (javax.crypto.*) and faced any export control issues ?
    Please let me know.
    Thanks
    RT
    Here is a sample code
    String ks = "123456789123456";
    kb = ks.getBytes();
    SecretKeySpec key = new SecretKeySpec(kb,"blowfish");
    Cipher cipher = Cipher.getInstance("blowfish");
    // Initialisation of cipher object for Encryption.
    cipher.init(Cipher.ENCRYPT_MODE, key);

    1. the issue is rather an import issue for some countries, than an export issue for US as far as you use jre>=1.4 .
    you can read the
    'Downloading the "Unlimited Strength" Jurisdiction Policy Files'
    section of
    http://java.sun.com/products/jce/javase.html
    2. The restricted (defualt) shipped version already covers Blowfish if you mind that.
    3. I use Blowfish with restricted (default) version of JCE in applications deployed in europe and have not heard of customer complaining sofar: they are supposed to use webstart or jre1.5.

  • Animated GIF Export issues

    I have a simple Flash animation which I'd like to be made
    into a transparent GIF.
    When I do the GIF export, only the first frame of my
    movieclips (which are placed in the main timeline) get rendered. It
    seems like Flash only records the main timeline preview output into
    the GIF file, and does not play movieclip objects. You would expect
    the GIF recording to be of the same preview as when you hit
    ctrl+enter (essentially final playback).
    Because of this, the GIF export is pointless. The only way to
    use it is to have all your animations occur in the main timeline,
    and not within movieclips. It doesn't work for me (and for most
    people?), because I need to easily scale my animations, which is
    doable by just resizing a movieclip.
    Is there a way around this in Flash? Am I missing something?
    I've had to use a 3rd-party tool (Magic SWF2GIF) to do the
    GIF recording.
    My other issue is Flash cannot export transparent GIF's it
    seems. Because of this, I have to rely on more 3rd-party GIF tools,
    most of which are rubbish.
    In the end, I've had to take snap shots of every individual
    frame and edit each frame as individual files in Photoshop to do
    all the cropping and transparency just right. Real pain when you
    are talking 50 frames, and having to do multiple animations.
    Is there a way to export transparent GIF's in Flash?
    Seems kind of dumb that I have all this high-end software and
    loads of tools... and I still have to edit things frame by
    frame.

    Thank you for your reply!
    I check exported GIFs in various browsers and XnView viewer.
    It's definitely not a preview  issue - i have 32Gb of RAM and Nvidia Quadro 4000 GPU on my system.
    I believe the issue is with transparency, because i'm able to export GIFs with solid background just fine
    GIF export dialogue window has 'Transparency' checkbox, so it looks like it should be possible to export an animated GIF with transparent background, but for some reason i'm getting all frames at the same time
    thank you

  • Regarding web analysis data export issue

    Hi all,
    Iam new to web analysis we had a issue on one of the report
    I can open the report and i can work perfectly on the report but when i export the data to excel its showing up as fallowing error
    FATAL ERROR: gui report is inccorect
    In the same application i have some other reports those are working fine and data is being exported to excel for those reports
    What might be going with that report Please let me know if you have any ideas.
    Thanks,
    Ramesh

    As report was exceding 65000 records we have modified the report by adding the pages and reduced the count of output records. So the issue was resolved.

  • Media encoder cc export issue

    i got a user that have issue export with media encoder
    when she encode she get this error
    any idea
    Thanks

    Any one ?

  • Animated GIF export issue

    Odd new issue surfaced today - frame animation plays fine when played from timeline but all layers are exported stacked on top of each other for the duration of the whole animation.
    I'm able to see that because the layers have transparency.
    About animation - 8 frames with in endless loop, imported into a timeline via 'Make Frames from Layers' command in a fly-out menu in the Timeliine window.
    Tweens for animation are off, 01.sec delay for all frames
    I was able to export animated GIF before, wondering if this issue is tied to the latest update.
    Anyone else is experiencing this weird issue?
    -thank you
    Photoshop CS6 Extended
    Windows 7x64 SP1

    Thank you for your reply!
    I check exported GIFs in various browsers and XnView viewer.
    It's definitely not a preview  issue - i have 32Gb of RAM and Nvidia Quadro 4000 GPU on my system.
    I believe the issue is with transparency, because i'm able to export GIFs with solid background just fine
    GIF export dialogue window has 'Transparency' checkbox, so it looks like it should be possible to export an animated GIF with transparent background, but for some reason i'm getting all frames at the same time
    thank you

  • Report - Export issue on some url a href, bad displayed

    Hello,
    My URL link set-up are because are set as formula, because I'm launching the report viewer from a JAVA apps in Internet Explorer
    "<a href='"{?MatrixJPO - Parameter 1 (String)} + "/common/emxTree.jsp?objectId=" +{MatrixJPO.ECO_id} "' title=" "Open ECO:" {MatrixJPO.ECO_name}" target='_blank'>"{MatrixJPO.ECO_name}"</a>+
    My issue is that in PDF or XLS or CSV this field is paste as is?
      - Is it possible to set-up a conversion for Export ?
    Thanks in advance
    Alex

    Hi,
    Instead of inserting anchor tag (<a></a>) try this
    insert a textobject and edit it then drag the field {MatrixJPO.ECO_name} in the text object and right click on the text object and go to format Text and select the Hyperlink Tab and check the option "A Website on the internet" and click on X+2 and write the url in "".
    Hope this helps!
    Raghavendra

  • Import/export issue to migrate the project

    Hi,
    I am trying to migrate a project from 1 server to another server.
    I exported the project and model from my current server, and imported them to the new server. the thing is, the senario can be run successfully, but when I open the interface in designer, the source table cannot get any definition, all the columns in the source table won't show up. it looks like to me is that the interface lost the connection of the data store in the model.
    Anybody has any idea how to fix it?
    Thx

    Hi
    If its a fresh imploementation then its fine.
    Say yu migrated the ODI objects to prod and you face an issue.
    you have fixed it in development and want to move it to prod.
    How do you handle this scenario.
    Please let us know the process that you are following

  • Report Print & Export Issue (File Download Box appears)

    We send a URL to Crystal Enterprise which runs a script, logs on, finds folder, finds report and displays in the Crystal report viewer. All that works fine....
    However, when you select the print icon or the export icon a Windows Internet Explorer box to select page range etc. and then when you say OK, you recieve a File Download Box asking to Open/Save/Cancel one of the following:
    Print - Name: CrystalViewer.pdf, and Type of pdf_auto_file
    Export - Name: CrystalViewer.rpt, and Type of CrystalReports
    I have no IDEA what he is trying to do but he sure ain't printing.  I can only assume that I have a missing part that he is trying to download at the time of print/export. Or that there is something set in the script that is killing me...
      Sub ViewReport( iStore, id, token)  
      URI = "./viewer/en/viewreport.csp?id=" & id & "&token=" & token & GetPrompt
       Set viewer = Server.CreateObject( "CrystalReports.CrystalReportViewer" )
       Set rptFactory = iStore.EnterpriseSession.Service("", "PSReportFactory")
       Set rptSource = rptFactory.OpenReportSource(CInt(id))
       ' Set the viewer's properties to prepare it for viewing.
       With viewer
          .ReportSource       = rptSource
          .EnterpriseLogon    = iStore.EnterpriseSession
          .URI                = URI
          .ISOWNPAGE          = TRUE
          .ISOWNFORM          = TRUE
          .HasPrintButton     = TRUE
          .ISDISPLAYPAGE      = true
          .isdisplaytoolbar   = true
          .isDisplayGroupTree = true
          .GroupTreeWidthUnit = 1
          .GroupTreeWidth     = 17
          .HasRefreshButton   = true
          .HasExportButton    = true
          .ParameterFields    = GetParams
       End With
        If Err.Number <> 0 Then
          'There was an error setting up the viewer.
          Response.Write "<p>Unable to create report viewer. " & Err.number
       Else
          'Process the request and launch the viewer.
          viewer.ProcessHttpRequest Request, Response, Session
          'viewer.refresh
       End If
    End Sub
    Help me???

    Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Maybe you are looking for

  • How do I change just my iCloud account?

    How do I change my iCloud account on my older devices.  Please explain step by step as I am not very computer savvy.

  • Re: MySQL Database - NOT SAVING USER WEB-FORM DATA, ANY SUGGESTIONS...

    Hi, after adding the missing <html> tag, still doesn't make any difference, see below the php code and html form in context, the one you've asked me to paste. Note: I am trying to incorporate this, into an existing webpage, "the html form has to work

  • How to clear cache for XML data source?

    Hi All, I'm facing a problem loading XML data into Oracle using Oracle Data Integrator. The problem is ODI will cache the data of the XML file at the first time loading the data. And afterwards, when the XML file changed, ODI will load data from the

  • NPR downloading .swf file to my computer?

    I'm running Safari 5.0.3 on my new-model MacBook Air without flash. When I visited NPR this evening, it kept download a .swf file that appeared to be for Keybank. The files did not register any viruses, and on another computer with flash, NPR was run

  • Suppress message

    Hi! Anybody know how to suppress prompting message "Do you want to save the changes you have made?" in Form 6i? Thanks.