XML Export Bug - Any workarounds?

Before we go any further, I am running 5.0.3 and I HAVE created a bug report, but since I'm not expecting a new release (bug fix) in the next couple of days/weeks I was hoping the community here might have a workaround or know if there is something I am doing to cause this.
I'm creating a new project with DSLR 1080p/25 settings.   I've also tried other 1080p/25 settings and it makes no difference.
I import lots of DSLR 1080p/25 footage (from Canon DSLRs) and several audio only files from a Zoom, recorded at 48Khz.  All footage shows in the project correctly (1080p/25) and the footage shows at 48Khz.  So far so good.
Drop the footage and audio on to a sequence and export to XML and send to PluralEyes. 
Now, I've been using PluralEyes with FCP for a while and it's an excellent product - I really can't recommend it enough, and their tech support is also 1st class.  So, with this in mind, it was rather odd that the version for Premiere Pro wasn't syncing as well as the FCP version.  Following a few emails back and forth with Singular Software (PluralEyes) it turns out that some of the files (the audio files) are being exported to the XML file incorrectly.  They are being exported with a rate of 29.97 and not 25.  Not only is the frame rate incorrect, but the duration is set to match 29.97 and not 25.
Here are some extracts from the XML:
PPro Exported as :
<rate>
<timebase>30</timebase>
<ntsc>TRUE</ntsc>
</rate>
<duration>252824</duration>
<timecode>
Should have been:
<rate>
<timebase>25</timebase>
</rate>
<duration>210897</duration>
I am wondering if there is anything I could have done to cause this, maybe in the way I imported files or created projects / sequences etc, or if anyone knows of any work around to force PP to correctly interpret these files? 

The Interpret Footage Option is disabled....

