Exporting XML from PP CS6 to Resolve. Doesn't work no matter what we try!

My colorist and I have been pulling our hair out trying to figure out how to get this project into Resolve. I am running the latest version of PP Cs6 on a Windows PC. Edited the feature in native R3D format, 4.5k, everything was smooth as silk. I prepped the project by breaking it into 20 minute reels, removing all effects and speed changes, collapsing it down to 2 video tracks and 1 audio tracks and exporting an XML.
Colorist is running the newest build of Resolve 9 on a Mac and tried to open the XML but it doesn't work. It only shows one clip on the timeline and nothing else. I tried exporting an EDL and it loads a ton of stuff in, but the clips are not right and seem to be the whole takes. He has tried to open in FCP to remake the XML, but it won't open there either. I even tried finding and replacing all the .R3D file extensions in the XML to "_M.MOV" to make it use the proxies instead but no dice.
Is there any way to make this work? I feel like people go from Premiere to Resolve all the time with no hassle. Since we're both using the latest builds I am wondering where the hangup is. I feel like its within Premiere but I don;t know what to mess around with at this point.
Any assistance is appreciated!

I wrestled with that for about 20 hours before getting it.
Here's some of my code:    makeButton("Refresh Table",northP,
    new ActionListener()
      public void actionPerformed (ActionEvent e)
        updateTable();
  public void updateTable()
    ch.sendShowAll();
    model.handleServerMessages();
    model.fireTableDataChanged();
/////////////////////This worked for me.
Both these methods occur in the JFrame class that displays the table. I pass the table
model to the JFrame constructor. In the above code, the model object is an instantiation
of the class that extends AbstractTableModel, with the methods getElementAt(), getRowCount(), and getColumnCount().
If you post some of your code,I'll try to help.
John

Similar Messages

  • My microphone doesn't work no matter what I try

    To be frank I never heard of laptop with camera and without a mic. Can you tell me your exact model number? You can test it by going to windows recording devices (after you disconnect your new mic) then eanble all disabled devices and see if there is a metter active when you talk. If something is moving, then you got your built-in mic.

    breakinwind wrote:
    If your mic was working fine on previous versions of Skype and is working fine in other programs (such as Windows Sound Recorder or other communication software) then try this solution I've posted on another thread: I had similar problem. It looks like in new Skype "Automatic mic control" option breaks stuff. I resolved this by manually deleting the "Skype" folder that contains user settings: C:\Users\your_profile_name\AppData\Roaming\Skype (in Win7) After that you run Skype, provide login and password once more (since old profile was deleted). Go to audio options and DO NOT USE automatic volume control on your mic, as it will break things again and you will have to repeat whole thing.   Thank you, I have tried for a very long time to fix my mic. It was very frustrating. You nailed it...uhm. where and how do i get to "audio options" if you mean tools>options>general settings>audio there is nothing called "automatic volume control" unless you mean "automatically adjust microphone settings" i unchecked that and my mic is still broken.. 

  • Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    Last week, I had no problems streaming my MacBook Pro to my sony Bravia with a logix hdmi cable. I came back from holidays and now it doesn't work anymore.  What settings should my computer be on and what settings should my tv be on?

    TarahCurrie Sep 10, 2014 3:48 PM
    Restore From Time Machine Backup
    Reinstall OS X
    Get Help Online
    Disk Utility
    MacBook Pro, Mac OS X (10.5.8)
    You are running 10.5.8
    Did you try booting off your Install disk holding the c key down.  From here you can get to the drop down menu just a few clicks in (you are not going to install) and run  the Disk Utility>Repair Disk.  See if it will let you do this.

  • JTable doesn't update no matter what I try!!

    I populate a JTable from a file at runtime, then I manually read the file again to chech for updates, that work's fine, but to display the new content I have to click on the next empty row to update the screen.. I have tried updateUI, fireTableDataChanged and I don't know how many others, I'm using a TableModel.. The table is in a splitpane, should I call repaint on the splitpane instead? Well that doesn't work either anyway..
    Thank's very much for your help!!!!
    Fredrik.

    I wrestled with that for about 20 hours before getting it.
    Here's some of my code:    makeButton("Refresh Table",northP,
        new ActionListener()
          public void actionPerformed (ActionEvent e)
            updateTable();
      public void updateTable()
        ch.sendShowAll();
        model.handleServerMessages();
        model.fireTableDataChanged();
    /////////////////////This worked for me.
    Both these methods occur in the JFrame class that displays the table. I pass the table
    model to the JFrame constructor. In the above code, the model object is an instantiation
    of the class that extends AbstractTableModel, with the methods getElementAt(), getRowCount(), and getColumnCount().
    If you post some of your code,I'll try to help.
    John

  • Downloading DVD from Cannon DC230 using FUJIFILM DVD -R 3inch disk, its just not working, no matter what I try

    When I connect my camcorder to the imac the screen on the camcorder goes grey and green lettering is on this screen, PC CONNECT, then a window opens on the pc, it tells me I have inserted a blank DVD, now this DVD is full as I only used it last week, The new window asks me to choose an action from the pop-up menu, I have tried all and even more but nothing happens.
    PLEASE HELP.
    Thanks.
    MedicManOne

    SONY DVD-ROM DDU1615, Rev FDS2
    I'm not 100% sure that that drive is a burner. For instructions on how to doublecheck, see the following document:
    iTunes for Windows: How to tell if you have a drive that can burn a CD

  • I want to cancel my ITunes account; it doesn't work no matter what I do

    How do I cancel my account. I don't like having to struggle to use something. I'll get musci elsewhere.

    There is no "cancellation" since it's not a subscription. If you don't buy anything, there's no charge. If you no longer intend to use the iTunes Store, just remove any credit/debit card information just as roaminggnome said. There's nothing else you need to do, and in fact you don't even need to do that, but it's a wise precaution against unauthorized purchases.

  • Script for Batch Exporting XML from IDCS3 files

    Does anyone have a script they would share for batch exporting XML from IDCS3 files? I do not know anything about scripting so I do not know how to write one myself. I've also searched around and cannot find anything. I would appreciate any help with this anyone can offer.
    Thanks,
    Janine

    Or use below Code:
    try {
         inFolderName= Folder.selectDialog ("Input Folder:");
         outFolderName= Folder.selectDialog ("Output Folder:");
         if ((inFolderName != null) && (outFolderName != null))
              var idFileFolder = new Folder(inFolderName);
              var files = idFileFolder.getFiles("*.indd");
              for(myCounter = 0; myCounter < files.length; myCounter++)
                   var theDocument = app.open(File(files[myCounter]));
                   with ( theDocument ) {
                   myXMLFile = new File(outFolderName + "/" + name.replace(".indd","") + ".xml" );
                   exportFile( ExportFormat.xml, myXMLFile );
                   close(SaveOptions.no);
    catch (err ) {
    alert("All files export");
    Shonky

  • Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. 4.3 os ive tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway?

    Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. I have tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway i try. I have searched answers to this but to no avail.
    Leigh

    Hi Demo,
    Yes, I have not made myself clear, I apologise.
    I have tried downloading apps from itunes in order to set up a game for my son, when I go to click on a link, be this in itunes, or on the web, Safari revolts back informing the address is invalid. I read by coping a link and pasting into the URL, this would do it, but not so.
    My goal then, is to install Minecraft for my son, I would then download an app to allow this but I am unable to get this far due to Safari insulting the address I ask it to go to
    The iPad is first generation
    OS 5.1.1 Software up to date.
    Thank you in advance for your time

  • How to export data from a spread sheet which has multiple work sheets?

    How to export data from a spread sheet which has multiple work sheets to a single text file with fixed length fields?

    Hello s1,
    saving them as CSV will not give a fixed legth output but, as the naming says, a Character Separated Value file.
    Regards
    Marcus

  • Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through j

    Certainly I realized that Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through jquery or javascript.
    e.g.
    In Felix Console , in Apache Sling JCR Resource Resolver configuration I have added following mapping.
    /content/myproject/-/
    So If any anchor tag is there like <a href="/content/myproject/en.html"> click me </a> then it will be mapped to "/en.html" automatically.
    But the problem is there in following scenario.
    I have an anchor tag as follows.
    <a href="#" id="test"> click here </a>
    And I am assigning the href to anchor through JQUERY.
    <script>
    $("#test").attr("href","/content/myproject/en.html");
    </script>
    Ideally this should have been mapped to "/en.html".
    But it is not mapping to "/en.html". It still shows "/content/myproject/en.html".
    How to resolve this.
    Thanks,
    Sai

    In a servlet you have access to the resourceResolver so if you know which attributes contain links then it's relatively easy to apply resourceResolver.map to those links.
    Your challenge is clearly how do you know which attributes are links and which aren't. Its is the same challenge that makes parsing the response and rewriting it on the way out difficult - the JSON doesn't have any semantic meaning so how do identify which attributes require rewriting. There really is no good answer ot that question in my experience - all the options have down sides.
    Create some convention - all attributes matching this pattern X get mapped before being converted to JSON (could be attributes whose name ends in link, or it could a convention applied to the value of the attribute - if the attribute is a string that starts with /content apply the resource resolver mapping. In this case you have train your developers to follow this convention which is the down side.
    Create some configurable list of attribute names that require mapping. This is brittle, requires training and is easy to break.
    Implement a client side version of the resource resolver mapping. It wouldn't be as full proof as server side mapping (because that takes into account but you could make it work for simple logic like stripping of /content/site/en. If ou are just trying to solve the simple version of this issue - stripping off the top of the repository path this might be your best option.
    Not worry about it and set up Apache 301 redirects that catch any long URLs and redirect them to short URLs (so configure apache to look for any URL matching /content/site/en and strip off /content/site/en and do a 301 redirect to the shortened URL. You end up with a lot of extra HTTP request because of all the 301s but it would work (I wouldn't recommend this option - but it is possible).

  • I am suddenly unable to update or download apps on my iphone 3G.  It says "the download will be available after you log in to itunes from your computer." I never had to do that before.  Even when I do log in from the computer, it still doesn't work.

    I am suddenly unable to update or download apps on my iphone 3G.  It says "the download will be available after you log in to itunes from your computer." I never had to do that before.  Even when I do log in from the computer, the download still doesn't work.  So what's going on?  Why would I need to go the computer to download an app to my phone?  That defeats the whole purpose of having the phone, which is to do stuff when you are not at the computer!@!@  Any help greatly appreciated.  Thanks.

    - Try a reset. Nothing will be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset network settings: Settings>General>Reset>Reset Nework Settings. You will have rejoin networks
    - Go to Settings>Store and sign out of account and sign back ino
    Do you have a very slow wif connection on the iPod?
    Have you tied connecting to another network?

  • I have 3 computers. i want to get files from one to another. it doesn't work, i think it is a problem with the apple id?

    i have 3 computers. i want to get files from one to another. it doesn't work, i think it is a problem with the apple id?

    Roger:
    Zugriffsrecht means Access Right according to the translators.
    martinamm:
    You can't do what you want with iCloud.  You will need to setup remote access to your main computer with VPS or some similar remote access application.   With VPS you have an application running on your main computer turning it into a server and an client app on your laptop so you can access it remotely.  There are many such apps out there, some probably more feature filled than VPS.  You might post in the system forum that you're running and ask there.
    OT

  • I got this new Ipad. After a month my charger broke. So what I did is got a new charger that is not from Apple company it was from a different company. After 3 week it doesn't work anymore. What do I do. HELP ME PLEASE!!!!!!!!!!!

    I got this new Ipad. After a month my charger broke. So what I did is got a new charger that is not from Apple company it was from a different company. After 3 week it doesn't work anymore. What do I do. HELP ME PLEASE!!!!!!!!!!!

    Not normal. Take it (iPad, cable & charger) to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
     Cheers, Tom

  • I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

  • I have an iPhone 4S.  When I try to print pictures, from my Windows computer, it doesn't work.  Open Office also gives me an "unknown graphic" message.  These are JPEGs, aren't they?  Why can't I print and what is the unknown graphic?

    I have an iPhone 4S.  When I try to print pictures, from my Windows computer, it doesn't work.  Open Office also gives me an "unknown graphic" message.  These are JPEGs, aren't they?  Why can't I print and what is the unknown graphic?

    Hi,
    "A day after the name change became official my built in skydrive app stopped working"
    Did you point that SkyDrive changed to OneDrive?
    Did you move your OneDrive to another location or change its name?
    Please login OneDrive with web-based to check if you could access it successfully.
    Please refer to the following article to try the troubleshooter and check the service status:
    SkyDrive: FAQ
    http://windows.microsoft.com/en-in/windows-8/skydrive-app-faq
    Karen Hu
    TechNet Community Support

Maybe you are looking for