Similar Messages

  • Workaround for ]] XML export bug with schema?

    Hi,
    It is a known issue that the ]]> sequence will not export properly to XML. If you are using a DTD, there is an entity-based workaround that is described here:
    http://forums.adobe.com/message/3774389
    The question... is there a workaround when using schema? I'm unable to figure it out.
    Thanks,
    Russ

    Hi Lynne,
    Thanks again for the thoughts. And by the way, I sympathize with your implicit complaint about how these forums work with respect to revised messages. I am accustomed to hitting Ctrl+S all the time, probably from my FM experience   Unfortunately, if you accidentally do it in the forum webpage, it submits the message. The system really needs to send revisions when they occur, because some people might just read the original email and think that's it.
    Anyway, I'm intrigued by some things you said. #1 is possible but not preferable, as schema was specifically chosen for the ability to validate attribute values. My level of attribute-based conditionalization is fairly heavy and the schema makes sure that an invalid value cannot be entered. I seem to remember back in the outset that a DTD couldn't do the level of validation I like, but I don't remember the exact reasoning. Note that I frequently assign lots of values to an attribute, tokenized with whitespace as customary.
    #3 is what I'm doing now, except with the fancy coverup tricks with spacing and back-end XSLT. I like your ideas.
    #4 is actually pure genious and it is the route I think I will go. Something you didn't know yet is that I have a script that automatically formats an XML instance like an XML editor does, incidentally by wrapping <ph> elements and setting color-formatting attributes. Thanks to ExtendScript, I was able to use regular expressions to parse out all the individual components and then create a "map" for the subsequent wrapping/formatting activities. It is quite lovely and gives me the best looking XML instances in town, with a click. Bragging aside, it would be elementary to modify that script slightly to insert another <ph> element as you suggest. Elegant and simple, but I would have never thought of that myself.
    Many thanks again,
    Russ

  • Insert streaming flv bug - any workaround?

    If inserting an flv and choosing Streaming Video, the Server URI field doesn't accept much of anything without throwing the foolowing error:
    "Please enter valid server URI in the form of rtmp://myserver/myapp/myinstance"
    In fact, the above "myserever" URI is the only one it accepts?!
    I know I can code this by hand, but the reason for wanting to find a workaround for this bug and be able to use a VALID URI is that the auto-sensing of width/height is very handy.
    Any ideas anyone?

    Hi
    As this works without problems for me, I can only suggest that you may have a 'bad' installation, or that you are doing something wrong. Have you tried following the info on inserting/preparing flv for streaming, at - http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7c9 ea.html, or  http://www.adobe.com/devnet/flash/learning_guide/video/.
    PZ

  • .rotation on Video() only works on videos smaller than 5mb. Bug, any workarounds?

    UPDATE: Found some reliable reproduction on my end.
    Shorter videos tend to rotate just fine, longer videos tend to not rotate but become parallelograms. All on one build. Is there perhaps some metadata tags I need to add to my videos?
    UPDATE: Found more reliable repro.
    .mp4 files smaller than 5mb have no problem rotating, .mp4 files over 5mb do not rotate, they only skew.
    Using standard netstream/netconnection/video setup for streaming video, any mp4 files over 5mb will not rotate when using video.rotation
    Videos larger than 5mb skew by the number of degrees you specify, but not rotate.
    Videos smaller than 5mb rotate by the number of degrees, and do not skew
    100% reproducable on my end: Win 7 x64, Flash Pro CS6 (12.0.2.529), testing on PC and several android devices of varying make/model.
    Questions:
    -Is this air for android specific?
    -Is there a workaround?
    -Does this happen on screen rotate too? (It happens when rotating the entire swf, when rotating the parent, and when rotating the parent's parent.)
    -Does this happen with older versions of Air for Android, and/or actionscript?
    OLD THREAD:
    This has been very problematic for me.
    When I try to use video.rotation = 90; in code, rather than rotating the video 90 degrees, it disappears. But this only happens sometimes when I publish. I can make zero changes, clear publish cache, and sometimes it is broken like this, sometimes it isn't and works perfectly fine. I can't figure out what is changing to make it compile differently. I've tried in all render modes (publishing to Android, so: Direct, CPU, GPU, Auto) with no changes in this specific behavior.
    I've tried putting the video inside of a movieclip, and rotating the movieclip only, and it still occurs.
    I've tried directly copy/pasting another successfully rotating item's code to video, same problem still occurs.
    I've tried re-ordering it, and putting rotation before and after x/y/w/h changes, removing x/y/w/h changes, same problem.
    Restarting my computer usually fixes the problem for 1-2 solid publishes before it starts happening again.
    The code is located towards the bottom of this post.
    I've tried changing the rotation to 45, and I figured out how the video disappears, but not why. video rotation goes from rotating the whole video, to only moving the right-most points, and creates a parallelogram.
    (Height and Width are pre-established variables, with values partaining to the overall container size, which is not always 768*432 ratio)
    video.x = Width;
    video.y=0;
    video.width = Height;
    video.height = video.width/768*432;
    video.rotation=90;
    Please tell me I am just missing something incredibly simple here, and that this is not a bug.

    i don't see a problem testing on flash pro cs6 win 7 pro 64bit using an flvplayback component and a 964 MB mp4.

  • Pekwm dynamic menus bug - any workaround?

    I've run into a pekwm bug that's present in both the version in [extra] and the git version, and is basically a showstopper: entries in dynamic menus, generated like this
    Entry { Actions = "Dynamic /directory/to/script" }
    become unselectable after the first time their parent menu is opened. In other words, each submenu of a dynamic menu can only be used once; after that the main menu must be closed and called again. This is a pretty big pain in the neck.
    I've tried, as a workaround, creating a menu that would refresh only when pekwm gets reloaded, as is done in the default menu for virtual desktops:
    Submenu = "Applications" { COMMAND = "/path/to/menu/generator" }
    But that doesn't work; it simply doesn't produce a menu. How can I work around this obnoxious bug? Is there any way to get menu-refresh-on-reload working?
    Last edited by Gullible Jones (2008-08-04 22:21:48)

    Anyone?

  • XML export character encoding bug

    I've found a bug with Final Cut Pro XML export for any projects where media has a "#" in the name. Premiere Pro passes the "#" character into the file pathname instead of encoding it as "%23". The result is any clips with names such as "clip #1", "clip #2", "clip #3", etc. will be broken whe the XML is imported by another application. Compare:
    Premiere Pro XML (does not work):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20#2.mov</pathurl>
    Final Cut Pro XML (works properly):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20%232.mov</pathurl>
    Note the difference in the clip name. A global search and replace of "#" with "%23" makes the Premiere Pro XML work properly.
    This bug is easily repeatable and verifiable. I've filed a bug report but wanted to post here just to give folks a heads up.
    Thanks for your help!
    --dhl

    This tech note will help:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F7717&zone_110=7717%2A%20
    ka

  • Ugliest bug: under some conditions app crashes when activated from push notification. Any workaround?

    Hi, 
    I encountered the following serious bug. 
    Steps to reproduce:
    - start the app which uses "Fast App Resume" mode
    - block the phone. 
    - ensure the app is tombstoned. This can be done by using "Tombstone upon deactivation" VS option.
    - send the toast notification to the app. 
    - Open the app from toast. >>>> the app either CRASHES or stays on the same page, without proper navigation. Both outcomes are unacceptable.
    I created a test solution, which demonstrates this bug: https://db.tt/LyarfmDK
    It contains two projects, both are nothing more than msdn samples with smallest modifications:
    - fast app resume sample
    - push notifications sample.
    To reproduce:
    - start fast app resume project under debug with "tombstone" option 
    - copy the push uri
    - start the "send push" sample. Paste PUSH uri and send the push notification.
    - tap on the notification ==>> either crash or no navigation.
    Well, I believe this is a very serious issue and must be fixed ASAP. 
    Any workaround for now?

    I downloaded your zip file and there are projects all over the place.  If you want us to look into this, please label projects nicely, place them where I can figure out which one goes where, and then give me easy to follow instructions to reproduce
    the problem. 
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Is there any workaround for Bug 6644652 ?

    Hi
    This issue is documented in DBAppTables GTC Connector at Known issues:
    "Bug 6644652
    Reconciliation of account deletion is not supported. In other words, if a record is
    deleted from the target database, then this deletion is not reconciled into Oracle
    Identity Manager"
    Is there any workaround that can be used ?
    Thank You in advanced,
    Ionut

    EHLO!
    Today I ALMOST finalized my delete-recon (is for AD objects, but I think it may work in many contexts). As the pals said, you have to use the createDeleteReconciliationEvent method from the operations API.
    I had a big problem: I spent a day looking for a NullPointerException that was raised just when this method is called. I realized that there is not a problem itself, the exception was raised because I was launching from the Eclipse project! So, instead of develop all the stuff and then pass it to OIM, I had to maje the jar, put it into the ScheduleTask folder, and execute it with the Task Scheduler from the Design Console, or from the Admin Console.
    For a brief:
    1) make a class that extends com.thortech.xl.scheduler.tasks.SchedulerBaseTask
    2) implement the execute() method
    3) for creating the operator, you can call (tcReconciliationOperationsIntf)getUtility("Thor.API.Operations.tcReconciliationOperationsIntf") (getUility is inherited from SchedulerBaseTask)
    4) Make some Map object, with key/value pairs. Keys have to be the same as they appear in the Reconciliation Fields of the Resource Object, and at least you have to put the required ones. Call the method, the first parameter is a String with the RO ("Xellerate User", "AD User", "Exchange", etc).
    For example, you can make something like this:
                   HashMap hm = new HashMap();
                   hm.put("User ID", "drldap");
                   hm.put("objectGUID", "12345679");
                   try {
                        reconOps.createDeleteReconciliationEvent("AD User", hm);
                   catch(Exception e) {
                        e.printStackTrace(System.out);
    Hope it was helpful. Enjoy!
    DrLDAP!

  • Is there any workaround for exporting 24 bit AAF of OMF in soundtrack?

    Hi
    Soundtrack pro seems to have only 16bit AAF export function. Is there any workaround to be able to export a multitrack session in higher bit (24bit industry standard) resolution, in AAF or OMF format?
    I know Final Cut has 24bit AAF export funcion, but sending clips from soundtrack to Final Cut seems not possible. Only sending mastermixes to FC is possible. But I want to send individual clips to FC.
    Or any other suggestions are welcome for solving this problem.
    Thanks!
    Xske

    If Premiere offers you the option to use hardware encoding, then your card is recognized. There is normally nothing more to do.  If I understand you correctly, you are concerned that Premiere is not using the card.  There are 2 ways to check if it is:
    1. Install someting like GPU-Z (google it, it's free) to monitor the GPU. Start to encode something that will actually use CUDA cores, and you should see some activity reported, given as a percentage.  Keep in mind that CUDA is only used for some specific tasks (some effects, resizing) when encoding.
    2. Export a file that will use CUDA when encoding 2 times, once with hardware encoding enabled, and then with software only. Is there a difference in the time needed to complete the export?

  • Any workarounds for not supported features of XML Schema

    Hi,
    We are trying to generate JAVA source code by providing a xsd.
    This XML Schema file has all sorts of Identity constraints & attribute wildcards.
    Due to the above reasons I am unable to generate the code.
    Are there any workarounds? If so Please share those.
    Thanks & Regards,
    Priti Ranka

    I am sorry I did not mention the tech. being used.
    I am using JAXB for the above task.

  • PP7.1.0. XML Export missing REEL names - help!

    Problem with FCP XML export from Premiere Pro 7.1.0
    It's screwed up my worflow for editing Premiere from Proxies created in resolve.
    All worked fine in PP CS6
    Workflow
    1. In Resolve: Create Quicktime Proxies from DNGS created with Raw Magic via 5DIII
    2. Import my proxies into [b]Premiere CS6[/b]. Each Proxy comes in with the correct 'Tape Name' that matches the Reel name of the Clip in Resolve
    3. Edit in premiere
    4. FCP EXPORT .XML >>
    5. Opens perfectly in Resolve. The editng Proxies arere-linked to the RAW DNGS inside resolve, using the <REEL>names (you can see them inside the attached XML).  All is good.
    But with Premiere CC 7.1.0
    Opening XML in resolve gives me 'Failed to Link Because timecode extends do not match'
    world of pain - I can't manually relink 100's of DNG in resolve.
    Examning the xmls - Premiere CC 7.1.0 seems to have stopped exporting <REEL>
    Could anyone please test/confirm with Premiere CC 7.1.0 & Resolve 10
    I have attached the 'good' and 'bad'  XML's. [see link]
    Anyone having similar problems???
    How can I downgrade to PP CC 7?
    https://dl.dropboxusercontent.com/u/401700/FCP%20EXPORT%20PROBLEMS%20-%20MISSING%20REEL%20 NAMES/FCP%20EXPORT%20Missing%20Reel%20Names%20with%20PP%207.10..zip

    Has anyone found out a workaround for this?  We're just about to head into 3 back to back projects!
    We're still getting issues when trying to relink original Cinema DNGs from the proxies coming from an XML out of Premiere CC 7.2.1
    I can manually link them from the media pool, but have to do each clip in the timeline individually!
    Apart from re-exporting the Cinema DNGs as ProRes 422 HQs and linking these to the Premiere timeline (which king of defeats the object of recording RAW), does anyone know any work arounds?
    I take it this is still an issue with Premiere not exporting Reel / Tape names in the XML.
    EDLs do not work for us either.

  • ADS MA : the XML exported file (export to log file) doesn't export Distinguished Name in the attribute member for a group

    Hello,
    I am facing a weird issue during the export of a group to a log file (xml).
    I have configured my ADLDS management agent such as the export run profile exports data into a XML Ffile:
    Everything is fine in the XML, I see my new accounts, the attributes updated for accounts but for an unknown reason the group which should contains accounts does
    not contain the DN values.
    It contains the tags <dn-value> and <dn> but <dn> is empty
    e.g:
    <delta operation="update" dn="CN=GroupX,OU=Users,DC=ZZZZ">
     <anchor encoding="base64">XDSQDQDQ</anchor>
     <dn-attr name="member" operation="add" multivalued="true">
      <dn-value>
       <dn/>
      </dn-value>
      <dn-value>
       <dn/>
      </dn-value>
     </dn-attr>
    During the export, FIM updates the attribute "member" of the group:
    Member attribute seems to be caught by FIM during synchro profile and export profil bt not translates correctly in the final xml file.
    Any ideas?
    Thanks for your reply.

    Thinking the same thing as David - sounds like a bug - but that's curious because I've never had a problem with the AD MA doing exactly the same thing, albeit with FIM R1 most recently.  What version of FIM are you using, and have you checked the
    release notes of any subsequent versions to see if any such issue is mentioned?
    Bob Bradley (FIMBob @
    TheFIMTeam.com) ... now using FIM Event Broker for just-in-time delivery of FIM 2010 policy via the sync engine, and continuous compliance for FIM

  • Audio slipping on XML export to FCP?

    I've edited a project is Premiere CS5.5, and now I want to bring it into FCP for some tweaking.  When I export the project using 'XML for FCP' the video comes through fine, but all the audio clips are 10 seconds later than they should be.  I've tried a lot of variations on XML exporting and importing between the two programs and nothing works.  The sequence in Premiere is 'DSLR' (the footage is from a Canon 5D).  I've tried making a new timeline with different sequence settings and exporting, as well as trying a lot of different sequence import settings in FCP. (FCP is 7.0.3)
    I cant just export the audio as one track, because I need it editable in FCP.  Also, other projects have exported via XML just fine, so it seems to just be this one file with the problem. I even tried it on another machine and it had the same results. Is there a setting somewhere that I missed?  Is there a standard sequence setting for importing Canon 5D footage from XML into FCP?
    Is it just a bug?  This is a professional job, and I'm running behind because of the week I spent trying everything I could think of to fix this problem.  Anyone have any idea?

    " Do you have any specific questions we might answer?"
    Yes, as I stated in my first post-
    1. The audio is slipping 10 seconds per clip on an XML export from Premiere to FCP.  Has anyone has this problem and know how to solve it?
    also
    2. Is there a tutorial somewhere that details how to keyframe audio levels per audio clip on a time line (not just a whole track at once)
    If anyone has any ideas on either, I'd really appreciate it. 

  • Crystal Report 2008 SP2 & InfoView: Custom XML Export doesnt work

    Hi,
    I have created a Crystal Report .rpt and want to use the custom xml export function to output a custom xml file. For that, I created a custom transformation file (xsl) and imported it into the .rpt . On the client machine, if I open the .rpt with Crystal Reports 2008 SP2, and select to export it using the custom xml output, all runs fine. (under SP1, only half the file was created...)
    If I upload the .rpt file to Infoview (server-side: BO Enterprise 3.1, SP2 as well) and schedule it, I can select xml, and then my custom xml as output format, but I am getting the error message u201EUngültige Exportoptionen" (="invalid export options"), in the instance history. No output file is created. I use file system as destination. Other output formats like .pdf and .rpt work fine and files are created.
    Ideas:
    -Are there any more settings needed on the server (e.g.CMC - Crystal Server Jobs, other Processes, ...) so I can schedule the report and successfully create the custom xml format file as output?
    -Do I need to upgrade to a specific SP or FP on server-side so everything runs smooth?
    Thanks for your help!

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • Indesign CS6 epub export bug

    I am using Indesign CS6 to export a book to epub. Having problems with automatic numbers and bullets as well as spacing issues; however, I've made some adjustments and am getting a pretty decent epub. Here's the issue: When I convert my epub to Mobi using Calibre, I get double bullets and double numbers in my lists. I used this same process to create a Mobi file a few months ago in Indesign 5.5 with no problem. So I took one of my CS6 files, exported it to IDML, opened it in CS5.5 and exported to ePub. I then took that epub and converted it to Mobi using Calibre. No double bullets or numbers. So the issue is coming from Indesign CS6.
    Anyone else had this issue. Any other ideas on how to get a clean Mobi file from CS6?

    Thanks a million.
    Re: Indesign CS6 epub export bug
    created by Steve Werner in InDesign - View the full discussion
    lotuscott,
    You should get the 8.0.1 update for InDesign CS6. It fixes several EPUB bugs including the "space before" problem and the "epub-ruby" (which is I believed intended for Japanese language.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4773256#4773256
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4773256#4773256
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4773256#4773256. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in InDesign by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • Accidental move files from original folders to desktop.

    A friend accidentally moved ALL docs, photos, etc from the original places to a folder on my desktop. She was trying to copy items in a folder and drag them to a USB thumb drive. Over 5000 files were moved (not copied) from the original placed to the

  • Key Command for Snapping

    I've found that turning off "snapping" at certain times is just as useful as turning it on are at others. Sure would be useful if there was a key command for toggling this feature on and off. Anyone know if there is such a command? If not, perhaps Ap

  • SQL server connectivity in Linux

    Post Author: Chinmay CA Forum: Data Connectivity and SQL We are using crystalreportviewers11 to get the Reports in jsp using Tomcat 5. Its working fine on server with Windows OS.Now we want to shift this application to a server with Linux OS.What set

  • VSS RevertToSnapshot Method gives error for Clustered Shared Disks.

    Hi, This is in reference to https://support.microsoft.com/en-us/kb/945361 Its mentioned here that VSS RevertToSnaposhot is not supported on windows 2003 and 2008 for CLuster Shared Disks.I am trying the same on Windows 2012 and getting error "8004230

  • WDDOINIT and URL Parameter

    Hi Folks How can I access the URL parameter in WDDO INIT method of the window. I am trying to use ALL_URL_PARAMETER but its giving me error. I am using the following code: data: lo_component type ref to if_wd_component.         lo_application type re